waterfall-cad-svg 0.6.3.1 → 0.6.3.2
raw patch · 2 files changed
+7/−5 lines, 2 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
- waterfall-cad-svg.cabal +5/−5
CHANGELOG.md view
@@ -8,6 +8,8 @@ ## Unreleased +## 0.6.3.2+ ## 0.6.3.1 ## 0.6.3.0
waterfall-cad-svg.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: waterfall-cad-svg-version: 0.6.3.1+version: 0.6.3.2 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@@ -45,11 +45,11 @@ , base >=4.7 && <5 , lens ==5.* , linear >=1.0 && <2- , opencascade-hs >=0.6.3.1 && <0.7+ , opencascade-hs >=0.6.3.2 && <0.7 , resourcet >=1.2 && <1.4 , svg-tree >=0.6 && <1 , text >=1.2 && <3- , waterfall-cad >=0.6.3.1 && <0.7+ , waterfall-cad >=0.6.3.2 && <0.7 default-language: Haskell2010 test-suite tests@@ -66,12 +66,12 @@ , base >=4.7 && <5 , lens ==5.* , linear >=1.0 && <2- , opencascade-hs >=0.6.3.1 && <0.7+ , opencascade-hs >=0.6.3.2 && <0.7 , resourcet >=1.2 && <1.4 , svg-tree >=0.6 && <1 , tasty , tasty-hunit , text >=1.2 && <3- , waterfall-cad >=0.6.3.1 && <0.7+ , waterfall-cad >=0.6.3.2 && <0.7 , waterfall-cad-svg default-language: Haskell2010