waterfall-cad-examples 0.1.1.0 → 0.1.1.1
raw patch · 2 files changed
+5/−3 lines, 2 filesdep ~waterfall-cadPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: waterfall-cad
API changes (from Hackage documentation)
Files
- CHANGELOG.md +2/−0
- waterfall-cad-examples.cabal +3/−3
CHANGELOG.md view
@@ -8,6 +8,8 @@ ## Unreleased +## 0.1.1.1 - 2023-12-12 + ## 0.1.1.0 - 2023-12-12 ## 0.1.0.0 - 2023-12-05
waterfall-cad-examples.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: waterfall-cad-examples-version: 0.1.1.0+version: 0.1.1.1 synopsis: Examples for Waterfall CAD, a Declarative CAD/Solid Modeling Library description: Please see the README on GitHub at <https://github.com/joe-warren/opencascade-hs#readme> category: Graphics@@ -46,7 +46,7 @@ , linear >=1.21 && <2 , opencascade-hs >=0.1.1.0 && <0.2 , optparse-applicative >=0.17 && <0.19- , waterfall-cad >=0.1.1.0 && <0.2+ , waterfall-cad >=0.1.1.1 && <0.2 default-language: Haskell2010 executable waterfall-cad-examples@@ -62,6 +62,6 @@ , linear >=1.21 && <2 , opencascade-hs >=0.1.1.0 && <0.2 , optparse-applicative >=0.17 && <0.19- , waterfall-cad >=0.1.1.0 && <0.2+ , waterfall-cad >=0.1.1.1 && <0.2 , waterfall-cad-examples default-language: Haskell2010