packages feed

polyvariadic-0.3.0.2: polyvariadic.cabal

-- Initial polyvariadic.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                polyvariadic
version:             0.3.0.2
synopsis:            Creation and application of polyvariadic functions
description:         Creation and application of polyvariadic functions, see the docs for usage and examples
homepage:            https://github.com/fgaz/polyvariadic
license:             BSD3
license-file:        LICENSE
author:              Francesco Gazzetta
maintainer:          francygazz@gmail.com
copyright:           (C) Francesco Gazzetta 2017
category:            Data
build-type:          Simple
extra-source-files:  ChangeLog.md
                   , README.md
cabal-version:       >=1.10

source-repository head
  type:     git
  location: git://github.com/fgaz/polyvariadic.git

library
  exposed-modules:     Data.Accumulator, Data.Function.Polyvariadic
  -- other-modules:       
  other-extensions:    MultiParamTypeClasses, FlexibleInstances, CPP
  build-depends:       base >=4.7 && <4.11
                     , containers >=0.1 && <0.6
  if !impl(ghc >= 8.0)
    build-depends: semigroups == 0.18.*
  -- hs-source-dirs:      
  default-language:    Haskell2010
  ghc-options:         -Wall