packages feed

witherable-0.1: witherable.cabal

name:                witherable
version:             0.1
synopsis:            Generalization of catMaybes
-- description:         
homepage:            https://github.com/fumieval/witherable
license:             BSD3
license-file:        LICENSE
author:              Fumiaki Kinoshita
maintainer:          Fumiaki Kinoshita <fumiexcel@gmail.com>
copyright:           Copyright (c) 2014 Fumiaki Kinoshita
category:            Data
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     Data.Witherable
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base == 4.*, containers, vector, unordered-containers, hashable, transformers
  hs-source-dirs:      src
  default-language:    Haskell2010