merge-0.2.0.0: merge.cabal
cabal-version: 2.4
name: merge
version: 0.2.0.0
synopsis: A functor for consistent merging of information
description: A functor for consistent merging of information.
author: Samuel Schlesinger
maintainer: sgschlesinger@gmail.com
extra-source-files: CHANGELOG.md
license: MIT
license-file: LICENSE
copyright: 2020 Samuel Schlesinger
category: Data
extra-source-files: CHANGELOG.md, README.md
build-type: Simple
source-repository head
type: git
location: https://github.com/samuelschlesinger/merge
library
exposed-modules: Data.Merge
build-depends: base >=4.6 && <5, profunctors >=5.6 && <6
hs-source-dirs: src
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: Test.hs
hs-source-dirs: test
build-depends: base >= 4.6 && <5, merge
default-language: Haskell2010