fcf-composite-0.1.0.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.0.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
default-language: Haskell2010