summaryrefslogtreecommitdiff
path: root/fountainhead.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'fountainhead.cabal')
-rw-r--r--fountainhead.cabal14
1 files changed, 7 insertions, 7 deletions
diff --git a/fountainhead.cabal b/fountainhead.cabal
index e02f11b..1271e18 100644
--- a/fountainhead.cabal
+++ b/fountainhead.cabal
@@ -21,21 +21,22 @@ extra-source-files:
common dependencies
build-depends:
- text ^>= 2.0
+ bytestring ^>= 0.11.0,
+ text ^>= 2.0,
+ zlib ^>= 0.6.3
+ default-language: Haskell2010
library
import: dependencies
exposed-modules:
+ Graphics.Fountainhead
Graphics.Fountainhead.Dumper
Graphics.Fountainhead.Parser
- Graphics.Fountainhead.PDF
Graphics.Fountainhead.Type
Graphics.Fountainhead.TrueType
- hs-source-dirs:
- src
+ hs-source-dirs: src
build-depends:
base >= 4.16 && < 5,
- bytestring ^>= 0.11.0,
containers ^>= 0.6.5,
megaparsec ^>= 9.3,
time ^>= 1.12,
@@ -53,7 +54,6 @@ executable fountainhead
ExplicitForAll
build-depends:
base,
- bytestring,
containers,
parser-combinators,
vector,
@@ -62,4 +62,4 @@ executable fountainhead
megaparsec,
fountainhead
hs-source-dirs: app
- default-language: Haskell2010
+ ghc-options: -Wall