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