fresnel 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+10/−3 lines, 2 filesdep ~hashabledep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hashable, template-haskell
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−0
- fresnel.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,10 @@+# 0.1.0.2++- Support GHC 9.12:+ - Loosen the upper bound on `hashable`.+ - Loosen the upper bound on `template-haskell`.++ # 0.1.0.1 - Loosen the bounds on `containers`.
fresnel.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: fresnel-version: 0.1.0.1+version: 0.1.0.2 synopsis: high-powered optics in a small package description: fresnel offers (non-indexed) profunctor optics composed with the lowly . operator. homepage: https://github.com/fresnel/fresnel@@ -95,7 +95,7 @@ build-depends: , base >=4.14 && < 5 , containers >= 0.5 && < 0.8- , hashable >= 1.3 && < 1.5+ , hashable >= 1.3 && < 1.6 , profunctors ^>= 5.6 , semigroupoids ^>= 6 , transformers >= 0.4 && < 0.7@@ -130,7 +130,7 @@ , containers , fresnel , fused-effects ^>= 1.1- , template-haskell >= 2.16 && < 2.23+ , template-haskell >= 2.16 && < 2.24 , QuickCheck ^>= 2.14 if (impl(ghc >= 9.2)) ghc-options: