summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-02-01 11:12:59 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2016-02-01 11:12:59 +0100
commit337983bc827db048263ecc5d77eae824e3d8ca1d (patch)
treec28447d902b4234eccaa5df469cf8bffe2c26e98 /stylish-haskell.cabal
parent95f27fee0b5abed6052b7675b5b8bd6e77cb092d (diff)
downloadstylish-haskell-337983bc827db048263ecc5d77eae824e3d8ca1d.tar.gz
Fix warnings
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index d5ed065..427fd6e 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -26,7 +26,7 @@ Extra-source-files:
Library
Exposed-modules: Language.Haskell.Stylish
- Hs-source-dirs: src
+ Hs-source-dirs: lib
Ghc-options: -Wall
Other-modules:
@@ -47,7 +47,7 @@ Library
Build-depends:
aeson >= 0.6 && < 0.11,
- base >= 4 && < 5,
+ base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.3,
@@ -68,7 +68,7 @@ Executable stylish-haskell
cmdargs >= 0.9 && < 0.11,
-- Copied from regular dependencies...
aeson >= 0.6 && < 0.11,
- base >= 4 && < 5,
+ base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.3,
@@ -80,7 +80,7 @@ Executable stylish-haskell
Test-suite stylish-haskell-tests
Ghc-options: -Wall
- Hs-source-dirs: src tests
+ Hs-source-dirs: tests lib
Main-is: TestSuite.hs
Type: exitcode-stdio-1.0
@@ -100,7 +100,7 @@ Test-suite stylish-haskell-tests
test-framework-hunit >= 0.2 && < 0.4,
-- Copied from regular dependencies...
aeson >= 0.6 && < 0.11,
- base >= 4 && < 5,
+ base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
cmdargs >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,