-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherp.cabal
105 lines (96 loc) · 4.43 KB
/
erp.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
name: erp
version: 0.0.0.2
cabal-version: >=1.16
build-type: Simple
license: GPL
license-file: "license"
maintainer: [email protected]
homepage: tbd
synopsis: Create a data model for erp
description: Create a data model for erp
category: Business Application
author: dg
data-dir: ""
extra-source-files: testsuite/tests/TestRunner.hs
library
build-depends: base -any, acid-state >=0.12.1,
websockets >=0.8.2.4, mtl >=2.1.2, containers -any,
unordered-containers >=0.2.3.0, safecopy >=0.8.2, text >=0.11.3.1,
async >=2.0.1.4, aeson >=0.7.0.2, time >=1.4.0.1, url >=2.1.3,
hslogger >=1.2.3, directory >=1.2.0.1, datetime >=0.2.1,
hspec >=1.9.2
, transformers >= 0.3.0.0
, http-streams >= 0.7.2.2
, io-streams >= 1.1.4.6
exposed-modules: ErpError ErpServer ErpModel Login Account Company Country
Currency FiscalYear Entity AccountAsset Bank Product Carrier
SystemSequence Forecast Invoice Production Project
Purchase
Sale
Shipment
Stock
StaleObject
Timesheet
IncomingRequestType
Util.Calendar
Erp.Util.DevOps.CloudFoundry
exposed: True
buildable: True
default-language: Haskell2010
default-extensions: OverloadedStrings CPP DeriveDataTypeable
TypeFamilies TemplateHaskell TypeSynonymInstances FlexibleInstances
DataKinds DeriveGeneric NoMonomorphismRestriction
OverlappingInstances
MultiParamTypeClasses
hs-source-dirs: . src/server testsuite/tests src/common src/client src
other-modules: TestSpec ProductSpec SpecHelper
ghc-options: -DDEBUG
executable erp
build-depends: base -any, acid-state >=0.12.1,
websockets >=0.8.2.4, mtl >=2.1.2, containers -any,
unordered-containers >=0.2.3.0, safecopy >=0.8.2, text >=0.11.3.1,
async >=2.0.1.4, aeson >=0.7.0.2, time >=1.4.0.1, url >=2.1.3,
hslogger >=1.2.3, directory >=1.2.0.1, datetime >=0.2.1,
hspec >=1.9.2, erp -any
, http-streams >= 0.7.2.2
main-is: Main.hs
buildable: True
default-language: Haskell2010
default-extensions: OverloadedStrings CPP DeriveDataTypeable
TypeFamilies TemplateHaskell FlexibleInstances TypeSynonymInstances
DataKinds DeriveGeneric NoMonomorphismRestriction
OverlappingInstances
other-modules:
executable erp_ui
build-depends: base -any, acid-state >=0.12.1,
websockets >=0.8.2.4, mtl >=2.1.2, containers -any,
unordered-containers >=0.2.3.0, safecopy >=0.8.2, text >=0.11.3.1,
async >=2.0.1.4, aeson >=0.7.0.2, time >=1.4.0.1, url >=2.1.3,
hslogger >=1.2.3, directory >=1.2.0.1, datetime >=0.2.1,
hspec >=1.9.2, erp -any
, http-streams >= 0.7.2.2
main-is: Main.hs
buildable: True
default-language: Haskell2010
default-extensions: OverloadedStrings CPP DeriveDataTypeable
TypeFamilies TemplateHaskell FlexibleInstances TypeSynonymInstances
DataKinds DeriveGeneric NoMonomorphismRestriction
OverlappingInstances
other-modules:
test-suite tests
build-depends: base -any, acid-state >=0.12.1,
websockets >=0.8.2.4, mtl >=2.1.2, containers -any,
unordered-containers >=0.2.3.0, safecopy >=0.8.2, text >=0.11.3.1,
async >=2.0.1.4, aeson >=0.7.0.2, time >=1.4.0.1, url >=2.1.3,
hslogger >=1.2.3, directory >=1.2.0.1, datetime >=0.2.1,
hspec >=1.9.2, QuickCheck >=2.6, erp -any
, http-streams >= 0.7.2.2
type: exitcode-stdio-1.0
main-is: TestRunner.hs
buildable: True
default-language: Haskell2010
default-extensions: OverloadedStrings CPP DeriveDataTypeable
TypeFamilies TemplateHaskell TypeSynonymInstances FlexibleInstances
DataKinds DeriveGeneric OverlappingInstances
hs-source-dirs: testsuite/tests
ghc-options: -rtsopts