name: data-function-meld
version: 0.1.0.0
synopsis: Map the arguments and return value of functions.
description: Map the arguments and return value of functions.
homepage: https://github.com/erisco/data-function-meld
license: BSD3
license-file: LICENSE
author: Eric Brisco
maintainer: eric.brisco@gmail.com
copyright: Copyright (c) 2015, Eric Brisco
category: Data
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Data.Function.Meld
build-depends: base >=4.7 && <4.8
hs-source-dirs: src
default-language: Haskell2010