summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-09-15 15:00:22 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2012-09-15 15:00:22 +0200
commit4f528a7aafb29fcb726e1289c41a484b5b0599c6 (patch)
treefe0dd83fde9f479d1f1115cbe826abeb49deee6b
parent1b72845d55cb185768b4da92e923de66fbf78a26 (diff)
downloadstylish-haskell-0.5.0.0.tar.gz
Version bump (0.5.0.0)0.5.0.0
-rw-r--r--src/Language/Haskell/Stylish.hs2
-rw-r--r--stylish-haskell.cabal2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/Language/Haskell/Stylish.hs b/src/Language/Haskell/Stylish.hs
index d8ee3df..7a52aa2 100644
--- a/src/Language/Haskell/Stylish.hs
+++ b/src/Language/Haskell/Stylish.hs
@@ -68,6 +68,8 @@ tabs :: Int -- ^ number of spaces
-> Step
tabs = Tabs.step
+
+--------------------------------------------------------------------------------
trailingWhitespace :: Step
trailingWhitespace = TrailingWhitespace.step
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index ba3aa88..66ba481 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.4.0.0
+Version: 0.5.0.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3