packages feed

mergeful-0.2.0.0: mergeful.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 5c04518a45f3748d42c829e645b69f607f23450b79fa96bcd6c567976b0465b7

name:           mergeful
version:        0.2.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-2020 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
  ghc-options: -Wall -fwarn-redundant-constraints
  build-depends:
      aeson
    , base >=4.7 && <5
    , containers
    , deepseq
    , mtl
    , text
    , time
    , validity
    , validity-containers
    , validity-time
  default-language: Haskell2010