packages feed

pred-trie 0.5.1.1 → 0.5.1.2

raw patch · 2 files changed

+2/−4 lines, 2 filesdep ~QuickCheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck

API changes (from Hackage documentation)

Files

pred-trie.cabal view
@@ -1,5 +1,5 @@ Name:                   pred-trie-Version:                0.5.1.1+Version:                0.5.1.2 Author:                 Athan Clark <athan.clark@gmail.com> Maintainer:             Athan Clark <athan.clark@gmail.com> License:                BSD3@@ -32,7 +32,7 @@                       , semigroups                       , tries >= 0.0.4                       , unordered-containers-                      , QuickCheck+                      , QuickCheck >= 2.9.2  Test-Suite spec   Type:                 exitcode-stdio-1.0
test/Data/Trie/PredSpec.hs view
@@ -21,8 +21,6 @@ import Test.Tasty.QuickCheck as QC  -instance Arbitrary a => Arbitrary (NonEmpty a) where-  arbitrary = (:|) <$> arbitrary <*> arbitrary  predSpec :: TestTree predSpec = testGroup "Data.Trie.Pred"