fcf-composite-0.1.1.0: fcf-composite.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: fcf-composite
version: 0.1.1.0
synopsis: Type-level computation for composite using first-class-families.
description: Type-level computation for composite using first-class-families.
category: Composite, Types
author: Daniel Firth
maintainer: dan.firth@homtopic.tech
copyright: Daniel Firth
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://gitlab.homotopic.tech/haskell/fcf-composite
library
exposed-modules:
Composite.Fcf
other-modules:
Paths_fcf_composite
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, composite-base >=0.7.0.0 && <0.8
, fcf-containers >=0.5.0 && <0.7
, first-class-families >=0.8.0.0 && <0.9
, vinyl >=0.13.0 && <0.14
default-language: Haskell2010
test-suite fcf-composite-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_fcf_composite
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, composite-base >=0.7.0.0 && <0.8
, fcf-composite
, fcf-containers >=0.5.0 && <0.7
, first-class-families >=0.8.0.0 && <0.9
, tasty
, tasty-hunit
, vinyl >=0.13.0 && <0.14
default-language: Haskell2010