Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,20 @@ cd haskell-code-explorer

To build Haskell Code Explorer Stack ([https://docs.haskellstack.org/en/stable/README/](https://docs.haskellstack.org/en/stable/README/)) is needed.

At the moment Haskell Code Explorer supports GHC 8.6.5, 8.6.4, GHC 8.6.3, GHC 8.4.4, GHC 8.4.3, GHC 8.2.2, and 8.0.2.
At the moment Haskell Code Explorer supports GHC 8.8.3, GHC 8.6.5, 8.6.4, GHC 8.6.3, GHC 8.4.4, GHC 8.4.3, GHC 8.2.2, and 8.0.2.

For GHC 8.6.5:
For GHC 8.8.3:

```bash
stack install
```

For GHC 8.6.5:

```bash
stack --stack-yaml=stack-8.6.5.yaml install
```

For GHC 8.6.4:

```bash
Expand Down
9 changes: 7 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
resolver: lts-14.1
resolver: lts-15.4
packages:
- '.'
- 'vendor/cabal-helper-0.8.1.2'
allow-newer: true
extra-deps:
- cabal-plan-0.4.0.0
- haddock-library-1.7.0@sha256:8f230ebb680b559256d9c18ce4942ba5bf220b167804b4ebd5cc9e47cc4973cd
- cabal-install-3.0.0.0@sha256:5e3c4376e53c06521cca2c037074423dbb967e228af6174bf842ff38aa82b035
- git: https://github.com/haskell/hackage-security
commit: 2057cdf2abba852881cd9d055c96f03cd8c829e7
subdirs:
- hackage-security