]> gitweb.michael.orlitzky.com - dead/halcyon.git/blob - twat.cabal
Use the newer Data.Time library.
[dead/halcyon.git] / twat.cabal
1 name: twat
2 version: 0.0
3 cabal-version: >= 1.8
4 author: Michael Orlitzky
5 maintainer: Michael Orlitzky <michael@orlitzky.com>
6 synopsis:
7 Twat twats tweets so you don't have to twitter.
8 build-type: Simple
9
10 executable twat
11 build-depends:
12 base == 4.4.*,
13 curl == 1.3.*,
14 HaXml == 1.22.*,
15 HUnit == 1.2.*,
16 MissingH == 1.*,
17 process == 1.*,
18 old-locale == 1.*,
19 regex-compat == 0.*,
20 time == 1.2.*
21
22
23 main-is:
24 Main.hs
25
26 hs-source-dirs:
27 src/
28
29 ghc-options:
30 -Wall
31 -fwarn-hi-shadowing
32 -fwarn-missing-signatures
33 -fwarn-name-shadowing
34 -fwarn-orphans
35 -fwarn-type-defaults
36 -fwarn-tabs
37 -fwarn-incomplete-record-updates
38 -fwarn-monomorphism-restriction
39 -fwarn-unused-do-bind
40 -funbox-strict-fields
41 -fexcess-precision
42 -fno-spec-constr-count
43 -optc-O3
44 -optc-march=native