packages feed

waterfall-cad 0.1.2.1 → 0.1.2.2

raw patch · 2 files changed

+8/−2 lines, 2 filesdep ~opencascade-hsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: opencascade-hs

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -9,6 +9,12 @@  ## Unreleased +## 0.1.2.2 - 2024-01-09 ++### Fixed++- Fixed dependency versions+ ## 0.1.2.1 - 2024-01-09   ### Added
waterfall-cad.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           waterfall-cad-version:        0.1.2.1+version:        0.1.2.2 synopsis:       Declarative CAD/Solid Modeling Library description:    Please see the README on GitHub at <https://github.com/joe-warren/opencascade-hs#readme> category:       Graphics@@ -59,6 +59,6 @@     , lattices >=2.0 && <3     , lens ==5.*     , linear >=1.21 && <2-    , opencascade-hs >=0.1.1.1 && <0.2+    , opencascade-hs >=0.1.2.2 && <0.2     , resourcet >=1.2 && <1.4   default-language: Haskell2010