-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmu-kanren.cabal
More file actions
60 lines (55 loc) · 1.35 KB
/
mu-kanren.cabal
File metadata and controls
60 lines (55 loc) · 1.35 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
-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: e70c2bb3be634d8641aaccf24e907bc9c3dde3d7d3e7d4f342bda626b8297c75
name: mu-kanren
version: 0.1.0.0
description: Please see the README on Github at <https://github.com/fsestini/mu-kanren#readme>
homepage: https://github.com/fsestini/mu-kanren#readme
bug-reports: https://github.com/fsestini/mu-kanren/issues
author: Filippo Sestini
maintainer: sestini.filippo@gmail.com
copyright: 2018 Filippo Sestini
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/fsestini/mu-kanren
library
exposed-modules:
All
MuKanren
Programs
Term
Wrappers
other-modules:
Paths_mu_kanren
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, mtl
, s-cargot
, text
, transformers
default-language: Haskell2010
executable mu-kanren-exe
main-is: Main.hs
other-modules:
Paths_mu_kanren
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, mtl
, mu-kanren
, s-cargot
, text
, transformers
default-language: Haskell2010