]> gitweb.michael.orlitzky.com - dead/halcyon.git/blob - twat.cabal
Use hyphens instead of underscores in access-token et al.
[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 aeson == 0.6.*,
13 authenticate-oauth == 1.4.*,
14 base == 4.*,
15 bytestring == 0.10.*,
16 conduit == 1.*,
17 directory == 1.2.*,
18 HaXml == 1.24.*,
19 http-conduit == 1.9.*,
20 HUnit == 1.2.*,
21 MissingH == 1.*,
22 process == 1.*,
23 old-locale == 1.*,
24 regex-compat == 0.*,
25 tagsoup == 0.12.*,
26 text == 0.11.*,
27 time == 1.*
28
29
30 main-is:
31 Main.hs
32
33 hs-source-dirs:
34 src/
35
36 ghc-options:
37 -Wall
38 -fwarn-hi-shadowing
39 -fwarn-missing-signatures
40 -fwarn-name-shadowing
41 -fwarn-orphans
42 -fwarn-type-defaults
43 -fwarn-tabs
44 -fwarn-incomplete-record-updates
45 -fwarn-monomorphism-restriction
46 -fwarn-unused-do-bind
47 -funbox-strict-fields
48 -fexcess-precision
49 -fno-spec-constr-count
50 -optc-O3
51 -optc-march=native