packages feed

witherable-class-0.0.1: witherable-class.cabal

cabal-version:       2.4
name:                witherable-class
version:             0.0.1
synopsis:            Witherable = Traversable + Filterable
description:         This package is deprecated. Use the witherable package instead
bug-reports:         https://github.com/fumieval/witherable
license:             BSD-3-Clause
license-file:        LICENSE
author:              Fumiaki Kinoshita
maintainer:          fumiexcel@gmail.com
copyright:           Copyright (c) 2021 Fumiaki Kinoshita
category:            Data
extra-source-files:  CHANGELOG.md

source-repository head
  type: git
  location: git@github.com:fumieval/witherable.git

library
  exposed-modules:     Data.Witherable.Class
  build-depends:       base >= 4.8 && <5
    , witherable ^>= 0.4
  -- hs-source-dirs:
  default-language:    Haskell2010
  ghc-options: -Wall -Wcompat