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