Skip to content

Commit

Permalink
update README about bootstrap-cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
Paczesiowa committed Dec 16, 2013
1 parent 65336a3 commit 4ad3b49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,11 @@ A: Yes, if you really know what you're doing. Here's a snippet for bash, which
}
export PROMPT_COMMAND=precmd
```


**Q: Can I use hsenv on a machine, that doesn't have cabal binary (from
cabal-install package) installed?**

A: Yes. Just use the '--bootstrap-cabal' switch. In fact, you can use hsenv on
a machine that doesn't have anything Haskell-related installed - just
combine '--ghc=' and '--bootstrap-cabal' options.

0 comments on commit 4ad3b49

Please sign in to comment.