packages feed

Cabal revisions of paramtree-0.1.1.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:               paramtree-Version:            0.1.1.1--Homepage:           https://github.com/merijn/paramtree-Bug-Reports:        https://github.com/merijn/paramtree/issues--Author:             Merijn Verstraaten-Maintainer:         Merijn Verstraaten <merijn@inconsistent.nl>-Copyright:          Copyright © 2017 Merijn Verstraaten--License:            BSD3-License-File:       LICENSE--Category:           Development, Benchmarking, Testing-Cabal-Version:      >= 1.10-Build-Type:         Simple-Tested-With:        GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2,-                    GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.1--Extra-Source-Files: README.md tests/*.golden--Synopsis:           Generate labelled test/benchmark trees from sets of parameters--Description:-    Easily generate a labelled tree of tests/benchmarks from a generation-    function and sets of parameters to use for each of that functions-    arguments. Example usecases include criterion benchmark trees or tasty test-    trees.--Library-  Default-Language:     Haskell2010-  GHC-Options:          -Wall -fno-warn-unused-do-bind--  Exposed-Modules:      ParamTree-  Other-Extensions:     CPP-                        DataKinds-                        GADTs-                        KindSignatures-                        ScopedTypeVariables-                        TypeFamilies-                        TypeOperators--  Build-Depends:        base >= 4.6 && < 5-               ,        containers >= 0.4 && < 0.7--Test-Suite test-  Default-Language:     Haskell2010-  Type:                 exitcode-stdio-1.0-  Main-Is:              Test.hs-  Hs-Source-Dirs:       tests-  GHC-Options:          -Wall -fno-warn-unused-do-bind-  Other-Extensions:     CPP-                        DataKinds-  Build-Depends:        base-               ,        paramtree-               ,        bytestring >= 0.10 && < 0.11-               ,        tasty >= 0.11 && < 1.2-               ,        tasty-golden >= 2.0 && < 2.4-               ,        tasty-hunit >= 0.9 && < 0.11-               ,        temporary >= 1.2 && < 1.4--Source-Repository head-  Type:     git-  Location: ssh://github.com:merijn/paramtree.git--Source-Repository head-  Type:     mercurial+Name:               paramtree
+Version:            0.1.1.1
+x-revision:         1
+
+Homepage:           https://github.com/merijn/paramtree
+Bug-Reports:        https://github.com/merijn/paramtree/issues
+
+Author:             Merijn Verstraaten
+Maintainer:         Merijn Verstraaten <merijn@inconsistent.nl>
+Copyright:          Copyright © 2017-2019 Merijn Verstraaten
+
+License:            BSD3
+License-File:       LICENSE
+
+Category:           Development, Benchmarking, Testing
+Cabal-Version:      >= 1.10
+Build-Type:         Simple
+Tested-With:        GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2,
+                    GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1
+
+Extra-Source-Files: README.md tests/*.golden
+
+Synopsis:           Generate labelled test/benchmark trees from sets of parameters
+
+Description:
+    Easily generate a labelled tree of tests/benchmarks from a generation
+    function and sets of parameters to use for each of that functions
+    arguments. Example usecases include criterion benchmark trees or tasty test
+    trees.
+
+Library
+  Default-Language:     Haskell2010
+  GHC-Options:          -Wall -fno-warn-unused-do-bind
+
+  Exposed-Modules:      ParamTree
+  Other-Extensions:     CPP
+                        DataKinds
+                        GADTs
+                        KindSignatures
+                        ScopedTypeVariables
+                        TypeFamilies
+                        TypeOperators
+
+  Build-Depends:        base >= 4.6 && < 5
+               ,        containers >= 0.4 && < 0.7
+
+Test-Suite test
+  Default-Language:     Haskell2010
+  Type:                 exitcode-stdio-1.0
+  Main-Is:              Test.hs
+  Hs-Source-Dirs:       tests
+  GHC-Options:          -Wall -fno-warn-unused-do-bind
+  Other-Extensions:     CPP
+                        DataKinds
+  Build-Depends:        base
+               ,        paramtree
+               ,        bytestring >= 0.10 && < 0.11
+               ,        tasty >= 0.11 && < 1.3
+               ,        tasty-golden >= 2.0 && < 2.4
+               ,        tasty-hunit >= 0.9 && < 0.11
+               ,        temporary >= 1.2 && < 1.4
+
+Source-Repository head
+  Type:     git
+  Location: ssh://github.com:merijn/paramtree.git
+
+Source-Repository head
+  Type:     mercurial
   Location: https://bitbucket.org/merijnv/paramtree
revision 2
 Name:               paramtree
 Version:            0.1.1.1
-x-revision:         1
+X-Revision:         2
 
 Homepage:           https://github.com/merijn/paramtree
 Bug-Reports:        https://github.com/merijn/paramtree/issues
 
 Author:             Merijn Verstraaten
 Maintainer:         Merijn Verstraaten <merijn@inconsistent.nl>
-Copyright:          Copyright © 2017-2019 Merijn Verstraaten
+Copyright:          Copyright © 2017-2020 Merijn Verstraaten
 
 License:            BSD3
 License-File:       LICENSE
 Cabal-Version:      >= 1.10
 Build-Type:         Simple
 Tested-With:        GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2,
-                    GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1
+                    GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4,
+                    GHC == 8.10.2
 
 Extra-Source-Files: README.md tests/*.golden
 
                         DataKinds
   Build-Depends:        base
                ,        paramtree
-               ,        bytestring >= 0.10 && < 0.11
-               ,        tasty >= 0.11 && < 1.3
+               ,        bytestring >= 0.10 && < 0.12
+               ,        tasty >= 0.11 && < 1.4
                ,        tasty-golden >= 2.0 && < 2.4
                ,        tasty-hunit >= 0.9 && < 0.11
                ,        temporary >= 1.2 && < 1.4
 
 Source-Repository head
   Type:     git
-  Location: ssh://github.com:merijn/paramtree.git
-
-Source-Repository head
-  Type:     mercurial
-  Location: https://bitbucket.org/merijnv/paramtree+  Location: ssh://github.com:merijn/paramtree.git
revision 3
 Name:               paramtree
 Version:            0.1.1.1
-X-Revision:         2
+X-Revision:         3
 
 Homepage:           https://github.com/merijn/paramtree
 Bug-Reports:        https://github.com/merijn/paramtree/issues
   Build-Depends:        base
                ,        paramtree
                ,        bytestring >= 0.10 && < 0.12
-               ,        tasty >= 0.11 && < 1.4
+               ,        tasty >= 0.11 && < 1.5
                ,        tasty-golden >= 2.0 && < 2.4
                ,        tasty-hunit >= 0.9 && < 0.11
                ,        temporary >= 1.2 && < 1.4