exact-combinatorics 0.2.0.9 → 0.2.0.10
raw patch · 3 files changed
+19/−19 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG +2/−0
- README.md +2/−2
- exact-combinatorics.cabal +15/−17
CHANGELOG view
@@ -1,3 +1,5 @@+0.2.0.10 (2021-10-16):+ - Changed from TravisCI to GithubActions 0.2.0.9 (2019-04-13): - Changed cabal to use Simple build type, to support cabal's new-build. - Removed the CPP hack for Haddock documentation, as part
README.md view
@@ -1,8 +1,8 @@ exact-combinatorics =================== [](https://hackage.haskell.org/package/exact-combinatorics) -[](http://packdeps.haskellers.com/specific?package=exact-combinatorics)-[](https://travis-ci.org/wrengr/exact-combinatorics) +[](https://github.com/wrengr/exact-combinatorics/actions?query=workflow%3Aci)+[](http://packdeps.haskellers.com/specific?package=exact-combinatorics) Efficient exact computation of combinatoric functions.
exact-combinatorics.cabal view
@@ -1,21 +1,18 @@ ------------------------------------------------------------------- wren gayle romano <wren@cpan.org> ~ 2019.04.13+-- wren gayle romano <wren@cpan.org> ~ 2021.10.16 ---------------------------------------------------------------- --- By and large Cabal >=1.2 is fine; but--- * >=1.6 gives tested-with: and source-repository:--- * >=1.8 allows executables to build-depends: on the library--- * >=1.9.2 allows Test-Suite-Cabal-Version: >= 1.9.2+-- Cabal >=1.10 is required by Hackage.+Cabal-Version: >= 1.10 Build-Type: Simple Name: exact-combinatorics-Version: 0.2.0.9+Version: 0.2.0.10 Stability: experimental Homepage: https://wrengr.org/ Author: wren gayle romano Maintainer: wren@cpan.org-Copyright: Copyright (c) 2011--2019 wren gayle romano+Copyright: Copyright (c) 2011--2021 wren gayle romano License: BSD3 License-File: LICENSE @@ -26,16 +23,16 @@ Extra-source-files: CHANGELOG, README.md --- Cf., <https://travis-ci.org/wrengr/exact-combinatorics>+-- This should work as far back as GHC 7.4.1, but we don't verify that by CI.+-- <https://github.com/wrengr/exact-combinatorics/actions?query=workflow%3Aci> Tested-With:- GHC ==7.4.1, GHC ==7.4.2,- GHC ==7.6.1, GHC ==7.6.2, GHC ==7.6.3,- GHC ==7.8.1, GHC ==7.8.2, GHC ==7.8.3, GHC ==7.8.4,- GHC ==7.10.1, GHC ==7.10.2, GHC ==7.10.3,- GHC ==8.0.1, GHC ==8.0.2,- GHC ==8.2.1, GHC ==8.2.2,- GHC ==8.4.1, GHC ==8.4.2, GHC ==8.4.3,- GHC ==8.6.1, GHC ==8.6.2+ GHC ==8.0.2,+ GHC ==8.2.2,+ GHC ==8.4.4,+ GHC ==8.6.5,+ GHC ==8.8.4,+ GHC ==8.10.3,+ GHC ==9.0.1 Source-Repository head Type: git@@ -43,6 +40,7 @@ ---------------------------------------------------------------- Library+ Default-Language: Haskell2010 Hs-Source-Dirs: src Exposed-Modules: Math.Combinatorics.Exact.Primes , Math.Combinatorics.Exact.Factorial