Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
kritzcreek committed Feb 1, 2016
1 parent ec4103b commit d86acd6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -7,9 +7,11 @@ A tool which provides editor support for the PureScript language.

## Compatibility Warning

psc-ide versions up to **0.3.0** are compatible with purescript versions < 0.7.5.
psc-ide versions from **0.5.0** and downwards are only compatible with
purescript <= 0.7.6.1

psc-ide versions from **0.4.0** and onwards are only compatible with purescript >= 0.7.5.
psc-ide versions from **0.6.0** and onwards are only compatible with
purescript >= 0.8.0

## Installation

Expand Down Expand Up @@ -58,6 +60,7 @@ It supports the following options:
project directory. Defaults to `output/`, relative to either the current
directory or the directory specified by `-d`.
- `--debug`: Enables some logging meant for debugging
- `--version`: Output psc-ide version

## Issuing queries

Expand Down Expand Up @@ -91,5 +94,3 @@ stack exec -- psc-ide
## Testing

The testsuite can be run with `stack test`.
If you make changes to the tests stack won't notice them so you need to
do `stack clean && stack install` to rebuild the tests.
2 changes: 1 addition & 1 deletion psc-ide.cabal
@@ -1,5 +1,5 @@
name: psc-ide
version: 0.5.0
version: 0.6.0
synopsis: Language support for the PureScript programming language
description: Please see README.md
homepage: http://github.com/kRITZCREEK/psc-ide
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Expand Up @@ -23,7 +23,7 @@ flags: {}

# Override the architecture used by stack, especially useful on Windows
# arch: i386
# arch: x86_64
arch: x86_64

# Extra directories used by stack for building
# extra-include-dirs: [/path/to/dir]
Expand Down

0 comments on commit d86acd6

Please sign in to comment.