]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blob - htsn-rdbms-import.cabal
Commit persistent stuff.
[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 cmdargs >= 0.10.6,
19 configurator == 0.2.*,
20 hxt == 9.3.*,
21 persistent == 1.2.*,
22 persistent-postgresql == 1.2.*,
23 persistent-sqlite == 1.2.*,
24 persistent-template == 1.2.*,
25 pretty-show == 1.*,
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