summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 2cbb77e..228cab5 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -63,11 +63,14 @@ Library
file-embed >= 0.0.10 && < 0.1,
haskell-src-exts >= 1.18 && < 1.24,
mtl >= 2.0 && < 2.3,
- semigroups >= 0.18 && < 0.20,
syb >= 0.3 && < 0.8,
text >= 1.2 && < 1.3,
HsYAML-aeson >=0.2.0 && < 0.3,
HsYAML >=0.2.0 && < 0.3
+
+ if impl(ghc < 8.0)
+ Build-depends:
+ semigroups >= 0.18 && < 0.20
Executable stylish-haskell
Ghc-options: -Wall