We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c818d66 commit 17e11c3Copy full SHA for 17e11c3
1 file changed
dynamic-plot.cabal
@@ -1,5 +1,5 @@
1
Name: dynamic-plot
2
-Version: 0.1.1.2
+Version: 0.1.2.0
3
Category: graphics
4
Synopsis: Interactive diagram windows
5
Description: Haskell excels at handling data like continuous functions
@@ -60,7 +60,7 @@ Library
60
, gtk > 0.10 && < 0.15
61
, glib
62
, colour >= 2 && < 3
63
- , manifolds == 0.1.6.2
+ , manifolds >= 0.1.6.3 && < 0.1.7
64
, lens < 4.12.4
65
Other-Extensions: FlexibleInstances
66
, TypeFamilies
0 commit comments