-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathuhc-util.cabal
96 lines (93 loc) · 2.51 KB
/
uhc-util.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
Name: uhc-util
Version: 0.1.7.0
cabal-version: >= 1.6
License: BSD3
Copyright: Atze Dijkstra & Utrecht University, Department of Information and Computing Sciences, Software Technology group
Build-Type: Simple
license-file: LICENSE
Author: Atze Dijkstra
Maintainer: [email protected]
Homepage: https://github.com/UU-ComputerScience/uhc-util
Bug-Reports: https://github.com/UU-ComputerScience/uhc-util/issues
Category: Development
Description: General purpose utilities for UHC and related tools
Synopsis: UHC utilities
extra-source-files: changelog.md
source-repository head
type: git
location: git://github.com/UU-ComputerScience/uhc-util.git
library
Build-Depends:
base >= 4.10.1 && < 5,
mtl >= 2,
transformers >= 0.4.2,
fgl >= 5.6,
hashable >= 1.2.4,
containers >= 0.4,
directory >= 1.2,
array >= 0.3,
process >= 1.1,
binary >= 0.5,
bytestring >= 0.9,
uulib >= 0.9.19,
time-compat >= 0.1.0.1,
time >= 1.2,
fclabels >= 2.0.3,
logict-state >= 0.1.0.2,
pqueue >= 1.3.1,
vector >= 0.11,
chr-pretty >= 0.1.0.0,
chr-parse >= 0.1.0.0,
chr-data >= 0.1.0.0,
chr-core >= 0.1.0.0
Exposed-Modules:
UHC.Util.AGraph,
UHC.Util.AssocL,
UHC.Util.Binary,
UHC.Util.CHR,
UHC.Util.CHR.Key,
UHC.Util.CHR.Base,
UHC.Util.CHR.Types,
UHC.Util.CHR.Rule,
UHC.Util.CHR.Solve.TreeTrie.Mono,
UHC.Util.CompileRun,
UHC.Util.CompileRun2,
UHC.Util.CompileRun3,
UHC.Util.Control.Monad,
UHC.Util.Debug,
UHC.Util.DependencyGraph,
UHC.Util.Error,
UHC.Util.FastSeq,
UHC.Util.FPath,
UHC.Util.Fresh,
UHC.Util.Hashable,
UHC.Util.Lens,
UHC.Util.Lookup,
UHC.Util.Lookup.Stacked,
UHC.Util.Nm,
UHC.Util.ParseErrPrettyPrint,
UHC.Util.ParseUtils,
UHC.Util.Pretty,
UHC.Util.PrettyUtils,
UHC.Util.Rel,
UHC.Util.RelMap,
UHC.Util.RLList,
UHC.Util.RLList.LexScope,
UHC.Util.ScanUtils,
UHC.Util.ScopeMapGam,
UHC.Util.ScopeVarMp,
UHC.Util.Serialize,
UHC.Util.Substitutable,
UHC.Util.Time,
UHC.Util.TreeTrie,
UHC.Util.Utils,
UHC.Util.VarLookup,
UHC.Util.VarMp,
UHC.Util.VecAlloc
Other-Modules:
UHC.Util.CHR.Solve.TreeTrie.Internal.Shared,
UHC.Util.CHR.Solve.TreeTrie.Internal
Ghc-Options:
HS-Source-Dirs: src
Build-Tools:
Extensions: NoMagicHash, DeriveGeneric, DeriveDataTypeable, TypeFamilies, FlexibleContexts, FunctionalDependencies, FlexibleInstances