summaryrefslogtreecommitdiff
path: root/Pesto.cabal
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2016-10-24 21:18:23 +0200
committerLars-Dominik Braun <lars@6xq.net>2016-10-24 21:19:23 +0200
commitb717204d337c8833e5b8704d01466c836aeef091 (patch)
treed7f037b138e9ace91eec24830e709bb78d4378ba /Pesto.cabal
parentbd79768bac0e5d9b0578cb07aa2d9fa9bc4ddb8b (diff)
downloadpesto-b717204d337c8833e5b8704d01466c836aeef091.tar.gz
pesto-b717204d337c8833e5b8704d01466c836aeef091.tar.bz2
pesto-b717204d337c8833e5b8704d01466c836aeef091.zip
GHC 7.10 compatibility
Bumps base version requirement to 4.8 due to https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysTheimportof...isredundant
Diffstat (limited to 'Pesto.cabal')
-rw-r--r--Pesto.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/Pesto.cabal b/Pesto.cabal
index b294013..f9d3d26 100644
--- a/Pesto.cabal
+++ b/Pesto.cabal
@@ -17,7 +17,7 @@ library
exposed-modules: Codec.Pesto, Codec.Pesto.Parse, Codec.Pesto.Graph, Codec.Pesto.Lint, Codec.Pesto.Serialize
-- other-modules:
-- other-extensions:
- build-depends: base >=4.6 && <4.9, HUnit, parsec >= 3.1.9
+ build-depends: base >=4.8 && <4.9, HUnit, parsec >= 3.1.9
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Werror -Wall -fno-warn-missing-signatures
@@ -26,7 +26,7 @@ executable pesto
main-is: Main.lhs
hs-source-dirs: src
default-language: Haskell2010
- build-depends: base >=4.6 && <4.9, HUnit, parsec >= 3.1.9
+ build-depends: base >=4.8 && <4.9, HUnit, parsec >= 3.1.9
ghc-options: -Werror -Wall -fno-warn-missing-signatures
test-suite pesto-test
@@ -34,13 +34,13 @@ test-suite pesto-test
main-is: Test.lhs
hs-source-dirs: src
default-language: Haskell2010
- build-depends: base >=4.6 && <4.9, Pesto, HUnit, parsec >= 3.1.9
+ build-depends: base >=4.8 && <4.9, Pesto, HUnit, parsec >= 3.1.9
ghc-options: -Werror -Wall -fno-warn-missing-signatures
executable pesto-doc
main-is: Doc.lhs
hs-source-dirs: src
default-language: Haskell2010
- build-depends: base >=4.6 && <4.9, pandoc >=1.14, highlighting-kate, blaze-html, filepath, containers
+ build-depends: base >=4.8 && <4.9, pandoc >=1.14, highlighting-kate, blaze-html, filepath, containers
ghc-options: -Werror -Wall -fno-warn-missing-signatures