summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
authorChris Done <chrisdone@gmail.com>2012-06-12 09:44:22 +0200
committerChris Done <chrisdone@gmail.com>2012-06-12 09:44:22 +0200
commit01018bc9b3d142fd22aaadc633ca58e98379f9ae (patch)
treec91c2cf6cd6080f7bf28e7ba04979388e6c062f7 /stylish-haskell.cabal
parent2204fdd63aa79b9a75a080dfb19990838444d029 (diff)
downloadstylish-haskell-01018bc9b3d142fd22aaadc633ca58e98379f9ae.tar.gz
In-place writing of a file
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 724ed28..e5f1f25 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -52,7 +52,8 @@ Executable stylish-haskell
filepath >= 1.1 && < 1.4,
haskell-src-exts >= 1.13 && < 1.14,
syb >= 0.3 && < 0.4,
- yaml >= 0.7 && < 0.8
+ yaml >= 0.7 && < 0.8,
+ strict >= 0.3 && < 0.4
Test-suite stylish-haskell-tests
Ghc-options: -Wall
@@ -82,7 +83,8 @@ Test-suite stylish-haskell-tests
filepath >= 1.1 && < 1.4,
haskell-src-exts >= 1.13 && < 1.14,
syb >= 0.3 && < 0.4,
- yaml >= 0.7 && < 0.8
+ yaml >= 0.7 && < 0.8,
+ strict >= 0.3 && < 0.4
Source-repository head
Type: git