Cabal revisions of poly-arity-0.0.4.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: poly-arity-Version: 0.0.4.1-Author: Athan Clark <athan.clark@gmail.com>-Maintainer: Athan Clark <athan.clark@gmail.com>-License: BSD3-License-File: LICENSE-Synopsis: Tools for working with functions of undetermined arity--- Description:-Cabal-Version: >= 1.10-Build-Type: Simple--Library- Default-Language: Haskell2010- HS-Source-Dirs: src- GHC-Options: -Wall- Exposed-Modules: Data.Function.Poly- Build-Depends: base >= 4.6 && < 5- , constraints- , HList >= 0.4--Test-Suite spec- Type: exitcode-stdio-1.0- Default-Language: Haskell2010- Hs-Source-Dirs: src- , test- Ghc-Options: -Wall- Main-Is: Spec.hs- Build-Depends: base- , hspec- , QuickCheck- , quickcheck-instances--Source-Repository head- Type: git- Location: https://github.com/athanclark/poly-arity.git+Name: poly-arity +Version: 0.0.4.1 +x-revision: 1 +Author: Athan Clark <athan.clark@gmail.com> +Maintainer: Athan Clark <athan.clark@gmail.com> +License: BSD3 +License-File: LICENSE +Synopsis: Tools for working with functions of undetermined arity +-- Description: +Cabal-Version: >= 1.10 +Build-Type: Simple +Category: Data, Function + +Library + Default-Language: Haskell2010 + HS-Source-Dirs: src + GHC-Options: -Wall + Exposed-Modules: Data.Function.Poly + Build-Depends: base >= 4.6 && < 5 + , constraints + , HList >= 0.4 + +Test-Suite spec + Type: exitcode-stdio-1.0 + Default-Language: Haskell2010 + Hs-Source-Dirs: src + , test + Ghc-Options: -Wall + Main-Is: Spec.hs + Build-Depends: base + , hspec + , QuickCheck + , quickcheck-instances + +Source-Repository head + Type: git + Location: https://github.com/athanclark/poly-arity.git
revision 2
Name: poly-arity Version: 0.0.4.1 -x-revision: 1 +x-revision: 2 Author: Athan Clark <athan.clark@gmail.com> Maintainer: Athan Clark <athan.clark@gmail.com> License: BSD3 -- Description: Cabal-Version: >= 1.10 Build-Type: Simple -Category: Data, Function +Category: Data, Functions Library Default-Language: Haskell2010