Cabal revisions of species-0.4.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: species-version: 0.4.0.1-license: BSD3-license-file: LICENSE-build-type: Simple-cabal-version: >= 1.10-tested-with: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1-author: Brent Yorgey-maintainer: Brent Yorgey <byorgey@gmail.com>-bug-reports: https://github.com/byorgey/species/issues-category: Math-synopsis: Computational combinatorial species--description: A DSL for describing and computing with combinatorial species,- e.g. counting labeled or unlabeled structures, or generating- a list of all labeled structures for a species.-extra-source-files: CHANGES-source-repository head- type: git- location: https://github.com/byorgey/species--Library- build-depends: base >= 4.7 && < 4.11,- numeric-prelude >= 0.3 && < 0.5,- np-extras >= 0.3 && < 0.4,- containers >= 0.2 && < 0.6,- multiset-comb >= 0.2.4 && < 0.3,- template-haskell >= 2.7 && < 3.0- exposed-modules:- Math.Combinatorics.Species- Math.Combinatorics.Species.Class- Math.Combinatorics.Species.Types- Math.Combinatorics.Species.Labeled- Math.Combinatorics.Species.Unlabeled- Math.Combinatorics.Species.CycleIndex- Math.Combinatorics.Species.AST- Math.Combinatorics.Species.AST.Instances- Math.Combinatorics.Species.Structures- Math.Combinatorics.Species.Enumerate- Math.Combinatorics.Species.Util.Interval- Math.Combinatorics.Species.NewtonRaphson- Math.Combinatorics.Species.Simplify- default-extensions: NoImplicitPrelude- other-extensions: GADTs,- TemplateHaskell,- DeriveDataTypeable,- CPP- default-language: Haskell2010+name: species +version: 0.4.0.1 +x-revision: 1 +license: BSD3 +license-file: LICENSE +build-type: Simple +cabal-version: >= 1.10 +tested-with: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1 +author: Brent Yorgey +maintainer: Brent Yorgey <byorgey@gmail.com> +bug-reports: https://github.com/byorgey/species/issues +category: Math +synopsis: Computational combinatorial species + +description: A DSL for describing and computing with combinatorial species, + e.g. counting labeled or unlabeled structures, or generating + a list of all labeled structures for a species. +extra-source-files: CHANGES +source-repository head + type: git + location: https://github.com/byorgey/species + +Library + build-depends: base >= 4.7 && < 4.12, + numeric-prelude >= 0.3 && < 0.5, + np-extras >= 0.3 && < 0.4, + containers >= 0.2 && < 0.6, + multiset-comb >= 0.2.4 && < 0.3, + template-haskell >= 2.7 && < 3.0 + exposed-modules: + Math.Combinatorics.Species + Math.Combinatorics.Species.Class + Math.Combinatorics.Species.Types + Math.Combinatorics.Species.Labeled + Math.Combinatorics.Species.Unlabeled + Math.Combinatorics.Species.CycleIndex + Math.Combinatorics.Species.AST + Math.Combinatorics.Species.AST.Instances + Math.Combinatorics.Species.Structures + Math.Combinatorics.Species.Enumerate + Math.Combinatorics.Species.Util.Interval + Math.Combinatorics.Species.NewtonRaphson + Math.Combinatorics.Species.Simplify + default-extensions: NoImplicitPrelude + other-extensions: GADTs, + TemplateHaskell, + DeriveDataTypeable, + CPP + default-language: Haskell2010
revision 2
name: species version: 0.4.0.1 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 -tested-with: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1 +tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.3 author: Brent Yorgey maintainer: Brent Yorgey <byorgey@gmail.com> bug-reports: https://github.com/byorgey/species/issues location: https://github.com/byorgey/species Library - build-depends: base >= 4.7 && < 4.12, + build-depends: base >= 4.7 && < 4.13, numeric-prelude >= 0.3 && < 0.5, np-extras >= 0.3 && < 0.4, - containers >= 0.2 && < 0.6, + containers >= 0.2 && < 0.7, multiset-comb >= 0.2.4 && < 0.3, template-haskell >= 2.7 && < 3.0 exposed-modules:
revision 3
name: species version: 0.4.0.1 -x-revision: 2 +x-revision: 3 license: BSD3 license-file: LICENSE build-type: Simple location: https://github.com/byorgey/species Library - build-depends: base >= 4.7 && < 4.13, + build-depends: base >= 4.7 && < 4.17, numeric-prelude >= 0.3 && < 0.5, np-extras >= 0.3 && < 0.4, containers >= 0.2 && < 0.7,
revision 4
name: species version: 0.4.0.1 -x-revision: 3 +x-revision: 4 license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 -tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.3 +tested-with: GHC ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1 author: Brent Yorgey maintainer: Brent Yorgey <byorgey@gmail.com> bug-reports: https://github.com/byorgey/species/issues location: https://github.com/byorgey/species Library - build-depends: base >= 4.7 && < 4.17, + build-depends: base >= 4.7 && < 4.18, numeric-prelude >= 0.3 && < 0.5, np-extras >= 0.3 && < 0.4, containers >= 0.2 && < 0.7,
revision 5
name: species version: 0.4.0.1 -x-revision: 4 +x-revision: 5 license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 -tested-with: GHC ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1 +tested-with: GHC ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1 author: Brent Yorgey maintainer: Brent Yorgey <byorgey@gmail.com> bug-reports: https://github.com/byorgey/species/issues location: https://github.com/byorgey/species Library - build-depends: base >= 4.7 && < 4.18, + build-depends: base >= 4.7 && < 4.20, numeric-prelude >= 0.3 && < 0.5, np-extras >= 0.3 && < 0.4, containers >= 0.2 && < 0.7,