summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-05-31 16:28:02 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2012-05-31 16:28:02 +0200
commit27e58beeee5ce61950e12bebcb4e6eb25aa3c71d (patch)
tree5c69b219da28a2b9826cc7087cafa8c7f25ebaa4
parent8e3603bd5e314171659b4a0db10f21dd8c6b555a (diff)
downloadstylish-haskell-27e58beeee5ce61950e12bebcb4e6eb25aa3c71d.tar.gz
Add bytestring dependency
-rw-r--r--stylish-haskell.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index b671da0..596798d 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -41,6 +41,7 @@ Executable stylish-haskell
Build-depends:
aeson >= 0.6 && < 0.7,
base >= 4 && < 5,
+ bytestring >= 0.9 && < 0.10,
cmdargs >= 0.9 && < 0.10,
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.2,
@@ -70,6 +71,7 @@ Test-suite stylish-haskell-tests
-- Copied from regular dependencies...
aeson >= 0.6 && < 0.7,
base >= 4 && < 5,
+ bytestring >= 0.9 && < 0.10,
cmdargs >= 0.9 && < 0.10,
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.2,