waterfall-cad-svg 0.5.1.0 → 0.5.1.1
raw patch · 3 files changed
+6/−4 lines, 3 filesdep ~opencascade-hsdep ~waterfall-cadPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: opencascade-hs, waterfall-cad
API changes (from Hackage documentation)
Files
- CHANGELOG.md +2/−0
- src/Waterfall/SVG/ToSVG.hs +1/−1
- waterfall-cad-svg.cabal +3/−3
CHANGELOG.md view
@@ -8,6 +8,8 @@ ## Unreleased +## 0.5.1.1+ ## 0.5.1.0 ## 0.5.0.1
src/Waterfall/SVG/ToSVG.hs view
@@ -140,7 +140,7 @@ -- | Convert a `Waterfall.Diagram` into an SVG document -- --- The diagram paths have the classes "edge", "visible"/"hidden" and "sharp"/"outline"+-- The diagram paths have the classes "edge", "visible"\/"hidden" and "sharp"\/"outline" diagramToSvg :: Waterfall.Diagram -> Svg.Document diagramToSvg diagram = case Waterfall.diagramBoundingBox diagram of
waterfall-cad-svg.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: waterfall-cad-svg-version: 0.5.1.0+version: 0.5.1.1 synopsis: Declarative CAD/Solid Modeling Library, SVG Support description: Please see the README on GitHub at <https://github.com/joe-warren/opencascade-hs#readme> category: Graphics@@ -42,9 +42,9 @@ , base >=4.7 && <5 , lens >5 && <6 , linear >=1.0 && <2.0- , opencascade-hs >=0.5.1.0 && <0.6+ , opencascade-hs >=0.5.1.1 && <0.6 , resourcet >=1.2 && <1.4 , svg-tree >=0.6 && <1.0 , text >=1.2 && <3.0- , waterfall-cad >=0.5.1.0 && <0.6+ , waterfall-cad >=0.5.1.1 && <0.6 default-language: Haskell2010