Skip to content

Commit db6a7df

Browse files
committed
Fix Other-modules field
1 parent 4030982 commit db6a7df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stylish-haskell.cabal

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: stylish-haskell
2-
Version: 0.2.0.0
2+
Version: 0.2.0.1
33
Synopsis: Haskell code prettifier
44
Homepage: https://github.com/jaspervdj/stylish-haskell
55
License: BSD3
@@ -40,6 +40,7 @@ Executable stylish-haskell
4040
StylishHaskell.Step.TrailingWhitespace
4141
StylishHaskell.Step.UnicodeSyntax
4242
StylishHaskell.Util
43+
StylishHaskell.Verbose
4344

4445
Build-depends:
4546
aeson >= 0.6 && < 0.7,

0 commit comments

Comments
 (0)