]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blob - htsn-import.cabal
Rename to htsn-import for simplicity.
[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 base == 4.*,
18 hxt == 9.3.*,
19 groundhog == 0.4.*,
20 groundhog-sqlite == 0.4.*,
21 groundhog-th == 0.4.*,
22 old-locale == 1.0.*,
23 time == 1.4.*,
24 tuple == 0.2.*
25
26 main-is:
27 Main.hs
28
29 hs-source-dirs:
30 src/
31
32 ghc-options:
33 -Wall
34 -fwarn-hi-shadowing
35 -fwarn-missing-signatures
36 -fwarn-name-shadowing
37 -fwarn-orphans
38 -fwarn-type-defaults
39 -fwarn-tabs
40 -fwarn-incomplete-record-updates
41 -fwarn-monomorphism-restriction
42 -fwarn-unused-do-bind
43 -rtsopts
44 -threaded
45 -optc-O3
46 -optc-march=native
47 -O2
48
49 ghc-prof-options:
50 -prof
51 -auto-all
52 -caf-all
53
54 source-repository head
55 type: git
56 location: http://michael.orlitzky.com/git/htsn-import.git
57 branch: master