We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01263f5 commit 24a6961Copy full SHA for 24a6961
docs/installation.md
@@ -51,7 +51,7 @@ env:
51
52
install:
53
- TAG=v0.13.6
54
- - PSC_PACKAGE_TAG=v0.6.0
+ - PSC_PACKAGE_TAG=v0.6.2
55
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
56
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
57
- chmod a+x $HOME/purescript
psc-package.cabal
@@ -1,5 +1,5 @@
1
name: psc-package
2
-version: 0.6.0
+version: 0.6.2
3
synopsis: An experimental package manager for PureScript
4
description:
5
homepage: https://github.com/purescript/psc-package
0 commit comments