Forgot to add changes to cabal file
This commit is contained in:
parent
645466024a
commit
96190a8ca4
1 changed files with 3 additions and 0 deletions
|
@ -18,13 +18,16 @@ cabal-version: >=1.10
|
||||||
library
|
library
|
||||||
exposed-modules: PDF
|
exposed-modules: PDF
|
||||||
, PDF.Body
|
, PDF.Body
|
||||||
|
, PDF.EOL
|
||||||
, PDF.Object
|
, PDF.Object
|
||||||
|
, PDF.Output
|
||||||
, Data.ByteString.Lazy.Char8.Util
|
, Data.ByteString.Lazy.Char8.Util
|
||||||
other-modules:
|
other-modules:
|
||||||
-- other-extensions:
|
-- other-extensions:
|
||||||
build-depends: base >=4.9 && <4.13
|
build-depends: base >=4.9 && <4.13
|
||||||
, bytestring
|
, bytestring
|
||||||
, containers
|
, containers
|
||||||
|
, mtl
|
||||||
, parsec
|
, parsec
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
Loading…
Reference in a new issue