We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8bf68e commit 5797295Copy full SHA for 5797295
spago.lock
@@ -6,7 +6,7 @@
6
"core": {
7
"dependencies": [
8
{
9
- "aff": ">=8.0.0 <9.0.0"
+ "aff": ">=7.0.0 <8.0.0"
10
},
11
12
"effect": ">=4.0.0 <5.0.0"
spago.yaml
@@ -11,7 +11,7 @@ package:
githubOwner: purescript-spec
githubRepo: purescript-spec-discovery
13
dependencies:
14
- - aff: ">=8.0.0 <9.0.0"
+ - aff: ">=7.0.0 <8.0.0"
15
- effect: ">=4.0.0 <5.0.0"
16
- foldable-traversable: ">=6.0.0 <7.0.0"
17
- prelude: ">=6.0.1 <7.0.0"
0 commit comments