-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeGenerating.cabal
More file actions
64 lines (62 loc) · 1.64 KB
/
CodeGenerating.cabal
File metadata and controls
64 lines (62 loc) · 1.64 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
60
61
62
63
64
name: CodeGenerating
Version: 0.3.0
Cabal-version: >=1.9
Build-type: Simple
License: BSD3
License-file: LICENSE
Maintainer:
Stability:
Constant experimental development, though the utilities are fairly
constant.
Bug-reports:
Synopsis:
Utility functions for haskell-src-exts aimed at generating code.
Mosty chaining and defaulting arguments to constructors as well
as exrtaction of specific arguments and unwrapping.
Description:
Utility functions for haskell-src-exts aimed at generating code.
Category: Code
Author: Lars Corbijn
Tested-with:
Extra-source-files:
Library
Exposed-modules:
Code.Generating.Mangler
Code.Generating.Utils
Build-depends:
base >= 4,
containers -any,
filepath -any,
haskell-src-exts >=1.16,
mtl -any
hs-source-dirs: src
Other-modules:
Code.Generating.Utils.Unsorted
Code.Generating.Utils.No
Code.Generating.Utils.Module
Code.Generating.Utils.Syntax
Code.Generating.Utils.Syntax.Decl
Code.Generating.Utils.Syntax.Type
Code.Generating.Utils.Syntax.Pat
Code.Generating.Utils.Syntax.Exp
Code.Generating.Utils.Syntax.Alt
Code.Generating.Utils.Syntax.Names
Code.Generating.Utils.Imports
Code.Generating.Utils.Exports
Code.Generating.InternalUtils
Ghc-options: -Wall
Test-suite tests
Type: exitcode-stdio-1.0
Hs-source-dirs: tests
Main-is: Tests.hs
Other-modules: Utils.Type
Build-depends:
CodeGenerating,
base >= 4.0,
test-framework >= 0.5,
test-framework-quickcheck2 >= 0.2.12,
QuickCheck >= 2.4,
random == 1.0.*,
haskell-src-exts >= 1.16,
haskell-src-exts-quickcheck -any
Ghc-options: -Wall