unification-fd 0.12.0.2 → 0.12.0.3
raw patch · 3 files changed
+11/−7 lines, 3 filesdep ~basedep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, containers
API changes (from Hackage documentation)
Files
- CHANGELOG +2/−0
- README.md +3/−2
- unification-fd.cabal +6/−5
CHANGELOG view
@@ -1,3 +1,5 @@+0.12.0.3 (2026-02-26):+ - Updated version upper-bounds for GHC 9.14 0.12.0.2 (2025-02-11): - Updated version upper-bounds for GHC 9.12 0.12.0.1 (2024-11-26):
README.md view
@@ -1,8 +1,9 @@ unification-fd ==============+[](https://github.com/wrengr/unification-fd/actions?query=workflow%3Aci+-event%3Apull_request) [](https://hackage.haskell.org/package/unification-fd)-[](https://github.com/wrengr/unification-fd/actions?query=workflow%3Aci)-[](http://packdeps.haskellers.com/specific?package=unification-fd)+[](https://stackage.org/lts/package/unification-fd)+[](https://stackage.org/nightly/package/unification-fd) The unification-fd package offers generic functions for single-sorted first-order structural unification (think of programming in Prolog,
unification-fd.cabal view
@@ -6,11 +6,11 @@ -- <https://github.com/haskell/cabal/issues/4899> ------------------------------------------------------------------- wren gayle romano <wren@cpan.org> ~ 2025-02-11+-- wren gayle romano <wren@cpan.org> ~ 2026-02-26 ---------------------------------------------------------------- Name: unification-fd-Version: 0.12.0.2+Version: 0.12.0.3 Build-Type: Simple Stability: experimental Homepage: https://wrengr.org/software/hackage.html@@ -44,7 +44,8 @@ GHC ==9.6.5, GHC ==9.8.2, GHC ==9.10.1,- GHC ==9.12.1+ GHC ==9.12.1,+ GHC ==9.14.1 Source-Repository head Type: git@@ -74,8 +75,8 @@ -- -- To keep the core libs matching the Tested-With bounds above, see: -- <https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history>- Build-Depends: base >= 4.12 && < 4.22- , containers >= 0.6.0 && < 0.8+ Build-Depends: base >= 4.12 && < 4.23+ , containers >= 0.6.0 && < 0.9 -- Require mtl-2 instead of monads-fd; because -- otherwise we get a clash mixing logict with -- StateT. And we want stuff from monads-fd, so