Skip to content

Commit

Permalink
Fix test fixtures to account for prelude 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoikin committed Feb 23, 2025
1 parent 52d8264 commit 2b23022
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 21 deletions.
11 changes: 0 additions & 11 deletions spago.lock
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,6 @@
},
"test": {
"dependencies": [
"debug",
"exceptions",
"quickcheck",
"spec",
Expand All @@ -742,7 +741,6 @@
"contravariant",
"control",
"datetime",
"debug",
"distributive",
"effect",
"either",
Expand Down Expand Up @@ -2159,15 +2157,6 @@
"tuples"
]
},
"debug": {
"type": "registry",
"version": "6.0.2",
"integrity": "sha256-vmkYFuXYuELBzeauvgHG6E6Kf/Hp1dAnxwE9ByHfwSg=",
"dependencies": [
"functions",
"prelude"
]
},
"distributive": {
"type": "registry",
"version": "6.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
dependencies:
- console: ">=6.0.0 <7.0.0"
- effect: ">=4.0.0 <5.0.0"
- prelude: ">=6.0.1 <7.0.0"
- prelude: ">=6.0.2 <7.0.0"
- maybe: ">=6.0.0 <7.0.0"
publish:
version: 0.0.1
Expand All @@ -13,6 +13,6 @@ package:
githubRepo: aaa
workspace:
packageSet:
registry: 58.0.0
registry: 63.3.0
extraPackages:
console: "6.0.0"
4 changes: 2 additions & 2 deletions test-fixtures/publish/1307-publish-dependencies/spago.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: root
dependencies:
- prelude: ">=6.0.1 <7.0.0"
- prelude: ">=6.0.2 <7.0.0"
- effect: ">=4.0.0 <5.0.0"
publish:
version: 0.0.1
Expand All @@ -11,4 +11,4 @@ package:
githubRepo: aaa
workspace:
packageSet:
registry: 62.2.5
registry: 63.3.0
4 changes: 2 additions & 2 deletions test-fixtures/publish/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
dependencies:
- console: ">=6.0.0 <7.0.0"
- effect: ">=4.0.0 <5.0.0"
- prelude: ">=6.0.1 <7.0.0"
- prelude: ">=6.0.2 <7.0.0"
test:
main: Test.Main
dependencies: []
Expand All @@ -15,6 +15,6 @@ package:
githubRepo: aaa
workspace:
packageSet:
registry: 28.1.1
registry: 63.3.0
extraPackages:
console: "6.1.0"
4 changes: 2 additions & 2 deletions test-fixtures/publish/extra-package-core/spago.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
dependencies:
- console: ">=6.0.0 <7.0.0"
- effect: ">=4.0.0 <5.0.0"
- prelude: ">=6.0.1 <7.0.0"
- prelude: ">=6.0.2 <7.0.0"
- maybe: ">=6.0.0 <7.0.0"
test:
main: Test.Main
Expand All @@ -17,7 +17,7 @@ package:
githubRepo: aaa
workspace:
packageSet:
registry: 28.1.1
registry: 63.3.0
extraPackages:
console: "6.1.0"
maybe:
Expand Down
4 changes: 2 additions & 2 deletions test-fixtures/publish/extra-package-test/spago.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
dependencies:
- console: ">=6.0.0 <7.0.0"
- effect: ">=4.0.0 <5.0.0"
- prelude: ">=6.0.1 <7.0.0"
- prelude: ">=6.0.2 <7.0.0"
test:
main: Test.Main
dependencies:
Expand All @@ -16,7 +16,7 @@ package:
githubRepo: aaa
workspace:
packageSet:
registry: 28.1.1
registry: 63.3.0
extraPackages:
console: "6.1.0"
maybe:
Expand Down

0 comments on commit 2b23022

Please sign in to comment.