appendful-0.0.0.0: appendful.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack
name: appendful
version: 0.0.0.0
description: Append-only cooperative agreement
homepage: https://github.com/NorfairKing/appendful#readme
bug-reports: https://github.com/NorfairKing/appendful/issues
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
copyright: Copyright: (c) 2020-2022 Tom Sydney Kerckhove
license: MIT
build-type: Simple
source-repository head
type: git
location: https://github.com/NorfairKing/appendful
library
exposed-modules:
Data.Appendful
Data.Appendful.Collection
other-modules:
Paths_appendful
hs-source-dirs:
src
ghc-options: -Wall -fwarn-redundant-constraints
build-depends:
aeson
, base >=4.11 && <5
, containers
, deepseq
, mtl
, validity
, validity-containers
default-language: Haskell2010