Add eta support and update stack config to lts-13 (#778)

This commit is contained in:
Javier Neira 2019-01-12 04:35:39 +01:00 committed by Gabriel Gonzalez
parent 162dde95ac
commit d481f47bed
4 changed files with 22 additions and 9 deletions

View File

@ -335,7 +335,7 @@ Library
http-types >= 0.7.0 && < 0.13,
http-client >= 0.4.30 && < 0.6 ,
http-client-tls >= 0.2.0 && < 0.4
if !impl(ghc >= 8.0)
if !impl(ghc >= 8.0) && !impl(eta >= 0.8.4)
Build-Depends: semigroups == 0.18.*
Build-Depends: transformers == 0.4.2.*
Build-Depends: fail == 4.9.*

17
stack-lts-12.yaml Normal file
View File

@ -0,0 +1,17 @@
resolver: lts-12.26
packages:
- dhall
- dhall-bash
- dhall-json
- dhall-text
extra-deps:
- megaparsec-7.0.3
- repline-0.2.0.0
- serialise-0.2.1.0
- neat-interpolation-0.3.2.4
- dotgen-0.4.2@sha256:309b7cc8a3593a8e48bee7b53020d5f72db156d58edf78a0214f58fbb84b292b
- cborg-json-0.2.1.0
nix:
packages:
- ncurses
- zlib

View File

@ -29,6 +29,9 @@ extra-deps:
- cborg-0.2.1.0
- serialise-0.2.1.0
- shell-escape-0.2.0
- cborg-json-0.2.1.0
- dotgen-0.4.2
- aeson-pretty-0.8.7
nix:
packages:
- ncurses

View File

@ -1,16 +1,9 @@
resolver: lts-12.16
resolver: lts-13.2
packages:
- dhall
- dhall-bash
- dhall-json
- dhall-text
extra-deps:
- megaparsec-7.0.3
- repline-0.2.0.0
- serialise-0.2.1.0
- neat-interpolation-0.3.2.4
- dotgen-0.4.2@sha256:309b7cc8a3593a8e48bee7b53020d5f72db156d58edf78a0214f58fbb84b292b
- cborg-json-0.2.1.0
nix:
packages:
- ncurses