]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blob - htsn-import.cabal
Add a backend configuration option.
[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 htsn-common == 0.0.1,
25 hxt == 9.3.*,
26 groundhog == 0.4.*,
27 groundhog-sqlite == 0.4.*,
28 groundhog-th == 0.4.*,
29 old-locale == 1.0.*,
30 time == 1.4.*,
31 transformers == 0.3.*,
32 tuple == 0.2.*
33
34 main-is:
35 Main.hs
36
37 hs-source-dirs:
38 src/
39
40 ghc-options:
41 -Wall
42 -fwarn-hi-shadowing
43 -fwarn-missing-signatures
44 -fwarn-name-shadowing
45 -fwarn-orphans
46 -fwarn-type-defaults
47 -fwarn-tabs
48 -fwarn-incomplete-record-updates
49 -fwarn-monomorphism-restriction
50 -fwarn-unused-do-bind
51 -rtsopts
52 -threaded
53 -optc-O3
54 -optc-march=native
55 -O2
56
57 ghc-prof-options:
58 -prof
59 -auto-all
60 -caf-all
61
62 source-repository head
63 type: git
64 location: http://michael.orlitzky.com/git/htsn-import.git
65 branch: master