-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecursion.cabal
More file actions
48 lines (45 loc) · 936 Bytes
/
recursion.cabal
File metadata and controls
48 lines (45 loc) · 936 Bytes
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
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: bdd15f05514b0c6b70e2aaa82a5661771b785e227cf3b189a532b80a0bfb3dd2
name: recursion
version: 0.1.0.0
category: Web
homepage: https://github.com/jd95/recursion#readme
author: Jeff
maintainer: jeffreydwyer95@outlook.com
copyright: MIT
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, comonad
, containers
, free
, mtl
, primes
, protolude
, recursion-schemes
exposed-modules:
Cata
Para
Histo
Zygo
Ana
Apo
Gapo
BinTree
Futu
other-modules:
Hylo
Paths_recursion
default-language: Haskell2010