summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-06-30 13:03:10 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2012-06-30 13:03:10 +0200
commitc91efbb3200085c555285d23fa3316ace25bc027 (patch)
tree432523667388e91b575404170cb3172d2fb015cc /stylish-haskell.cabal
parent33dc1a1bd218c85bc253da07a46a9d48e89375b4 (diff)
downloadstylish-haskell-c91efbb3200085c555285d23fa3316ace25bc027.tar.gz
Actually use extra language extensions
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal10
1 files changed, 6 insertions, 4 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 4c07edd..ec03f90 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -51,9 +51,10 @@ Executable stylish-haskell
directory >= 1.1 && < 1.2,
filepath >= 1.1 && < 1.4,
haskell-src-exts >= 1.13 && < 1.14,
+ mtl >= 2.0 && < 2.2,
+ strict >= 0.3 && < 0.4,
syb >= 0.3 && < 0.4,
- yaml >= 0.7 && < 0.9,
- strict >= 0.3 && < 0.4
+ yaml >= 0.7 && < 0.9
Test-suite stylish-haskell-tests
Ghc-options: -Wall
@@ -82,9 +83,10 @@ Test-suite stylish-haskell-tests
directory >= 1.1 && < 1.2,
filepath >= 1.1 && < 1.4,
haskell-src-exts >= 1.13 && < 1.14,
+ mtl >= 2.0 && < 2.2,
+ strict >= 0.3 && < 0.4,
syb >= 0.3 && < 0.4,
- yaml >= 0.7 && < 0.9,
- strict >= 0.3 && < 0.4
+ yaml >= 0.7 && < 0.9
Source-repository head
Type: git