Skip to content

Commit

Permalink
Fixed some grammar in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NegatioN committed Apr 6, 2015
1 parent 3b6c853 commit dc3f8ee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ IntelliJ IDEA plugin for Haskell, based on [ideah](https://code.google.com/p/ide

http://plugins.jetbrains.com/plugin/7453?pr=idea

You can download latest build manually from BuildServer:
You can download the latest build manually from BuildServer:
(http://teamcity.jetbrains.com/viewType.html?buildTypeId=Haskell_Build&guest=1)

For now provides basic features:
For now the plugin provides these basic features:
* Haskell syntax highlight
* Cabal syntax highlight
* Error checking with [ghc-modi](http://hackage.haskell.org/package/ghc-mod).
Expand All @@ -29,24 +29,24 @@ For now provides basic features:

### Plans

* add ability jump to hackage libraries source code.
* support of another products based on IntelliJ platform.
* add ability to jump to hackage libraries source code.
* support of other products based on the IntelliJ platform.
* GHCi support


## Installation

You can install plugin from idea by going to `Preferences` -> `Plugins` and pressing `Browse repositories...`.
You can install the plugin from idea by going to `Preferences` -> `Plugins` and pressing `Browse repositories...`.

To normal work this plugin need:
For it to work normally you will need these plugins:
* [Haskell platform](http://www.haskell.org/platform/)
* cabal must be in `PATH`
* cabal package `ghc-mod`
* cabal package `remote-debugger` - if you want to use debugger

## Source compilation

To normal compilation you will need:
To compile you will need:
* IDEA 13.1
* Kotlin plugin
* JDK 6
Expand All @@ -55,4 +55,4 @@ To normal compilation you will need:
## Acknowledgments
I thank the following people for their help:
* Vladislav Polyansky, Marat Habibullin for development of debugger support.
* Anna Yaveyn for development of cabal support.
* Anna Yaveyn for development of cabal support.

0 comments on commit dc3f8ee

Please sign in to comment.