Hufflepdf/Hufflepdf.cabal

35 lines
1.0 KiB
Plaintext
Raw Normal View History

-- Initial Hufflepdf.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: Hufflepdf
version: 0.1.0.0
synopsis: A PDF parser
-- description:
license: BSD3
license-file: LICENSE
author: Tissevert
maintainer: tissevert+devel@marvid.fr
-- copyright:
category: Data
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: PDF
, PDF.Body
2019-05-16 17:06:14 +02:00
, PDF.EOL
, PDF.Object
2019-05-16 17:06:14 +02:00
, PDF.Output
, Data.ByteString.Lazy.Char8.Util
other-modules:
-- other-extensions:
build-depends: base >=4.9 && <4.13
, bytestring
, containers
2019-05-16 17:06:14 +02:00
, mtl
, parsec
hs-source-dirs: src
ghc-options: -Wall
default-language: Haskell2010