]> gitweb.michael.orlitzky.com - dead/halcyon.git/blob - twat.cabal
Rewrite everything to use the JSON API with OAuth authentication.
[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 text == 0.11.*,
26 time == 1.*
27
28
29 main-is:
30 Main.hs
31
32 hs-source-dirs:
33 src/
34
35 ghc-options:
36 -Wall
37 -fwarn-hi-shadowing
38 -fwarn-missing-signatures
39 -fwarn-name-shadowing
40 -fwarn-orphans
41 -fwarn-type-defaults
42 -fwarn-tabs
43 -fwarn-incomplete-record-updates
44 -fwarn-monomorphism-restriction
45 -fwarn-unused-do-bind
46 -funbox-strict-fields
47 -fexcess-precision
48 -fno-spec-constr-count
49 -optc-O3
50 -optc-march=native