pdfinfo-0.1.3.3: pdfinfo.cabal
name: pdfinfo
version: 0.1.3.3
synopsis: Wrapper around the pdfinfo command.
description: Just a wrapper around the pdfinfo command. See man pdfinfo.
license: BSD3
license-file: LICENSE
author: Chris Done
maintainer: chrisdone@gmail.com
copyright: 2010 Chris Done
category: Text
build-type: Simple
cabal-version: >=1.2
library
ghc-options: -O2 -Wall
exposed-modules: Text.PDF.Info
hs-source-dirs: src/
build-depends: base >= 4 && < 5,
old-locale >= 1.0.0.0 && < 1.1,
time >= 1.1 && < 1.5,
process >= 1.0 && < 1.2,
mtl >= 1.1 && < 2.2