]> andersk Git - scripts-static-cat.git/blame - scripts-static-cat.cabal
Support lots of new extensions.
[scripts-static-cat.git] / scripts-static-cat.cabal
CommitLineData
59962b4a
AK
1Name: scripts-static-cat
2Version: 0.0
3Cabal-Version: >= 1.2
4Build-Type: Simple
5License: GPL
6Copyright: © 2010, Anders Kaseorg
7Author: Anders Kaseorg <andersk@mit.edu>
8Maintainer: scripts@mit.edu
9
10Executable static-cat
11 Main-Is: StaticCat.hs
12 GHC-Options: -Wall -O2
13 Build-Depends:
14 base >= 4,
15 bytestring,
cae87fde 16 cgi >= 3001.1.7.2,
59962b4a
AK
17 containers,
18 filepath,
19 old-locale,
20 time,
21 unix,
22 unix-handle
This page took 0.312012 seconds and 5 git commands to generate.