forked from chrisdone-archive/pdfinfo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpdfinfo.cabal
29 lines (27 loc) · 1.02 KB
/
pdfinfo.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: pdfinfo
version: 1.5.222
synopsis: Wrapper around the pdfinfo command.
description: Just a wrapper around the pdfinfo command (for collecting PDF file info). See man pdfinfo.
license: BSD3
license-file: LICENSE
author: Chris Done
maintainer: [email protected]
copyright: 2013 Chris Done
category: Text
build-type: Simple
cabal-version: >=1.8
homepage: https://github.com/chrisdone/pdfinfo
source-repository head
type: git
location: [email protected]:chrisdone/pdfinfo.git
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,
process-extras,
text,
-- mtl-2.1 contains a severe bug
mtl >= 1.1 && < 2.1 || >= 2.1.1 && < 3.0