waterfall-cad-examples 0.5.1.0 → 0.5.1.1
raw patch · 12 files changed
+40/−7 lines, 12 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
- src/BoundingBoxExample.hs +3/−0
- src/CsgExample.hs +3/−0
- src/FilletExample.hs +3/−0
- src/GearExample.hs +2/−0
- src/LoftExample.hs +3/−0
- src/OffsetExample.hs +3/−0
- src/PrismExample.hs +3/−0
- src/RevolutionExample.hs +3/−0
- src/SweepExample.hs +3/−0
- src/TextExample.hs +3/−0
- waterfall-cad-examples.cabal +7/−7
CHANGELOG.md view
@@ -8,6 +8,10 @@ ## Unreleased +## 0.5.1.1++- Add 3D models to Haddocks+ ## 0.5.0.0 - Add SVG.PathExample and SVG.ReadFileExample
src/BoundingBoxExample.hs view
@@ -1,3 +1,6 @@+{-|+<<models/bounding-boxes.glb>>+-} module BoundingBoxExample ( boundingBoxExample ) where
src/CsgExample.hs view
@@ -1,3 +1,6 @@+{-|+<<models/csg.glb>>+-} module CsgExample ( csgExample ) where
src/FilletExample.hs view
@@ -1,3 +1,6 @@+{-|+<<models/fillet.glb>>+-} module FilletExample ( filletExample ) where
src/GearExample.hs view
@@ -7,6 +7,8 @@ and his [Inkscape Plugin](https://github.com/attoparsec/inkscape-extensions) And David Douard and Jonas Bähr, and their [FreeCAD module](https://github.com/FreeCAD/FreeCAD/blob/0ac0882eeb4e3390aef464e1807a3631c5f2e858/src/Mod/PartDesign/fcgear/involute.py)++<<models/gear.glb>> -} module GearExample ( gearExample
src/LoftExample.hs view
@@ -1,3 +1,6 @@+{-|+<<models/loft.glb>>+-} module LoftExample ( loftExample ) where
src/OffsetExample.hs view
@@ -1,3 +1,6 @@+{-|+<<models/offset.glb>>+-} module OffsetExample ( offsetExample ) where
src/PrismExample.hs view
@@ -1,3 +1,6 @@+{-|+<<models/prism.glb>>+-} module PrismExample ( prismExample ) where
src/RevolutionExample.hs view
@@ -1,3 +1,6 @@+{-|+<<models/revolution.glb>>+-} module RevolutionExample ( revolutionExample ) where
src/SweepExample.hs view
@@ -1,3 +1,6 @@+{-|+<<models/sweep.glb>>+-} module SweepExample ( sweepExample ) where
src/TextExample.hs view
@@ -1,3 +1,6 @@+{-|+<<models/text.glb>>+-} module TextExample ( textExample ) where
waterfall-cad-examples.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: waterfall-cad-examples-version: 0.5.1.0+version: 0.5.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@@ -51,14 +51,14 @@ base >=4.7 && <5 , lens ==5.* , linear >=1.21 && <2- , opencascade-hs >=0.5.1.0 && <0.6+ , opencascade-hs >=0.5.1.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.1.0 && <0.6- , waterfall-cad-svg >=0.5.1.0 && <0.6+ , waterfall-cad >=0.5.1.1 && <0.6+ , waterfall-cad-svg >=0.5.1.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.1.0 && <0.6+ , opencascade-hs >=0.5.1.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.1.0 && <0.6+ , waterfall-cad >=0.5.1.1 && <0.6 , waterfall-cad-examples- , waterfall-cad-svg >=0.5.1.0 && <0.6+ , waterfall-cad-svg >=0.5.1.1 && <0.6 , xml ==1.* default-language: Haskell2010