Skip to content

Commit

Permalink
Fix travis - pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Feb 5, 2020
1 parent 12aa0b3 commit 2b7e0b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 35 deletions.
18 changes: 0 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,6 @@ matrix:
# The Stack builds. We can pass in arbitrary Stack arguments via the ARGS
# variable, such as using --stack-yaml to point to a different file.

# - env: BUILD=stack ARGS="--resolver lts-8.24 --stack-yaml stack-doctests.yaml" DOCTESTS_DISABLED=true
# compiler: ": #stack GHC-8.0.2 (lts-8.24)"
# addons:
# apt:
# packages: [libgmp-dev]

# - env: BUILD=stack ARGS="--resolver lts-9.21 --stack-yaml stack-doctests.yaml" DOCTESTS_DISABLED=true
# compiler: ": #stack GHC-8.0.2 (lts-9.21)"
# addons:
# apt:
# packages: [libgmp-dev]

# - env: BUILD=stack ARGS="--resolver lts-11.22 --stack-yaml stack-doctests.yaml"
# compiler: ": #stack GHC-8.2.2 (lts-11.22)"
# addons:
# apt:
# packages: [libgmp-dev]

- env: BUILD=stack ARGS="--resolver lts-12.14 --haddock --no-haddock-deps"
compiler: ": #stack GHC-8.4.3 (lts-12.14)"
addons:
Expand Down
4 changes: 2 additions & 2 deletions Color/Color.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ test-suite tests
, Spec
build-depends: JuicyPixels
, HUnit
, QuickCheck
, base >= 4.8 && < 5
, QuickCheck > 2.13
, base >= 4.8 && < 5
, Color
, colour
, hspec
Expand Down
15 changes: 0 additions & 15 deletions stack-doctests.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ packages:
- Color
extra-deps:
- JuicyPixels-3.3.4@sha256:190095c0c169f6012e663eff26eae0d1e5107fb77186320b9357761ebaa3aa43,3913
- QuickCheck-2.13.2@sha256:ad4e5adbd1c9dc0221a44307b992cb040c515f31095182e47aa7e974bc461df1,6952
- splitmix-0.0.3@sha256:455de9326ae5bbe5492cbb140fefb04cf988501e25b204dabaf755ab67400d9d,4835
- cabal-doctest-1.0.8@sha256:34dff6369d417df2699af4e15f06bc181d495eca9c51efde173deae2053c197c,1491
- doctest-0.16.2@sha256:2f96e9bbe9aee11b47453c82c24b3dc76cdbb8a2a7c984dfd60b4906d08adf68,6942

0 comments on commit 2b7e0b8

Please sign in to comment.