Remove some older stuff
This commit is contained in:
parent
950c8e5a77
commit
2c246486e7
30
.travis.yml
30
.travis.yml
@ -35,12 +35,6 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
# We grab the appropriate GHC and cabal-install versions from hvr's PPA. See:
|
# We grab the appropriate GHC and cabal-install versions from hvr's PPA. See:
|
||||||
# https://github.com/hvr/multi-ghc-travis
|
# https://github.com/hvr/multi-ghc-travis
|
||||||
- env: BUILD=cabal GHCVER=8.0.2 CABALVER=1.24 HAPPYVER=1.19.5 ALEXVER=3.1.7
|
|
||||||
compiler: ": #GHC 8.0.2"
|
|
||||||
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}
|
|
||||||
- env: BUILD=cabal GHCVER=8.2.2 CABALVER=2.0 HAPPYVER=1.19.5 ALEXVER=3.1.7
|
|
||||||
compiler: ": #GHC 8.2.2"
|
|
||||||
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.2,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}
|
|
||||||
- env: BUILD=cabal GHCVER=8.4.4 CABALVER=2.2 HAPPYVER=1.19.5 ALEXVER=3.1.7
|
- env: BUILD=cabal GHCVER=8.4.4 CABALVER=2.2 HAPPYVER=1.19.5 ALEXVER=3.1.7
|
||||||
compiler: ": #GHC 8.4.4"
|
compiler: ": #GHC 8.4.4"
|
||||||
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.4,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}
|
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.4,happy-1.19.5,alex-3.1.7], sources: [hvr-ghc]}}
|
||||||
@ -60,14 +54,6 @@ matrix:
|
|||||||
compiler: ": #stack default"
|
compiler: ": #stack default"
|
||||||
addons: {apt: {packages: [libgmp-dev]}}
|
addons: {apt: {packages: [libgmp-dev]}}
|
||||||
|
|
||||||
- env: BUILD=stack ARGS="--stack-yaml stack-lts-9.yaml --resolver lts-9"
|
|
||||||
compiler: ": #stack 8.0.2"
|
|
||||||
addons: {apt: {packages: [libgmp-dev]}}
|
|
||||||
|
|
||||||
- env: BUILD=stack ARGS="--resolver lts-11"
|
|
||||||
compiler: ": #stack 8.2.2"
|
|
||||||
addons: {apt: {packages: [libgmp-dev]}}
|
|
||||||
|
|
||||||
- env: BUILD=stack ARGS="--resolver lts-12"
|
- env: BUILD=stack ARGS="--resolver lts-12"
|
||||||
compiler: ": #stack 8.4.4"
|
compiler: ": #stack 8.4.4"
|
||||||
addons: {apt: {packages: [libgmp-dev]}}
|
addons: {apt: {packages: [libgmp-dev]}}
|
||||||
@ -76,10 +62,6 @@ matrix:
|
|||||||
compiler: ": #stack 8.6.3"
|
compiler: ": #stack 8.6.3"
|
||||||
addons: {apt: {packages: [libgmp-dev]}}
|
addons: {apt: {packages: [libgmp-dev]}}
|
||||||
|
|
||||||
- env: BUILD=stack ARGS="--stack-yaml stack-persistent-2-9.yaml"
|
|
||||||
compiler: ": #stack/persistent 2.9"
|
|
||||||
addons: {apt: {packages: [libgmp-dev]}}
|
|
||||||
|
|
||||||
# Nightly builds are allowed to fail
|
# Nightly builds are allowed to fail
|
||||||
- env: BUILD=stack ARGS="--resolver nightly"
|
- env: BUILD=stack ARGS="--resolver nightly"
|
||||||
compiler: ": #stack nightly"
|
compiler: ": #stack nightly"
|
||||||
@ -90,14 +72,6 @@ matrix:
|
|||||||
compiler: ": #stack default osx"
|
compiler: ": #stack default osx"
|
||||||
os: osx
|
os: osx
|
||||||
|
|
||||||
- env: BUILD=stack ARGS="--stack-yaml stack-lts-9.yaml --resolver lts-9"
|
|
||||||
compiler: ": #stack 8.0.2 osx"
|
|
||||||
os: osx
|
|
||||||
|
|
||||||
- env: BUILD=stack ARGS="--resolver lts-11"
|
|
||||||
compiler: ": #stack 8.2.2 osx"
|
|
||||||
os: osx
|
|
||||||
|
|
||||||
- env: BUILD=stack ARGS="--resolver lts-12"
|
- env: BUILD=stack ARGS="--resolver lts-12"
|
||||||
compiler: ": #stack 8.4.4 osx"
|
compiler: ": #stack 8.4.4 osx"
|
||||||
os: osx
|
os: osx
|
||||||
@ -106,10 +80,6 @@ matrix:
|
|||||||
compiler: ": #stack 8.6.3 osx"
|
compiler: ": #stack 8.6.3 osx"
|
||||||
os: osx
|
os: osx
|
||||||
|
|
||||||
- env: BUILD=stack ARGS="--stack-yaml stack-persistent-2-9.yaml"
|
|
||||||
compiler: ": #stack/persistent 2.9"
|
|
||||||
os: osx
|
|
||||||
|
|
||||||
- env: BUILD=stack ARGS="--resolver nightly"
|
- env: BUILD=stack ARGS="--resolver nightly"
|
||||||
compiler: ": #stack nightly osx"
|
compiler: ": #stack nightly osx"
|
||||||
os: osx
|
os: osx
|
||||||
|
|||||||
@ -9,7 +9,7 @@ install:
|
|||||||
build: off
|
build: off
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- stack --no-terminal test --no-run-tests --resolver lts-11
|
- stack --no-terminal test --no-run-tests
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- stack --jobs 1 --no-terminal test --resolver lts-11
|
- stack --jobs 1 --no-terminal test
|
||||||
|
|||||||
13
sources.txt
13
sources.txt
@ -1,13 +0,0 @@
|
|||||||
./yesod-core
|
|
||||||
./yesod-static
|
|
||||||
./yesod-persistent
|
|
||||||
./yesod-newsfeed
|
|
||||||
./yesod-form
|
|
||||||
./yesod-auth
|
|
||||||
./yesod-auth-oauth
|
|
||||||
./yesod-sitemap
|
|
||||||
./yesod-test
|
|
||||||
./yesod-bin
|
|
||||||
./yesod
|
|
||||||
./yesod-eventsource
|
|
||||||
./yesod-websockets
|
|
||||||
@ -1,37 +0,0 @@
|
|||||||
resolver: lts-9.21
|
|
||||||
packages:
|
|
||||||
- ./yesod-core
|
|
||||||
- ./yesod-static
|
|
||||||
- ./yesod-persistent
|
|
||||||
- ./yesod-newsfeed
|
|
||||||
- ./yesod-form
|
|
||||||
- ./yesod-auth
|
|
||||||
- ./yesod-auth-oauth
|
|
||||||
- ./yesod-sitemap
|
|
||||||
- ./yesod-test
|
|
||||||
- ./yesod-bin
|
|
||||||
- ./yesod
|
|
||||||
- ./yesod-eventsource
|
|
||||||
- ./yesod-websockets
|
|
||||||
extra-deps:
|
|
||||||
- bsb-http-chunked-0.0.0.2@rev:0
|
|
||||||
- conduit-1.3.0.2@rev:0
|
|
||||||
- conduit-extra-1.3.0@rev:0
|
|
||||||
- html-conduit-1.3.0@rev:0
|
|
||||||
- http-client-0.5.12.1@rev:0
|
|
||||||
- http-conduit-2.3.1@rev:0
|
|
||||||
- monad-logger-0.3.28.5@rev:0
|
|
||||||
- mono-traversable-1.0.8.1@rev:0
|
|
||||||
- persistent-2.8.2@rev:0
|
|
||||||
- persistent-sqlite-2.8.1.2@rev:0
|
|
||||||
- project-template-0.2.0.1@rev:0
|
|
||||||
- resourcet-1.2.1@rev:0
|
|
||||||
- streaming-commons-0.2.0.0@rev:0
|
|
||||||
- typed-process-0.2.2.0@rev:0
|
|
||||||
- unliftio-0.2.7.0@rev:0
|
|
||||||
- unliftio-core-0.1.1.0@rev:0
|
|
||||||
- wai-extra-3.0.22.1@rev:0
|
|
||||||
- wai-logger-2.3.2@rev:0
|
|
||||||
- warp-3.2.22@rev:0
|
|
||||||
- xml-conduit-1.8.0@rev:0
|
|
||||||
- yaml-0.8.30@rev:0
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
resolver: lts-11.10
|
|
||||||
packages:
|
|
||||||
- ./yesod-core
|
|
||||||
- ./yesod-static
|
|
||||||
- ./yesod-persistent
|
|
||||||
- ./yesod-newsfeed
|
|
||||||
- ./yesod-form
|
|
||||||
- ./yesod-auth
|
|
||||||
- ./yesod-auth-oauth
|
|
||||||
- ./yesod-sitemap
|
|
||||||
- ./yesod-test
|
|
||||||
- ./yesod-bin
|
|
||||||
- ./yesod
|
|
||||||
- ./yesod-eventsource
|
|
||||||
- ./yesod-websockets
|
|
||||||
extra-deps:
|
|
||||||
- persistent-2.9.0@rev:0
|
|
||||||
- persistent-sqlite-2.9.0@rev:0
|
|
||||||
@ -24,7 +24,7 @@ extra-source-files:
|
|||||||
library
|
library
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
|
|
||||||
build-depends: base >= 4.9 && < 5
|
build-depends: base >= 4.11 && < 5
|
||||||
, aeson >= 1.0
|
, aeson >= 1.0
|
||||||
, auto-update
|
, auto-update
|
||||||
, blaze-html >= 0.5
|
, blaze-html >= 0.5
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user