Forgot to add changes to cabal file

This commit is contained in:
Tissevert 2019-05-16 17:06:14 +02:00
parent 645466024a
commit 96190a8ca4
1 changed files with 3 additions and 0 deletions

View File

@ -18,13 +18,16 @@ cabal-version: >=1.10
library
exposed-modules: PDF
, PDF.Body
, PDF.EOL
, PDF.Object
, PDF.Output
, Data.ByteString.Lazy.Char8.Util
other-modules:
-- other-extensions:
build-depends: base >=4.9 && <4.13
, bytestring
, containers
, mtl
, parsec
hs-source-dirs: src
ghc-options: -Wall