We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cce9d4 commit 9ff469cCopy full SHA for 9ff469c
library/spago.yaml
@@ -1,4 +1,3 @@
1
-
2
# https://github.com/purescript/spago#polyrepo-support
3
4
package:
@@ -18,6 +17,7 @@ package:
18
17
- control: ">=6.0.0 <7.0.0"
19
- effect: ">=4.0.0 <5.0.0"
20
- either: ">=6.1.0 <7.0.0"
+ - enums: ">=6.0.1 <7.0.0"
21
- exceptions: ">=6.0.0 <7.0.0"
22
- float32: ">=2.0.0 <3.0.0"
23
- foldable-traversable: ">=6.0.0 <7.0.0"
spago.lock
@@ -26,6 +26,9 @@
26
{
27
"either": ">=6.1.0 <7.0.0"
28
},
29
+ {
30
+ "enums": ">=6.0.1 <7.0.0"
31
+ },
32
33
"exceptions": ">=6.0.0 <7.0.0"
34
0 commit comments