mergeful-0.1.0.0: mergeful.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 165daa0156c2d4d4295cd5dbfa2b75914c44985aca486dca68525510afa932ce
name: mergeful
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/NorfairKing/mergeful#readme>
homepage: https://github.com/NorfairKing/mergeful#readme
bug-reports: https://github.com/NorfairKing/mergeful/issues
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
copyright: Copyright: (c) 2019 Tom Sydney Kerckhove
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/NorfairKing/mergeful
library
exposed-modules:
Data.Mergeful
Data.Mergeful.Collection
Data.Mergeful.Item
Data.Mergeful.Timed
Data.Mergeful.Value
other-modules:
Paths_mergeful
hs-source-dirs:
src
build-depends:
aeson
, base >=4.7 && <5
, containers
, mtl
, text
, time
, validity
, validity-containers
, validity-time
default-language: Haskell2010