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.
2 parents 125d8ec + 82aa250 commit 55629c2Copy full SHA for 55629c2
2 files changed
bundle/build.sh
@@ -19,7 +19,7 @@ mkdir -p build/purescript/
19
strip ../dist/build/psc/psc
20
strip ../dist/build/psci/psci
21
strip ../dist/build/psc-make/psc-make
22
-strip ../dist/build/docgen/docgen
+strip ../dist/build/psc-docs/psc-docs
23
24
# Copy files to staging directory
25
cp ../dist/build/psc/psc build/purescript/
purescript.cabal
@@ -1,5 +1,5 @@
1
name: purescript
2
-version: 0.5.7.1
+version: 0.6.0
3
cabal-version: >=1.8
4
build-type: Simple
5
license: MIT
0 commit comments