summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--stylish-haskell.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index f6f0f51..6f9744e 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.2.0.0
+Version: 0.2.0.1
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
@@ -40,6 +40,7 @@ Executable stylish-haskell
StylishHaskell.Step.TrailingWhitespace
StylishHaskell.Step.UnicodeSyntax
StylishHaskell.Util
+ StylishHaskell.Verbose
Build-depends:
aeson >= 0.6 && < 0.7,