We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2009c63 commit 62567e6Copy full SHA for 62567e6
βnpm/installβ
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -e
3
4
-TAG=0.6.0.0
+TAG=0.6.1.0
5
6
# exit if there is evidence of installation
7
[ -e ./spago.tar.gz ] && exit 0;
βnpm/package.jsonβ
@@ -1,6 +1,6 @@
{
"name": "purescript-spago",
- "version": "0.6.0",
+ "version": "0.6.1",
"description": "π PureScript package manager and build tool powered by Dhall and Spacchetti package-sets",
"homepage": "https://github.com/spacchetti/spago",
"repository": {
βpackage.yamlβ
@@ -1,5 +1,5 @@
name: spago
-version: 0.6.0.0
+version: 0.6.1.0
github: "spacchetti/spago"
license: BSD3
author: "Justin Woo, Fabrizio Ferrai"
0 commit comments