first-class-families/first-class-families.cabal

35 lines
901 B
Plaintext
Raw Normal View History

2018-07-09 07:12:00 +03:00
name: first-class-families
2018-10-01 21:34:26 +03:00
version: 0.3.0.1
2018-07-09 07:12:00 +03:00
synopsis:
First class type families
description:
First class type families,
eval-style defunctionalization
2018-07-11 07:27:07 +03:00
.
See "Fcf".
2018-07-09 07:12:00 +03:00
homepage: https://github.com/Lysxia/first-class-families#readme
license: MIT
license-file: LICENSE
author: Li-yao Xia
maintainer: lysxia@gmail.com
copyright: 2018 Li-yao Xia
category: Other
build-type: Simple
2018-09-12 22:52:06 +03:00
extra-source-files: README.md, CHANGELOG.md
2018-07-09 07:12:00 +03:00
cabal-version: >=1.10
2018-07-11 07:29:48 +03:00
tested-with:
2018-10-01 21:12:57 +03:00
GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.1
2018-07-09 07:12:00 +03:00
library
hs-source-dirs: src
exposed-modules:
Fcf
build-depends:
base >= 4.9 && < 5
ghc-options: -Wall
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/Lysxia/first-class-families