summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-06-08 09:21:35 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2012-06-08 09:21:35 +0200
commitdb6a7df4b844d4c5150995f388190a6b753bf8e2 (patch)
treeca78ba384a81ad28e30ded2fab65a666f496b3f1
parent40309824e660d750948e6a56af56f91cad17c87f (diff)
downloadstylish-haskell-0.2.0.1.tar.gz
Fix Other-modules field0.2.0.1
-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,