mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-03-01 22:44:37 +01:00
Updated Stackage Server FAQ (markdown)
parent
4f594f1d62
commit
672ac33b49
@ -4,8 +4,10 @@ If you already have installed some packages from Hackage or elsewhere and you wa
|
|||||||
|
|
||||||
For example, in my directory `.ghci` I have:
|
For example, in my directory `.ghci` I have:
|
||||||
|
|
||||||
$ ls ~/.ghc/
|
$ ls ~/.ghc/
|
||||||
x86_64-linux-7.2.2 x86_64-linux-7.4.2 x86_64-linux-7.6.2 x86_64-linux-7.6.3 x86_64-linux-7.8.2
|
x86_64-linux-7.2.2 x86_64-linux-7.4.2
|
||||||
|
x86_64-linux-7.6.2 x86_64-linux-7.6.3
|
||||||
|
x86_64-linux-7.8.2
|
||||||
|
|
||||||
If I want to clear my GHC 7.2.2. environment, all the user-installed packages, I can remove the directory `x86_64-linux-7.2.2`. **Be careful** that you are sure that you want to clear your package set (re-installing packages takes time!) and that you clear the right one.
|
If I want to clear my GHC 7.2.2. environment, all the user-installed packages, I can remove the directory `x86_64-linux-7.2.2`. **Be careful** that you are sure that you want to clear your package set (re-installing packages takes time!) and that you clear the right one.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user