Skip to content

Commit 7494ff4

Browse files
committed
v4.6.0
1 parent 1d6a740 commit 7494ff4

File tree

3 files changed

+5
-18
lines changed

3 files changed

+5
-18
lines changed

library/spago.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -672,12 +672,7 @@
672672
"zipperarray": "2.0.0"
673673
}
674674
},
675-
"extra_packages": {
676-
"parsing": {
677-
"git": "https://github.com/purescript-contrib/purescript-parsing.git",
678-
"ref": "v10.3.1"
679-
}
680-
}
675+
"extra_packages": {}
681676
},
682677
"packages": {
683678
"arraybuffer": {
@@ -1082,9 +1077,9 @@
10821077
]
10831078
},
10841079
"parsing": {
1085-
"type": "git",
1086-
"url": "https://github.com/purescript-contrib/purescript-parsing.git",
1087-
"rev": "3ad2900eb9a9d2b079f4b5a4547db7cf10a83eb4",
1080+
"type": "registry",
1081+
"version": "10.2.0",
1082+
"integrity": "sha256-ZDIdMFAKkst57x6BVa1aUWJnS8smoZnXsZ339Aq1mPA=",
10881083
"dependencies": [
10891084
"arrays",
10901085
"control",

library/spago.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package:
44
name: protobuf
55
publish:
66
license: BSD-3-Clause
7-
version: 4.5.0
7+
version: 4.6.0
88
location:
99
githubOwner: rowtype-yoga
1010
githubRepo: purescript-protobuf
@@ -40,7 +40,3 @@ package:
4040
workspace:
4141
packageSet:
4242
registry: 63.3.0
43-
extraPackages:
44-
parsing:
45-
git: https://github.com/purescript-contrib/purescript-parsing.git
46-
ref: v10.3.1 # branch, tag, or commit hash

plugin/spago.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ package:
1010
- console
1111
- unicode
1212
- unsafe-coerce
13-
- parsing: ">=10.3.1 <11.0.0"
1413

1514
test:
1615
main: Test.Main
@@ -27,6 +26,3 @@ workspace:
2726
extraPackages:
2827
protobuf:
2928
path: ../library
30-
parsing:
31-
git: https://github.com/purescript-contrib/purescript-parsing.git
32-
ref: v10.3.1 # branch, tag, or commit hash

0 commit comments

Comments
 (0)