Commit Graph

5 Commits

Author SHA1 Message Date
Javier Neira 640913f8d2
Fix default cache handling in windows (#1272)
* Ignore all stack*.yaml.lock files
* Use `$LOCALAPPDATA` environment variable in windows
2019-09-16 09:51:00 +02:00
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