]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blob - htsn-rdbms-import.cabal
Comment out the DTD in Injuries_Detail_XML.xml.
[dead/htsn-import.git] / htsn-rdbms-import.cabal
1 name: htsn-rdbms-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-rdbms-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 pretty-show == 1.*,
24 time == 1.4.*,
25 tuple == 0.2.*,
26 transformers == 0.3.*
27
28 main-is:
29 Main.hs
30
31 hs-source-dirs:
32 src/
33
34 ghc-options:
35 -Wall
36 -fwarn-hi-shadowing
37 -fwarn-missing-signatures
38 -fwarn-name-shadowing
39 -fwarn-orphans
40 -fwarn-type-defaults
41 -fwarn-tabs
42 -fwarn-incomplete-record-updates
43 -fwarn-monomorphism-restriction
44 -fwarn-unused-do-bind
45 -rtsopts
46 -threaded
47 -optc-O3
48 -optc-march=native
49 -O2
50
51 ghc-prof-options:
52 -prof
53 -auto-all
54 -caf-all
55
56 source-repository head
57 type: git
58 location: http://michael.orlitzky.com/git/htsn-rdbms-import.git
59 branch: master