strict-containers-lens 0.1 → 0.2
raw patch · 2 files changed
+12/−6 lines, 2 filesdep ~hashabledep ~strict-containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hashable, strict-containers
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- strict-containers-lens.cabal +8/−6
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for strict-containers-lens +## 0.2 -- 2022-12-12++- Update to strict-containers v0.2, includes support for GHC 9.4.+ ## 0.1 -- 2021-04-20 - Initial release, defining lens instances for `Data.Strict.HashMap`,
strict-containers-lens.cabal view
@@ -1,5 +1,5 @@ Name: strict-containers-lens-Version: 0.1+Version: 0.2 Synopsis: Strict containers - Lens instances Category: Data, Data Structures, Lenses Description:@@ -17,9 +17,11 @@ GHC ==8.2.2 || ==8.4.4 || ==8.6.5- || ==8.8.3- || ==8.10.4- || ==9.0.1+ || ==8.8.4+ || ==8.10.7+ || ==9.0.2+ || ==9.2.4+ || ==9.4.2 library default-language: Haskell2010@@ -28,8 +30,8 @@ build-depends: base >= 4.5.0.0 && < 5- , hashable >= 1.2.7.0 && < 1.4- , strict-containers >= 0.1+ , hashable >= 1.2.7.0 && < 1.5+ , strict-containers >= 0.2 , lens >= 4.19 && < 6 exposed-modules: