forked from jwiegley/coq-haskell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
coq-haskell.cabal
57 lines (55 loc) · 1.32 KB
/
coq-haskell.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
-- Initial coq-haskell.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: coq-haskell
version: 0.1.0.0
synopsis: Library for bridging the gap between Haskell and Coq
-- description:
homepage: https://github.com/jwiegley/coq-haskell
license: BSD3
license-file: LICENSE
author: John Wiegley
maintainer: [email protected]
-- copyright:
category: Language
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
exposed-modules:
Hask.Coq
Hask.Utils
other-modules:
Hask.Applicative
Hask.Church
Hask.Comonad
Hask.Datatypes
Hask.Eqtype
Hask.Fintype
Hask.Free
Hask.Free0
Hask.Functor
Hask.Identity
Hask.IntMap
Hask.IntSet
Hask.List0
Hask.Logic
Hask.Maybe
Hask.Monad
Hask.Prelude0
Hask.Seq
Hask.Specif
Hask.Ssrbool
Hask.Ssrfun
Hask.Ssrnat
Hask.State
Hask.State0
Hask.Tuple
Hask.Vector0
Hask.Yoneda
other-extensions: ScopedTypeVariables
build-depends: base >=4.7 && <5.0
, free >= 4.12 && < 4.13
, containers
, ghc-prim
hs-source-dirs: haskell extract
default-language: Haskell2010