-
Notifications
You must be signed in to change notification settings - Fork 0
/
perpubplat.cabal
39 lines (37 loc) · 1.18 KB
/
perpubplat.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
30
31
32
33
34
35
36
37
38
39
name: perpubplat
version: 0.10.5
copyright: Copyright 2008 Multifarious, Inc.
description: Personal publishing (i.e., blog) platform.
license: BSD3
license-file: LICENSE
author: Paul Brown <[email protected]>
homepage: http://datapr0n.com/perpubplat
maintainer: Paul Brown <[email protected]>
stability: alpha
build-type: Simple
cabal-version: >= 1.2
Executable perpubplat.fcgi
build-depends:
base >= 3.0 && < 4.0, parsec >= 2.0, xhtml >= 3000, haskell98, filepath >= 1.0,
old-time >= 1.0, containers, directory, utf8-string >= 0.2, HTTP >= 4000.0.4,
old-locale >= 1.0, json >= 0.4.3, network >= 2.1, time >= 1.1.2.0,
unix >= 2.3, fastcgi >= 3001.0.2.2, bytestring >= 0.9.0.1.1, pureMD5 >= 0.2.2,
base64-string, hslogger >= 1.0.5, xml >= 1.3.4,
HDBC >= 2.1.0, HDBC-sqlite3 >= 2.1.0.0
main-is:
perpubplat.hs
hs-source-dirs:
src, servletsrc
ghc-options:
-O -Werror -fwarn-unused-binds -fwarn-unused-imports -fwarn-unused-matches -threaded
Executable runtests
buildable:
False
build-depends:
HUnit
main-is:
runtests.hs
hs-source-dirs:
testsrc
ghc-options:
-O -Werror -fwarn-unused-binds -fwarn-unused-imports -fwarn-unused-matches -threaded