@@ -5,7 +5,7 @@ cabal-version: 1.12
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : waterfall-cad-examples
8
- version : 0.2.2.1
8
+ version : 0.3.0.0
9
9
synopsis : Examples for Waterfall CAD, a Declarative CAD/Solid Modeling Library
10
10
description : Please see the README on GitHub at <https://github.com/joe-warren/opencascade-hs#readme>
11
11
category : Graphics
@@ -47,11 +47,11 @@ library
47
47
base >= 4.7 && < 5
48
48
, lens == 5. *
49
49
, linear >= 1.21 && < 2
50
- , opencascade-hs >= 0.2.2.1 && < 0.3
50
+ , opencascade-hs >= 0.3.0.0 && < 0.4
51
51
, optparse-applicative >= 0.17 && < 0.19
52
52
, parsec == 3.1. *
53
53
, parser-combinators >= 1.2 && < 1.4
54
- , waterfall-cad >= 0.2.2.1 && < 0.3
54
+ , waterfall-cad >= 0.3.0.0 && < 0.4
55
55
default-language : Haskell2010
56
56
57
57
executable waterfall-cad-examples
@@ -65,10 +65,10 @@ executable waterfall-cad-examples
65
65
base >= 4.7 && < 5
66
66
, lens == 5. *
67
67
, linear >= 1.21 && < 2
68
- , opencascade-hs >= 0.2.2.1 && < 0.3
68
+ , opencascade-hs >= 0.3.0.0 && < 0.4
69
69
, optparse-applicative >= 0.17 && < 0.19
70
70
, parsec == 3.1. *
71
71
, parser-combinators >= 1.2 && < 1.4
72
- , waterfall-cad >= 0.2.2.1 && < 0.3
72
+ , waterfall-cad >= 0.3.0.0 && < 0.4
73
73
, waterfall-cad-examples
74
74
default-language : Haskell2010
0 commit comments