Hufflepdf/hufflepdf.cabal

32 lines
960 B
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
, PDF.Object
, Data.ByteString.Lazy.Char8.Util
other-modules:
-- other-extensions:
build-depends: base >=4.9 && <4.13
, bytestring
, containers
, parsec
hs-source-dirs: src
ghc-options: -Wall
default-language: Haskell2010