forked from f-me/carma-models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
carma-models.cabal
58 lines (54 loc) · 1.54 KB
/
carma-models.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
-- Initial carma-models.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: carma-models
version: 0.2.2.0
-- synopsis:
-- description:
license: MIT
author: max taldykin
maintainer: [email protected]
-- copyright:
category: Database
build-type: Simple
cabal-version: >=1.8
library
exposed-modules:
Data.Model,
Data.Model.Patch,
Data.Model.Patch.Sql,
Data.Model.Sql,
Data.Model.View,
Data.Model.View.Types,
Carma.Model,
Carma.Model.Types,
Carma.Model.City,
Carma.Model.CarMake,
Carma.Model.CarModel,
Carma.Model.Contract,
Carma.Model.Dictionary,
Carma.Model.NewCaseField,
Carma.Model.Program,
Carma.Model.Region,
Carma.Model.Wazzup,
Carma.Model.CaseSearch,
Carma.Search.Patch,
Carma.Search.Condition
-- other-modules:
hs-source-dirs: src
build-depends:
aeson == 0.6.*,
base == 4.6.*,
containers == 0.5.*,
unordered-containers == 0.2.*,
postgresql-simple == 0.3.*,
text == 0.11.*,
time == 1.4.*,
vector == 0.10.*,
bytestring == 0.10.*
extensions:
DataKinds, KindSignatures, TypeOperators,
TypeFamilies,
MultiParamTypeClasses, FlexibleInstances, FlexibleContexts,
DeriveDataTypeable,
OverloadedStrings, TupleSections,
NamedFieldPuns