Skip to content

Commit

Permalink
Final commit before first PR
Browse files Browse the repository at this point in the history
  • Loading branch information
adinapoli authored and tmhedberg committed Jul 31, 2013
1 parent b43e7bd commit fdd5473
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ And that's it.

Fetching and downloading a remote version of GHC
------------------------------------------------
Recent versions of hsenv includes the possibility to automatically download
Recent versions of hsenv include the possibility to automatically download
and install a GHC version directly from the GHC main repository. To do that,
as regards the example above, all you need to do is to pass the desired version
of GHC you want to install:
Expand All @@ -151,7 +151,7 @@ of GHC you want to install:
> hsenv --ghc=7.4.1
```

You can even pass a URL:
Or a valid URL pointing to a compressed GHC archive:

```
> hsenv --ghc=http://www.haskell.org/ghc/dist/7.6.3/ghc-7.6.3-x86_64-apple-darwin.tar.bz2
Expand Down
6 changes: 3 additions & 3 deletions hsenv.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Description: hsenv is a tool (inspired by Python's virtualenv) to create
.
hsenv --name=<ENVIRONMENT_NAME>
.
This will make hsenv to generate a folder of the form ```.hsenv_<ENVIRONMENT_NAME>```.
This will make hsenv to generate a folder of the form ".hsenv_<ENVIRONMENT_NAME>".
.
Advanced usage.
.
Expand All @@ -69,14 +69,14 @@ Description: hsenv is a tool (inspired by Python's virtualenv) to create
.
Fetching and downloading a remote version of GHC
.
Recent versions of hsenv includes the possibility to automatically download
Recent versions of hsenv include the possibility to automatically download
and install a GHC version directly from the GHC main repository. To do that,
as regards the example above, all you need to do is to pass the desired version
of GHC you want to install:
.
> hsenv --ghc=7.4.1
.
You can even pass a URL:
Or a valid URL pointing to a compressed GHC archive:
.
> hsenv --ghc=http://www.haskell.org/ghc/dist/7.6.3/ghc-7.6.3-x86_64-apple-darwin.tar.bz2
.
Expand Down

0 comments on commit fdd5473

Please sign in to comment.