waterfall-cad-examples 0.5.0.0 → 0.5.0.1
raw patch · 2 files changed
+11/−7 lines, 2 filesdep ~opencascade-hsdep ~waterfall-caddep ~waterfall-cad-svgPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: opencascade-hs, waterfall-cad, waterfall-cad-svg
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- waterfall-cad-examples.cabal +7/−7
CHANGELOG.md view
@@ -8,6 +8,10 @@ ## Unreleased +## 0.5.0.0++- Add SVG.PathExample and SVG.ReadFileExample+- Add SVG output ## 0.4.0.0
waterfall-cad-examples.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: waterfall-cad-examples-version: 0.5.0.0+version: 0.5.0.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@@ -51,14 +51,14 @@ base >=4.7 && <5 , lens ==5.* , linear >=1.21 && <2- , opencascade-hs >=0.5.0.0 && <0.6+ , opencascade-hs >=0.5.0.1 && <0.6 , optparse-applicative >=0.17 && <0.19 , parsec ==3.1.* , parser-combinators >=1.2 && <1.4 , raw-strings-qq >=1.1 && <2 , svg-tree >=0.6 && <1.0- , waterfall-cad >=0.5.0.0 && <0.6- , waterfall-cad-svg >=0.5.0.0 && <0.6+ , waterfall-cad >=0.5.0.1 && <0.6+ , waterfall-cad-svg >=0.5.0.1 && <0.6 , xml ==1.* default-language: Haskell2010 @@ -73,14 +73,14 @@ base >=4.7 && <5 , lens ==5.* , linear >=1.21 && <2- , opencascade-hs >=0.5.0.0 && <0.6+ , opencascade-hs >=0.5.0.1 && <0.6 , optparse-applicative >=0.17 && <0.19 , parsec ==3.1.* , parser-combinators >=1.2 && <1.4 , raw-strings-qq >=1.1 && <2 , svg-tree >=0.6 && <1.0- , waterfall-cad >=0.5.0.0 && <0.6+ , waterfall-cad >=0.5.0.1 && <0.6 , waterfall-cad-examples- , waterfall-cad-svg >=0.5.0.0 && <0.6+ , waterfall-cad-svg >=0.5.0.1 && <0.6 , xml ==1.* default-language: Haskell2010