packages feed

hedgehog-classes 0.2.5 → 0.2.5.1

raw patch · 3 files changed

+12/−5 lines, 3 filesdep ~pretty-showPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: pretty-show

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -3,6 +3,10 @@ `hedgehog-classes` uses [PVP Versioning][1]. The changelog is available [on GitHub][2]. +0.2.5.1+=======+* Bump upper bound on pretty-show from <1.10 to <1.11+ 0.2.5 ===== * Add MUVector laws
LICENSE view
@@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2019, chessai+Copyright (c) 2020, chessai All rights reserved.  Redistribution and use in source and binary forms, with or without
hedgehog-classes.cabal view
@@ -2,7 +2,7 @@ name:   hedgehog-classes version:-  0.2.5+  0.2.5.1 synopsis:   Hedgehog will eat your typeclass bugs description:@@ -28,7 +28,7 @@ maintainer:   chessai1996@gmail.com copyright:-  2019 chessai+  2020 chessai category:   Testing build-type:@@ -36,7 +36,10 @@ extra-doc-files:     README.md   , CHANGELOG.md-tested-with: GHC == 8.6.5, GHC == 8.8.1+tested-with:+    GHC == 8.6.5+  , GHC == 8.8.3+  , GHC == 8.10.1  source-repository head   type:@@ -148,7 +151,7 @@     , binary >= 0.8 && < 0.9     , containers >= 0.5 && < 0.7     , hedgehog >= 1 && < 1.1-    , pretty-show >= 1.9 && < 1.10+    , pretty-show >= 1.9 && < 1.11     , silently >= 1.2 && < 1.3     , transformers >= 0.5 && < 0.6     , wl-pprint-annotated >= 0.0 && < 0.2