coco-0.0.1.0: coco.cabal
cabal-version: 3.8
name: coco
version: 0.0.1.0
build-type: Simple
category: Conversion
author: Konrad Czech
maintainer: konrad@disroot.org
synopsis: compatible conversions
description:
Other conversion packages define isomorphisms and such, but that doesn't guarantee you converting a to b and b to c is the same as converting a to c.
This package is designed to guarantee conversions are compatible to each other.
license: MIT
homepage: https://codeberg.org/czech/coco
bug-reports: https://codeberg.org/czech/coco/issues
source-repository head
type: git
location: https://codeberg.org/czech/coco.git
library
ghc-options: -Wall -Wno-tabs
default-language: GHC2021
default-extensions: TemplateHaskell, DefaultSignatures
build-depends:
base >= 4.17 && < 4.23,
template-haskell >= 2.19 && < 2.25,
utility-ht >= 0.0.16 && < 0.1,
bytestring >= 0.11.3 && < 0.13,
utf8-string >= 1.0.1.1 && < 1.1,
text >= 1.2.5.0 && < 2.2,
uuid >= 1.3.15 && < 1.4,
aeson >= 2.1 && < 2.3,
foldable1-classes-compat >= 0.1 && < 0.2
exposed-modules: Coco
other-modules: Coco.TH