Skip to content

Commit 1dcd979

Browse files
committed
Remove mentions of deb.haskell.org from German and Italian guide
as this service has been discontinued.
1 parent 5ed193c commit 1dcd979

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

guide-de.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -89,20 +89,6 @@ wenn das aktuelle Verzeichnis eine Cabal Sandbox ist.
8989

9090
## Debian
9191

92-
### GHC Repository für Debian Stable
93-
94-
Wenn du Debian stable nutzt, ist es einfacher http://deb.haskell.org/ zu benutzen.
95-
Dafür mache folgendes:
96-
97-
- Füge die Zeile `deb http://deb.haskell.org/stable/ ./` zu `/etc/apt/sources.list` hinzu
98-
99-
```bash
100-
## Add the key to avoid warnings
101-
$ GET http://deb.haskell.org/deb.haskell.org.gpg-key | apt-key add -
102-
$ sudo apt-get update
103-
$ sudo apt-get install ghc-7.8.3 happy alex cabal-install
104-
```
105-
10692
### Ubuntu PPA nutzen
10793

10894
Wenn du nicht stable benutzt, kannst du dieselben Schritte wie unter Ubuntu ausführen, aber du musst

guide-it.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -89,19 +89,6 @@ Aggiungete poi la seguente linea al vostro `$PATH` (bash\_profile, zshrc, bashrc
8989

9090
## Debian
9191

92-
### Repository GHC per debian stable
93-
94-
Se utilizzate Debian stable, è meglio usare il repository http://deb.haskell.org/. Per usarlo:
95-
96-
- Aggiungete la linea `deb http://deb.haskell.org/stable/ ./` a `/etc/apt/sources.list`
97-
98-
```bash
99-
## Aggiungi la chiave per evitare warning
100-
$ GET http://deb.haskell.org/deb.haskell.org.gpg-key | apt-key add -
101-
$ sudo apt-get update
102-
$ sudo apt-get install ghc-7.8.3 happy alex cabal-install
103-
```
104-
10592
### Usando Ubuntu PPA
10693

10794
Se non state usando Debian stable, le stesse istruzioni che abbiamo indicato per Ubuntu fuzionano, ma dovrete eseguire un comando in più. Immediatamente dopo che il comando

0 commit comments

Comments
 (0)