Skip to content

Commit

Permalink
Make 0.14.7 package set (purescript#1074)
Browse files Browse the repository at this point in the history
* Make 0.14.7 package set

* Update metadata to v0.14.7

* Update purs to v0.14.7
  • Loading branch information
JordanMartinez authored Feb 28, 2022
1 parent 3473a16 commit 1591485
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let
inherit pkgs;
};

purs = easy-ps.purs-0_14_6;
purs = easy-ps.purs-0_14_7;

in
pkgs.runCommand "easy-ps-test" {
Expand Down
2 changes: 1 addition & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2450,7 +2450,7 @@
"metadata": {
"dependencies": [],
"repo": "https://github.com/spacchetti/purescript-metadata.git",
"version": "v0.14.6"
"version": "v0.14.7"
},
"midi": {
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ "${BRANCH}" != "master" ]; then
fi
git pull

LATEST_PURS="0.14.6"
LATEST_PURS="0.14.7"

NEW_STABLE_TAG="psc-${LATEST_PURS}"

Expand Down
2 changes: 1 addition & 1 deletion src/groups/spacchetti.dhall
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ metadata =
{ dependencies = [] : List Text
, repo = "https://github.com/spacchetti/purescript-metadata.git"
, version = "v0.14.6"
, version = "v0.14.7"
}
}

0 comments on commit 1591485

Please sign in to comment.