Cabal revisions of natural-transformation-0.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: natural-transformation-version: 0.4-synopsis: A natural transformation package.-description: A natural transformation transforms a container @f a@ into another- container @g a@. Natural transformations act as functor morphisms- in category theory.- .- The naming of '~>', ':~>' and '$$' were taken,- with permission, from Edward Kmett's @indexed@ package.-homepage: https://github.com/ku-fpg/natural-transformation-bug-reports: https://github.com/ku-fpg/natural-transformation/issues-license: BSD3-license-file: LICENSE-stability: Provisional-author: Andy Gill-maintainer: Andy Gill <andygill@ku.edu>-copyright: Copyright (c) 2015-2016 The University of Kansas-category: Control-build-type: Simple-extra-source-files: CHANGELOG.md, README.md-tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1-cabal-version: >= 1.10--source-repository head- type: git- location: https://github.com/ku-fpg/natural-transformation--library- exposed-modules: Control.Natural- Control.Natural.RULES- Control.Object-- build-depends: base >= 4.7 && < 5- if !impl(ghc >= 8.0)- build-depends: semigroups >= 0.16 && < 0.19-- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall--test-suite natural-transformation-properties- type: exitcode-stdio-1.0- main-is: Properties.hs- build-depends: base >= 4.7 && < 5- , containers >= 0.1 && < 0.6- , natural-transformation == 0.4- , quickcheck-instances >= 0.1 && < 0.4- , tasty >= 0.8 && < 0.12- , tasty-quickcheck >= 0.8 && < 0.9- hs-source-dirs: tests- default-language: Haskell2010- ghc-options: -Wall+name: natural-transformation +version: 0.4 +x-revision: 1 +synopsis: A natural transformation package. +description: A natural transformation transforms a container @f a@ into another + container @g a@. Natural transformations act as functor morphisms + in category theory. + . + The naming of '~>', ':~>' and '$$' were taken, + with permission, from Edward Kmett's @indexed@ package. +homepage: https://github.com/ku-fpg/natural-transformation +bug-reports: https://github.com/ku-fpg/natural-transformation/issues +license: BSD3 +license-file: LICENSE +stability: Provisional +author: Andy Gill +maintainer: Andy Gill <andygill@ku.edu> +copyright: Copyright (c) 2015-2016 The University of Kansas +category: Control +build-type: Simple +extra-source-files: CHANGELOG.md, README.md +tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1 +cabal-version: >= 1.10 + +source-repository head + type: git + location: https://github.com/ku-fpg/natural-transformation + +library + exposed-modules: Control.Natural + Control.Natural.RULES + Control.Object + + build-depends: base >= 4.7 && < 5 + if !impl(ghc >= 8.0) + build-depends: semigroups >= 0.16 && < 0.19 + + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall + +test-suite natural-transformation-properties + type: exitcode-stdio-1.0 + main-is: Properties.hs + build-depends: base >= 4.7 && < 5 + , containers >= 0.1 && < 0.6 + , natural-transformation == 0.4 + , quickcheck-instances >= 0.1 && < 0.4 + , tasty >= 0.8 && < 0.12 + , tasty-quickcheck >= 0.8 && < 0.10 + hs-source-dirs: tests + default-language: Haskell2010 + ghc-options: -Wall
revision 2
name: natural-transformation version: 0.4 -x-revision: 1 +x-revision: 2 synopsis: A natural transformation package. description: A natural transformation transforms a container @f a@ into another container @g a@. Natural transformations act as functor morphisms , containers >= 0.1 && < 0.6 , natural-transformation == 0.4 , quickcheck-instances >= 0.1 && < 0.4 - , tasty >= 0.8 && < 0.12 + , tasty >= 0.8 && < 0.13 , tasty-quickcheck >= 0.8 && < 0.10 hs-source-dirs: tests default-language: Haskell2010
revision 3
name: natural-transformation version: 0.4 -x-revision: 2 +x-revision: 3 synopsis: A natural transformation package. description: A natural transformation transforms a container @f a@ into another container @g a@. Natural transformations act as functor morphisms , containers >= 0.1 && < 0.6 , natural-transformation == 0.4 , quickcheck-instances >= 0.1 && < 0.4 - , tasty >= 0.8 && < 0.13 + , tasty >= 0.8 && < 1.1 , tasty-quickcheck >= 0.8 && < 0.10 hs-source-dirs: tests default-language: Haskell2010
revision 4
name: natural-transformation version: 0.4 -x-revision: 3 +x-revision: 4 synopsis: A natural transformation package. description: A natural transformation transforms a container @f a@ into another container @g a@. Natural transformations act as functor morphisms , natural-transformation == 0.4 , quickcheck-instances >= 0.1 && < 0.4 , tasty >= 0.8 && < 1.1 - , tasty-quickcheck >= 0.8 && < 0.10 + , tasty-quickcheck >= 0.8 && < 0.11 hs-source-dirs: tests default-language: Haskell2010 ghc-options: -Wall
revision 5
name: natural-transformation version: 0.4 -x-revision: 4 +x-revision: 5 synopsis: A natural transformation package. description: A natural transformation transforms a container @f a@ into another container @g a@. Natural transformations act as functor morphisms , containers >= 0.1 && < 0.6 , natural-transformation == 0.4 , quickcheck-instances >= 0.1 && < 0.4 - , tasty >= 0.8 && < 1.1 + , tasty >= 0.8 && < 1.2 , tasty-quickcheck >= 0.8 && < 0.11 hs-source-dirs: tests default-language: Haskell2010
revision 6
name: natural-transformation version: 0.4 -x-revision: 5 +x-revision: 6 synopsis: A natural transformation package. description: A natural transformation transforms a container @f a@ into another container @g a@. Natural transformations act as functor morphisms type: exitcode-stdio-1.0 main-is: Properties.hs build-depends: base >= 4.7 && < 5 - , containers >= 0.1 && < 0.6 + , containers >= 0.1 && < 0.7 , natural-transformation == 0.4 , quickcheck-instances >= 0.1 && < 0.4 , tasty >= 0.8 && < 1.2
revision 7
name: natural-transformation version: 0.4 -x-revision: 6 +x-revision: 7 synopsis: A natural transformation package. description: A natural transformation transforms a container @f a@ into another container @g a@. Natural transformations act as functor morphisms , containers >= 0.1 && < 0.7 , natural-transformation == 0.4 , quickcheck-instances >= 0.1 && < 0.4 - , tasty >= 0.8 && < 1.2 + , tasty >= 0.8 && < 1.3 , tasty-quickcheck >= 0.8 && < 0.11 hs-source-dirs: tests default-language: Haskell2010
revision 8
name: natural-transformation version: 0.4 -x-revision: 7 +x-revision: 8 synopsis: A natural transformation package. description: A natural transformation transforms a container @f a@ into another container @g a@. Natural transformations act as functor morphisms , containers >= 0.1 && < 0.7 , natural-transformation == 0.4 , quickcheck-instances >= 0.1 && < 0.4 - , tasty >= 0.8 && < 1.3 + , tasty >= 0.8 && < 1.4 , tasty-quickcheck >= 0.8 && < 0.11 hs-source-dirs: tests default-language: Haskell2010
revision 9
name: natural-transformation version: 0.4 -x-revision: 8 +x-revision: 9 synopsis: A natural transformation package. description: A natural transformation transforms a container @f a@ into another container @g a@. Natural transformations act as functor morphisms , containers >= 0.1 && < 0.7 , natural-transformation == 0.4 , quickcheck-instances >= 0.1 && < 0.4 - , tasty >= 0.8 && < 1.4 + , tasty >= 0.8 && < 1.5 , tasty-quickcheck >= 0.8 && < 0.11 hs-source-dirs: tests default-language: Haskell2010
revision 10
name: natural-transformation version: 0.4 -x-revision: 9 +x-revision: 10 synopsis: A natural transformation package. description: A natural transformation transforms a container @f a@ into another container @g a@. Natural transformations act as functor morphisms build-depends: base >= 4.7 && < 5 if !impl(ghc >= 8.0) - build-depends: semigroups >= 0.16 && < 0.19 + build-depends: semigroups >= 0.16 && < 0.21 hs-source-dirs: src default-language: Haskell2010
revision 11
name: natural-transformation version: 0.4 -x-revision: 10 +x-revision: 11 synopsis: A natural transformation package. description: A natural transformation transforms a container @f a@ into another container @g a@. Natural transformations act as functor morphisms , containers >= 0.1 && < 0.7 , natural-transformation == 0.4 , quickcheck-instances >= 0.1 && < 0.4 - , tasty >= 0.8 && < 1.5 + , tasty >= 0.8 && < 1.6 , tasty-quickcheck >= 0.8 && < 0.11 hs-source-dirs: tests default-language: Haskell2010
revision 12
name: natural-transformation version: 0.4 -x-revision: 11 +x-revision: 12 synopsis: A natural transformation package. description: A natural transformation transforms a container @f a@ into another container @g a@. Natural transformations act as functor morphisms type: exitcode-stdio-1.0 main-is: Properties.hs build-depends: base >= 4.7 && < 5 - , containers >= 0.1 && < 0.7 + , containers >= 0.1 && < 0.8 , natural-transformation == 0.4 , quickcheck-instances >= 0.1 && < 0.4 , tasty >= 0.8 && < 1.6