-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathInductiveHyperGraph.cabal
58 lines (49 loc) · 1.43 KB
/
InductiveHyperGraph.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
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 2ca5271215ca12aeafec0b0133b71541c1a21c15ec9b0b9adb311e439ac33157
name: InductiveHyperGraph
version: 0.1.0.0
homepage: https://github.com/enecuum/DirectAcyclicHyperGraph#readme
bug-reports: https://github.com/enecuum/DirectAcyclicHyperGraph/issues
copyright: Enecuum
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/enecuum/DirectAcyclicHyperGraph
flag containers042 {
manual: False
default: True
}
library
hs-source-dirs:
src
build-depends: fgl, random, base >=4.9 && <4.10, containers >=0.5 && <0.6, template-haskell >=2.11 && <2.12
exposed-modules:
Data.Hyper
--Data.Hyper.Algo.HyperPath
Data.Hyper.HyperGraph
Data.Hyper.PatriciaTree
--Data.Hyper.Template.Templates
--HyperViz
--PatriciaTreeOriginal
--RandHyper
--TxGen
other-modules:
Paths_DirectAcyclicHyperGraph
default-language: Haskell2010
if flag(containers042)
build-depends: containers >= 0.4.2
, deepseq >= 1.1.0.0 && < 1.5
else
build-depends: containers < 0.4.2
if impl(ghc >= 7.2) && impl(ghc < 7.6)
build-depends:
ghc-prim
ghc-options: -Wall