Commit Graph

4 Commits

Author SHA1 Message Date
Eric Conlon
96c94ddfc4 :help command in repl (#1237)
* :help command in repl (#1236)

* review feedback
2019-08-18 19:42:56 +00:00
Javier Neira
00f7478759 Fix compiling of dhall-lsp test (#990)
* Avoid clash between Backend.Dhall.Diagnostics.Range and Language.Haskell.LSP.Types.Range

* Ignore .cache dirs created by tests

* Fix rest of compile errors and warnings
2019-06-05 16:40:09 -07:00
Oliver Charles
2254af1379 Replace .gitigore with one from github/gitignore (#264) 2018-02-14 10:03:39 -08:00
Sibi
adcae09068 Make it work with Stack (#144)
prettyprinter doesn't match on lts-9.0. You get the following error
with stack:

```
Error: While constructing the build plan, the following exceptions were encountered:

In the dependencies for dhall-1.6.0:
    prettyprinter-1.1 must match >=1.1.1 && <1.2 (latest applicable is 1.1.1)
needed since dhall-1.6.0 is a build target.
```
2017-09-28 10:25:16 -07:00