-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdataBuilder.cabal
More file actions
60 lines (54 loc) · 1.62 KB
/
dataBuilder.cabal
File metadata and controls
60 lines (54 loc) · 1.62 KB
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
name: dataBuilder
version: 0.3.0.0
cabal-version: >=1.10
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: 2016 Adam Conner-Sax
maintainer: adam_conner_sax@yahoo.com
homepage: http://github.com/githubuser/TH#readme
synopsis: Initial project template from stack
description:
Please see README.md
category: Web
author: Adam Conner-Sax
source-repository head
type: git
location: https://github.com/adamConnerSax/dataBuilder
library
exposed-modules:
DataBuilder
-- DataBuilder.TH
DataBuilder.Types
DataBuilder.GenericSOP
build-depends:
base >=4.7 && <5
, generics-sop >=0.2.1
, perConstructor-sop
default-language: Haskell2010
hs-source-dirs: src
other-modules:
DataBuilder.InternalTypes
--executable dataBuilderDemo
-- main-is: Main.hs
-- build-depends:
-- base -any
-- , template-haskell -any
-- , validation -any
-- , dataBuilder -any
-- default-language: Haskell2010
-- hs-source-dirs: app
-- ghc-options: -threaded -rtsopts -with-rtsopts=-N
--executable dataBuilder-OptionParser
-- main-is: Main.hs
-- other-modules: DataBuilder.OptionParser
-- build-depends:
-- base -any
-- , validation -any
-- , text -any
-- , template-haskell -any
-- , dataBuilder -any
-- , optparse-applicative -any
-- default-language: Haskell2010
-- hs-source-dirs: dataBuilder
-- ghc-options: -threaded -rtsopts -with-rtsopts=-N