dhall-lang / dhall-json

This repository has moved to https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-json
BSD 3-Clause "New" or "Revised" License
65 stars 6 forks source link

Update stack configuration #44

Closed jneira closed 6 years ago

jneira commented 6 years ago

The previous config fails for me (with stack-1.7.1) cause it picked up the lts fixed version of dhall (dhall-1.11.1 for lts-11.10 and dhall-1.8.2 for the original lts-10.6) I've set the last lts-12.0 for default and keep the last lts-11 for builds requiring the original ghc-8.2.2. Not sure if the last one is needed or desirable, let me know your thoughts about.

Gabriella439 commented 6 years ago

I think it's okay just to support the most recent LTS release, given that supporting the previous LTS release is not difficult for users to infer on their own (only one extra-dep for dhall-1.15.1)

jneira commented 6 years ago

Fine, i'll delete the lts-11 yaml file then

Gabriella439 commented 6 years ago

I added you as a contributor so that you can merge

jneira commented 6 years ago

very thankful!