]> gitweb.michael.orlitzky.com - dead/halcyon.git/blob - twat.cabal
Use cabal to build the binary and documentation.
[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-time == 1.*,
19 regex-compat == 0.*
20
21
22 main-is:
23 Main.hs
24
25 hs-source-dirs:
26 src/
27
28 ghc-options:
29 -Wall
30 -fwarn-hi-shadowing
31 -fwarn-missing-signatures
32 -fwarn-name-shadowing
33 -fwarn-orphans
34 -fwarn-type-defaults
35 -fwarn-tabs
36 -fwarn-incomplete-record-updates
37 -fwarn-monomorphism-restriction
38 -fwarn-unused-do-bind
39 -funbox-strict-fields
40 -fexcess-precision
41 -fno-spec-constr-count
42 -optc-O3
43 -optc-march=native