mergeful-0.0.0.0: mergeful.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1779bd15e9a78b9227b2f291e7c301be723b2ae4bb160e6f540c68cf51852fac
name: mergeful
version: 0.0.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.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