packages feed

genvalidity-unordered-containers 1.0.0.0 → 1.0.0.1

raw patch · 4 files changed

+10/−4 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +## [1.0.0.1] - 2023-10-04++* Compatibility with `hashable > 1.4`+ ## [1.0.0.0] - 2021-11-20  ### Changed
genvalidity-unordered-containers.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.4.+-- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack  name:           genvalidity-unordered-containers-version:        1.0.0.0+version:        1.0.0.1 synopsis:       GenValidity support for unordered-containers category:       Testing homepage:       https://github.com/NorfairKing/validity#readme
src/Data/GenValidity/HashMap.hs view
@@ -1,4 +1,5 @@-{-# OPTIONS_GHC -fno-warn-orphans #-}+{-# OPTIONS_GHC -Wno-orphans #-}+{-# OPTIONS_GHC -Wno-redundant-constraints #-}  module Data.GenValidity.HashMap where 
src/Data/GenValidity/HashSet.hs view
@@ -1,4 +1,5 @@-{-# OPTIONS_GHC -fno-warn-orphans #-}+{-# OPTIONS_GHC -Wno-orphans #-}+{-# OPTIONS_GHC -Wno-redundant-constraints #-}  module Data.GenValidity.HashSet where