name: mono-traversable-wrapper
version: 0.1.0.1
synopsis: Wrapper providing Foldable instance for MonoFoldables.
description: Please see README.md
homepage: https://github.com/oisdk/mono-traversable-wrapper
license: MIT
license-file: LICENSE
author: Donnacha Oisín Kidney
maintainer: mail@doisinkidney.com
copyright: 2016 Donnacha Oisín Kidney
category: Data
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Data.MonoTraversable.Container
build-depends: base >= 4.7 && < 5
, mono-traversable >= 0.5
default-language: Haskell2010
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/oisdk/mono-traversable-wrapper