summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2020-10-05 12:56:54 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2020-10-05 12:56:54 +0200
commit062310c5d3420e58edea1a2d6bbe0f71d18a184e (patch)
tree598b42e8600fa417d10b2bab42d5ac01d2afbd2b
parent8d00bd6a7ecaddf626844dd59eddcb25ea768090 (diff)
downloadstylish-haskell-062310c5d3420e58edea1a2d6bbe0f71d18a184e.tar.gz
Fix Autogen-modules issue in cabal filev0.12.1.0
-rw-r--r--stylish-haskell.cabal6
1 files changed, 6 insertions, 0 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 9109c61..1ae914e 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -57,6 +57,9 @@ Library
Language.Haskell.Stylish.Verbose
Paths_stylish_haskell
+ Autogen-modules:
+ Paths_stylish_haskell
+
Build-depends:
aeson >= 0.6 && < 1.6,
base >= 4.8 && < 5,
@@ -150,6 +153,9 @@ Test-suite stylish-haskell-tests
Language.Haskell.Stylish.Verbose
Paths_stylish_haskell
+ Autogen-modules:
+ Paths_stylish_haskell
+
Build-depends:
HUnit >= 1.2 && < 1.7,
test-framework >= 0.4 && < 0.9,