packages feed

waterfall-cad-examples 0.2.2.0 → 0.2.2.1

raw patch · 2 files changed

+7/−5 lines, 2 filesdep ~opencascade-hsdep ~waterfall-cad

Dependency ranges changed: opencascade-hs, waterfall-cad

Files

CHANGELOG.md view
@@ -8,6 +8,8 @@  ## Unreleased +## 0.2.2.1+ ## 0.2.2.0  - Added an example demonstrating `Waterfall.IO.readSolid`
waterfall-cad-examples.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           waterfall-cad-examples-version:        0.2.2.0+version:        0.2.2.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@@ -47,11 +47,11 @@       base >=4.7 && <5     , lens ==5.*     , linear >=1.21 && <2-    , opencascade-hs >=0.2.2.0 && <0.3+    , opencascade-hs >=0.2.2.1 && <0.3     , optparse-applicative >=0.17 && <0.19     , parsec ==3.1.*     , parser-combinators >=1.2 && <1.4-    , waterfall-cad >=0.2.2.0 && <0.3+    , waterfall-cad >=0.2.2.1 && <0.3   default-language: Haskell2010  executable waterfall-cad-examples@@ -65,10 +65,10 @@       base >=4.7 && <5     , lens ==5.*     , linear >=1.21 && <2-    , opencascade-hs >=0.2.2.0 && <0.3+    , opencascade-hs >=0.2.2.1 && <0.3     , optparse-applicative >=0.17 && <0.19     , parsec ==3.1.*     , parser-combinators >=1.2 && <1.4-    , waterfall-cad >=0.2.2.0 && <0.3+    , waterfall-cad >=0.2.2.1 && <0.3     , waterfall-cad-examples   default-language: Haskell2010