-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbitfunctor-theory.cabal
More file actions
100 lines (97 loc) · 3.65 KB
/
bitfunctor-theory.cabal
File metadata and controls
100 lines (97 loc) · 3.65 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
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
name: bitfunctor-theory
version: 0.1.0.0
-- synopsis:
-- description:
homepage: http://bitfunctor.net,
https://github.com/BitFunctor/bitfunctor-theory
bug-reports: https://github.com/BitFunctor/bitfunctor-theory/issues
license: MIT
license-file: LICENSE
author: andruiman <[email protected]>,
Sergey Kazenyuk <[email protected]>
maintainer: andruiman <[email protected]>,
Sergey Kazenyuk <[email protected]>
copyright: (c) 2015-2017 BitFunctor Project
category: Finance, Network
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
exposed-modules: Network.BitFunctor.Theory.Complexity,
Network.BitFunctor.Theory.Types,
Network.BitFunctor.Theory.Utils,
Network.BitFunctor.Theory.Extraction,
Network.BitFunctor.Theory.RESTServer,
Network.BitFunctor.Theory.Coq.Types,
Network.BitFunctor.Theory.Coq.TheoryAcid,
Network.BitFunctor.Theory.Coq.Extraction.Constants,
Network.BitFunctor.Theory.Coq.Extraction.GlobFileParser,
Network.BitFunctor.Theory.Coq.Extraction.FileExtraction
other-modules:
build-depends: base,
bitfunctor,
bytestring,
base16-bytestring,
aeson,
containers,
text,
time,
memory,
binary,
directory,
MissingH,
parsec,
parsec-numbers,
process,
split,
utf8-string,
byteable,
lens,
safecopy,
acid-state,
mtl,
cereal,
scotty,
http-types,
blaze-html,
shakespeare,
hamlet,
transformers
hs-source-dirs: src
default-language: Haskell2010
executable coqxtractor
main-is: coqxtractor.hs
build-depends: base
, argparser
, containers
, text
, split
, time
, binary
, bytestring
, zlib
, aeson
, http-types
, http-client
, http-client-tls
, conduit
, conduit-extra
, http-conduit
, bitfunctor
, bitfunctor-theory
hs-source-dirs: test/src
default-language: Haskell2010
executable theoryd
main-is: theoryd.hs
build-depends: base
, argparser
, acid-state
, mtl
, safecopy
, containers
, binary
, text
, time
, bitfunctor-theory
hs-source-dirs: src/Network/BitFunctor/Theory
default-language: Haskell2010