Cabal revisions of polyvariadic-0.3.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial polyvariadic.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/--name: polyvariadic-version: 0.3.0.0-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-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, FunctionalDependencies, FlexibleInstances, GeneralizedNewtypeDeriving- build-depends: base >=4.7 && <4.10- , containers >=0.1 && <0.6- if !impl(ghc >= 8.0)- build-depends: semigroups == 0.18.*- -- hs-source-dirs: - default-language: Haskell2010- ghc-options: -Wall-+-- Initial polyvariadic.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: polyvariadic +version: 0.3.0.0 +x-revision: 1 +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 +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, FunctionalDependencies, FlexibleInstances, GeneralizedNewtypeDeriving + 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 +