diff options
-rw-r--r-- | .travis.yml | 4 | ||||
-rw-r--r-- | stack.yaml.ghc82 | 43 |
2 files changed, 0 insertions, 47 deletions
diff --git a/.travis.yml b/.travis.yml index 61eede4c3..1b9b9a095 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,10 +60,6 @@ matrix: compiler: ": #stack nightly" addons: {apt: {packages: [libgmp-dev]}} - - env: BUILD=stack ARGS="--stack-yaml stack.yaml.ghc82" - compiler: ": #stack 8.2.x" - addons: {apt: {packages: [libgmp-dev]}} - # - env: BUILD=stack ARGS="--resolver lts-8" # compiler: ": #stack 8.0.2 osx" # os: osx diff --git a/stack.yaml.ghc82 b/stack.yaml.ghc82 deleted file mode 100644 index 5187c4496..000000000 --- a/stack.yaml.ghc82 +++ /dev/null @@ -1,43 +0,0 @@ -# https://mail.haskell.org/pipermail/ghc-devs/2017-July/014364.html -# https://downloads.haskell.org/~ghc/8.2.1-rc3/ -# http://taylor.fausak.me/2017/05/17/testing-ghc-release-candidates-with-stack/ -compiler: ghc-8.2.0.20170704 -compiler-check: match-exact - -resolver: ghc-8.2.0.20170704 - -setup-info: - ghc: - - linux64: - 8.2.0.20170704: - url: https://downloads.haskell.org/~ghc/8.2.1-rc3/ghc-8.2.0.20170704-x86_64-deb8-linux.tar.xz - content-length: 138482820 - sha1: ac1598c21ea2936b091885a29a0f5725668aaed5 - - macosx: - 8.2.0.20170704: - url: https://downloads.haskell.org/~ghc/8.2.1-rc3/ghc-8.2.0.20170704-x86_64-apple-darwin.tar.xz - content-length: 125197252 - sha1: 81e3093b559b9aaf8af2a89f182539849539cbe1 - - windows64: - 8.2.0.20170704: - url: https://downloads.haskell.org/~ghc/8.2.1-rc3/ghc-8.2.0.20170704-x86_64-unknown-mingw32.tar.xz - content-length: 175463160 - sha1: 3648302c66769d4aa0c3a9f82be4538f402f234f - -flags: - pandoc: - trypandoc: false - embed_data_files: false - old-locale: false - network-uri: true - -packages: -- '.' - -extra-deps: -- hslua-0.5.0 -- skylighting-0.3.3 -- texmath-0.9.4.1 |