packages feed

functor-infix-0.0.2: functor-infix.cabal

name:
  functor-infix
version:
  0.0.2
synopsis:
  Compositions of functors.
homepage:
  https://github.com/fmap/functor-infix
license:
  MIT
license-file:
  LICENSE
author:
  vi
maintainer:
  vi@zalora.com
category:
  Data
build-type:
  Simple
cabal-version:
  >= 1.10

library
  exposed-modules:
    Data.Functor.Infix
  other-modules:
    Data.Functor.Infix.Definitions,
    Data.Functor.Infix.TH
  build-depends:
    base             >= 4.7 && < 4.9,
    template-haskell >= 2.8 && < 2.11
  hs-source-dirs:
    src
  default-language:
    Haskell2010