diff --git a/README.md b/README.md index 6272d5be1..21c8d9f03 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ When used with `hindent`, `intellij-haskell` automatically sets `--indent-size` - Plugin will automatically build Intero and Haskell Tools (HLint, Hoogle, Hindent and Stylish Haskell) to prevent incompatibility issues - Check `Project structure`>`Project settings`>`Modules` which folders to exclude (like `.stack-work` and `dist`) and which folders are `Source` and `Test` (normally `src` and `test`); - Plugin will automatically download library sources. They will be added as source libraries to module(s). - - After changing the Cabal file and/or `stack.yaml` use `Tools`>`Haskell`>`Update Settings and Restart REPLs` to download missing library sources and update the project settings; + - After changing the Cabal file and/or `stack.yaml` use `Haskell`>`Haskell`>`Update Settings and Restart REPLs` to download missing library sources and update the project settings; - The `Event Log` will display what's going on in the background. Useful when something fails. It's disabled by default. It can be enabled by checking `Haskell Log` checkbox in the `Event Log`>`Settings` or `Settings`>`Appearance & Behavior`>`Notifications`; @@ -83,7 +83,7 @@ When used with `hindent`, `intellij-haskell` automatically sets `--indent-size` 4. Haskell tools depends on `libgmp3-dev zlib1g-dev`. On Ubuntu you can install them with `sudo apt-get install libgmp3-dev zlib1g-dev`; 5. Cabal's internal libraries are not (yet) supported; 6. Cabal's common stanzas are not (yet) supported; -7. The Haskell tools are built in a IntelliJ sandbox with LTS-13. So they have no dependency with Stackage resolvers in your projects. After Stackage LTS-13 minor updates one can use `Tools`>`Update Haskell tools`; -8. Stack REPLs are running in the background. You can restart them by `Tools`>`Update Settings and Restart REPLs`. +7. The Haskell tools are built in a IntelliJ sandbox with LTS-13. So they have no dependency with Stackage resolvers in your projects. After Stackage LTS-13 minor updates one can use `Haskell`>`Update Haskell tools`; +8. Stack REPLs are running in the background. You can restart them by `Haskell`>`Update Settings and Restart REPLs`. If you want to contribute to this project, read [the contributing guideline](CONTRIBUTING.md). diff --git a/build.sbt b/build.sbt index f31341288..eecdc1f87 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ lazy val commonSettings = Seq( - version := "1.0.0-beta46", + version := "1.0.0-beta47", scalaVersion := "2.12.8" ) diff --git a/intellij-haskell/META-INF/plugin.xml b/intellij-haskell/META-INF/plugin.xml index cf8f0dd43..b3d0a9707 100644 --- a/intellij-haskell/META-INF/plugin.xml +++ b/intellij-haskell/META-INF/plugin.xml @@ -1,7 +1,7 @@ intellij.haskell IntelliJ-Haskell - 1.0.0-beta46 + 1.0.0-beta47 Rik van der Kleij 1.0.0-beta47

+

1.0.0-beta46