packages feed

Cabal revisions of polyvariadic-0.3.0.3

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.3-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--test-suite tests-  type: exitcode-stdio-1.0-  build-depends: base, polyvariadic-  default-language:    Haskell2010-  main-is: Main.hs-  hs-source-dirs: tests-+-- Initial polyvariadic.cabal generated by cabal init.  For further 
+-- documentation, see http://haskell.org/cabal/users-guide/
+
+name:                polyvariadic
+version:             0.3.0.3
+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
+                   , 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.12
+                     , containers >=0.1 && <0.6
+  if !impl(ghc >= 8.0)
+    build-depends: semigroups == 0.18.*
+  -- hs-source-dirs:      
+  default-language:    Haskell2010
+  ghc-options:         -Wall
+
+test-suite tests
+  type: exitcode-stdio-1.0
+  build-depends: base, polyvariadic
+  default-language:    Haskell2010
+  main-is: Main.hs
+  hs-source-dirs: tests
+
revision 2
 
 name:                polyvariadic
 version:             0.3.0.3
-x-revision: 1
+x-revision: 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
   -- other-modules:       
   other-extensions:    MultiParamTypeClasses, FlexibleInstances, CPP
   build-depends:       base >=4.7 && <4.12
-                     , containers >=0.1 && <0.6
+                     , containers >=0.1 && <0.7
   if !impl(ghc >= 8.0)
     build-depends: semigroups == 0.18.*
   -- hs-source-dirs:      
revision 3
 
 name:                polyvariadic
 version:             0.3.0.3
-x-revision: 2
+x-revision: 3
 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
   exposed-modules:     Data.Accumulator, Data.Function.Polyvariadic
   -- other-modules:       
   other-extensions:    MultiParamTypeClasses, FlexibleInstances, CPP
-  build-depends:       base >=4.7 && <4.12
+  build-depends:       base >=4.7 && <4.13
                      , containers >=0.1 && <0.7
   if !impl(ghc >= 8.0)
     build-depends: semigroups == 0.18.*
revision 4
 
 name:                polyvariadic
 version:             0.3.0.3
-x-revision: 3
+x-revision: 4
 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
+maintainer:          fgaz@fgaz.me
 copyright:           (C) Francesco Gazzetta 2017
 category:            Data
 build-type:          Simple
revision 5
 
 name:                polyvariadic
 version:             0.3.0.3
-x-revision: 4
+x-revision: 5
 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:          fgaz@fgaz.me
+maintainer:          Francesco Gazzetta <fgaz@fgaz.me>
 copyright:           (C) Francesco Gazzetta 2017
 category:            Data
 build-type:          Simple