-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathkinder-functor.cabal
More file actions
29 lines (27 loc) · 891 Bytes
/
kinder-functor.cabal
File metadata and controls
29 lines (27 loc) · 891 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
name: kinder-functor
version: 0.1.0.0
synopsis: An alternate Functor definition
homepage: http://github.com/rampion/kinder-functor
license: PublicDomain
author: Noah Luck Easterly
maintainer: noah.easterly@gmail.com
build-type: Simple
extra-source-files: ChangeLog.md, README.md, Kinder/Functor.lhs
cabal-version: >=1.10
library
exposed-modules: Kinder.Functor
other-modules: Kmett
build-depends: base >=4.9 && <4.10
, markdown-unlit >=0.4.0 && <0.5
, constraints >=0.9.1 && <0.10
default-language: Haskell2010
ghc-options: -pgmL markdown-unlit -Wall -Werror
test-suite doctests
type: exitcode-stdio-1.0
main-is: doctests.hs
build-depends: base
, markdown-unlit >=0.4.0 && <0.5
, constraints >=0.9.1 && <0.10
, doctest >=0.11.2 && <0.12
ghc-options: -Wall -Werror
default-language: Haskell2010