Skip to content

Commit 062310c

Browse files
committed
Fix Autogen-modules issue in cabal file
1 parent 8d00bd6 commit 062310c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stylish-haskell.cabal

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ Library
5757
Language.Haskell.Stylish.Verbose
5858
Paths_stylish_haskell
5959

60+
Autogen-modules:
61+
Paths_stylish_haskell
62+
6063
Build-depends:
6164
aeson >= 0.6 && < 1.6,
6265
base >= 4.8 && < 5,
@@ -150,6 +153,9 @@ Test-suite stylish-haskell-tests
150153
Language.Haskell.Stylish.Verbose
151154
Paths_stylish_haskell
152155

156+
Autogen-modules:
157+
Paths_stylish_haskell
158+
153159
Build-depends:
154160
HUnit >= 1.2 && < 1.7,
155161
test-framework >= 0.4 && < 0.9,

0 commit comments

Comments
 (0)