We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc26b1 commit bf29dd6Copy full SHA for bf29dd6
dynamic-plot.cabal
@@ -1,5 +1,5 @@
1
Name: dynamic-plot
2
-Version: 0.2.1.0
+Version: 0.2.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.4 && < 0.5
+ , manifolds >= 0.4.1 && < 0.5
64
, manifold-random
65
, colour-space
66
, JuicyPixels > 3 && < 4
0 commit comments