]> gitweb.michael.orlitzky.com - dead/halcyon.git/blob - twat.cabal
Supply the "to" address to sendmail on the commandline.
[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.*,
13 curl == 1.3.*,
14 directory == 1.1.*,
15 HaXml == 1.23.*,
16 HUnit == 1.2.*,
17 MissingH == 1.*,
18 process == 1.*,
19 old-locale == 1.*,
20 regex-compat == 0.*,
21 time == 1.*
22
23
24 main-is:
25 Main.hs
26
27 hs-source-dirs:
28 src/
29
30 ghc-options:
31 -Wall
32 -fwarn-hi-shadowing
33 -fwarn-missing-signatures
34 -fwarn-name-shadowing
35 -fwarn-orphans
36 -fwarn-type-defaults
37 -fwarn-tabs
38 -fwarn-incomplete-record-updates
39 -fwarn-monomorphism-restriction
40 -fwarn-unused-do-bind
41 -funbox-strict-fields
42 -fexcess-precision
43 -fno-spec-constr-count
44 -optc-O3
45 -optc-march=native