We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4030982 commit db6a7dfCopy full SHA for db6a7df
stylish-haskell.cabal
@@ -1,5 +1,5 @@
1
Name: stylish-haskell
2
-Version: 0.2.0.0
+Version: 0.2.0.1
3
Synopsis: Haskell code prettifier
4
Homepage: https://github.com/jaspervdj/stylish-haskell
5
License: BSD3
@@ -40,6 +40,7 @@ Executable stylish-haskell
40
StylishHaskell.Step.TrailingWhitespace
41
StylishHaskell.Step.UnicodeSyntax
42
StylishHaskell.Util
43
+ StylishHaskell.Verbose
44
45
Build-depends:
46
aeson >= 0.6 && < 0.7,
0 commit comments