packages feed

acme-functors-0.1.0.1: acme-functors.cabal

name:           acme-functors
version:        0.1.0.1
synopsis:       The best applicative functors.
description:    Types are great. Lifting them into some sort of applicative functor makes them even better. This package is an homage to our favorite applicatives, and to the semigroups with which they are instrinsically connected.
category:       ACME
homepage:       https://github.com/chris-martin/acme-functors
bug-reports:    https://github.com/chris-martin/acme-functors/issues
author:         Chris Martin
maintainer:     ch.martin@gmail.com
copyright:      2017 Chris Martin
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

source-repository head
  type: git
  location: https://github.com/chris-martin/acme-functors

library
  hs-source-dirs:
      src
  build-depends:
      base >= 4 && < 5
  exposed-modules:
      Acme.Functors
      Acme.Functors.Classes
  default-language: Haskell2010