packages feed

waterfall-cad 0.1.1.0 → 0.1.1.1

raw patch · 2 files changed

+4/−2 lines, 2 filesdep ~opencascade-hsPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: opencascade-hs

API changes (from Hackage documentation)

- Waterfall.Path.Common: arcVia :: forall point path. AnyPath point path => point -> point -> point -> path
+ Waterfall.Path.Common: arcVia :: AnyPath point path => point -> point -> point -> path
- Waterfall.Path.Common: bezier :: forall point path. AnyPath point path => point -> point -> point -> point -> path
+ Waterfall.Path.Common: bezier :: AnyPath point path => point -> point -> point -> point -> path
- Waterfall.Path.Common: line :: forall point path. AnyPath point path => point -> point -> path
+ Waterfall.Path.Common: line :: AnyPath point path => point -> point -> path
- Waterfall.TwoD.Text: data () => FontAspect
+ Waterfall.TwoD.Text: data FontAspect

Files

CHANGELOG.md view
@@ -9,6 +9,8 @@  ## Unreleased +## 0.1.1.1 - 2023-12-12 + ## 0.1.1.0 - 2023-12-12   ### Added 
waterfall-cad.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           waterfall-cad-version:        0.1.1.0+version:        0.1.1.1 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.0 && <0.2+    , opencascade-hs >=0.1.1.1 && <0.2     , resourcet >=1.2 && <1.4   default-language: Haskell2010