packages feed

functor-infix-0.0.1: functor-infix.cabal

name:
  functor-infix
version:
  0.0.1
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,
    Data.Functor.Infix.Utilities
  build-depends:
    base             == 4.*,
    template-haskell >= 2.8 && < 3.0
  hs-source-dirs:
    src
  default-language:
    Haskell2010
  ghc-options:
    -Wall -fno-warn-name-shadowing