toolshed 0.18.0.1 → 0.18.0.2
raw patch · 2 files changed
+5/−2 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ ToolShed.Test.QuickCheck.Arbitrary.Map: instance (GHC.Classes.Ord k, Test.QuickCheck.Arbitrary.Arbitrary k, Test.QuickCheck.Arbitrary.Arbitrary v) => Test.QuickCheck.Arbitrary.Arbitrary (Data.Map.Internal.Map k v)
+ ToolShed.Test.QuickCheck.Arbitrary.Set: instance (GHC.Classes.Ord k, Test.QuickCheck.Arbitrary.Arbitrary k) => Test.QuickCheck.Arbitrary.Arbitrary (Data.Set.Internal.Set k)
Files
- changelog.markdown +3/−0
- toolshed.cabal +2/−2
changelog.markdown view
@@ -139,3 +139,6 @@ ## 0.18.0.1 Changed references to author's domain-name.++## 0.18.0.2+Updated list of test-compilers.
toolshed.cabal view
@@ -14,7 +14,7 @@ -- along with ToolShed. If not, see <http://www.gnu.org/licenses/>. Name: toolshed-Version: 0.18.0.1+Version: 0.18.0.2 Cabal-version: >= 1.10 Copyright: (C) 2010-2015 Dr. Alistair Ward License: GPL@@ -25,7 +25,7 @@ Build-type: Simple Description: Ill-defined unrelated utilities used by other packages from <https://functionalley.com> Category: Utils-Tested-with: GHC == 7.4, GHC == 7.6, GHC == 7.10, GHC == 8.0, GHC == 8.2, GHC == 8.4, GHC == 8.6+Tested-with: GHC == 7.4, GHC == 7.6, GHC == 7.10, GHC == 8.0, GHC == 8.2, GHC == 8.4, GHC == 8.6, GHC == 8.8, GHC == 8.10 Homepage: https://functionalley.com Maintainer: mailto:toolshed@functionalley.com Bug-reports: mailto:toolshed@functionalley.com