]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blob - htsn-import.cabal
Bump the cabal file with new deps.
[dead/htsn-import.git] / htsn-import.cabal
1 name: htsn-import
2 version: 0.0.1
3 cabal-version: >= 1.8
4 author: Michael Orlitzky
5 maintainer: Michael Orlitzky <michael@orlitzky.com>
6 category: Utils
7 license: GPL-3
8 license-file: doc/LICENSE
9 build-type: Simple
10 synopsis:
11 Import XML files from The Sports Network into an RDBMS.
12 description:
13 Import XML files from The Sports Network into an RDBMS.
14
15 executable htsn-import
16 build-depends:
17 ansi-terminal == 0.6.*,
18 base == 4.*,
19 cmdargs >= 0.10.6,
20 configurator == 0.2.*,
21 directory == 1.2.*,
22 filepath == 1.3.*,
23 hslogger == 1.2.*,
24 hxt == 9.3.*,
25 groundhog == 0.4.*,
26 groundhog-sqlite == 0.4.*,
27 groundhog-th == 0.4.*,
28 old-locale == 1.0.*,
29 time == 1.4.*,
30 transformers == 0.3.*,
31 tuple == 0.2.*
32
33 main-is:
34 Main.hs
35
36 hs-source-dirs:
37 src/
38
39 ghc-options:
40 -Wall
41 -fwarn-hi-shadowing
42 -fwarn-missing-signatures
43 -fwarn-name-shadowing
44 -fwarn-orphans
45 -fwarn-type-defaults
46 -fwarn-tabs
47 -fwarn-incomplete-record-updates
48 -fwarn-monomorphism-restriction
49 -fwarn-unused-do-bind
50 -rtsopts
51 -threaded
52 -optc-O3
53 -optc-march=native
54 -O2
55
56 ghc-prof-options:
57 -prof
58 -auto-all
59 -caf-all
60
61 source-repository head
62 type: git
63 location: http://michael.orlitzky.com/git/htsn-import.git
64 branch: master