packages feed

waterfall-cad-svg 0.6.1.0 → 0.6.2.0

raw patch · 2 files changed

+10/−8 lines, 2 filesdep ~attoparsecdep ~lensdep ~linearPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: attoparsec, lens, linear, opencascade-hs, svg-tree, text, waterfall-cad

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -8,6 +8,8 @@  ## Unreleased +## 0.6.2.0+ ## 0.6.1.0  ## 0.6.0.1
waterfall-cad-svg.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           waterfall-cad-svg-version:        0.6.1.0+version:        0.6.2.0 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@@ -38,13 +38,13 @@   ghc-options: -Wall -Werror=compat -Werror=identities -Werror=incomplete-record-updates -Werror=incomplete-uni-patterns -Werror=missing-home-modules -Werror=missing-export-lists -Werror=partial-fields -Werror=redundant-constraints -optc -Werror-implicit-function-declaration   build-depends:       JuicyPixels ==3.*-    , attoparsec >=0.14 && <1.0+    , attoparsec >=0.14 && <1     , base >=4.7 && <5-    , lens >5 && <6-    , linear >=1.0 && <2.0-    , opencascade-hs >=0.6.1.0 && <0.7+    , lens ==5.*+    , linear >=1.0 && <2+    , opencascade-hs >=0.6.2.0 && <0.7     , resourcet >=1.2 && <1.4-    , svg-tree >=0.6 && <1.0-    , text >=1.2 && <3.0-    , waterfall-cad >=0.6.1.0 && <0.7+    , svg-tree >=0.6 && <1+    , text >=1.2 && <3+    , waterfall-cad >=0.6.2.0 && <0.7   default-language: Haskell2010