Skip to content

Commit

Permalink
bump lower-bounds to match lts-8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gelisam committed Dec 3, 2018
1 parent ada95af commit 9e484c1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
# if this build fails and you need to bump the lts, remember
# to also bump the lower bounds in package.yaml to match the
# versions provided by that new lts!
- BUILD=stack RESOLVER="lts-7.0"
- BUILD=stack RESOLVER="lts-8.0"

- BUILD=stack RESOLVER="lts-12.19"
- BUILD=cabal RESOLVER="lts-12.19"
Expand Down
34 changes: 17 additions & 17 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extra-source-files:

ghc-options: -Wall
dependencies:
- base >= 4.9.0.0
- base >= 4.9.1.0
- bytestring >= 0.10.8.1
- containers >= 0.5.7.1
- stringsearch >= 0.3.6.6
Expand All @@ -30,18 +30,18 @@ executables:
hawk:
main: Main.hs
dependencies:
- directory >= 1.2.6.2
- directory >= 1.3.0.0
- exceptions >= 0.8.3
- extra >= 1.4.10
- extra >= 1.5.1
- filelock >= 0.1.0.1
- filepath >= 1.4.1.0
- filepath >= 1.4.1.1
- haskell-awk
- haskell-src-exts >= 1.17.1
- haskell-src-exts >= 1.18.2
- hint >= 0.6.0
- mtl >= 2.2.1
- network >= 2.6.3.1
- process >= 1.4.2.0
- template-haskell >= 2.11.0.0
- process >= 1.4.3.0
- template-haskell >= 2.11.1.0
- time >= 1.6.0.1
- transformers >= 0.5.2.0
source-dirs: src
Expand All @@ -53,23 +53,23 @@ tests:
- tests
main: RunTests.hs
dependencies:
- aeson >= 0.11.2.1
- directory >= 1.2.6.2
- doctest >= 0.11.0
- aeson >= 1.0.2.1
- directory >= 1.3.0.0
- doctest >= 0.11.1
- easy-file >= 0.2.1
- exceptions >= 0.8.3
- extra >= 1.4.10
- extra >= 1.5.1
- filelock >= 0.1.0.1
- filepath >= 1.4.1.0
- filepath >= 1.4.1.1
- haskell-awk
- haskell-src-exts >= 1.17.1
- haskell-src-exts >= 1.18.2
- hint >= 0.6.0
- hspec >= 2.2.3
- HUnit >= 1.3.1.2
- hspec >= 2.4.1
- HUnit >= 1.5.0.0
- mtl >= 2.2.1
- network >= 2.6.3.1
- process >= 1.4.2.0
- template-haskell >= 2.11.0.0
- process >= 1.4.3.0
- template-haskell >= 2.11.1.0
- temporary >= 1.2.0.4
- test-framework >= 0.8.1.1
- test-framework-hunit >= 0.3.0.2
Expand Down

0 comments on commit 9e484c1

Please sign in to comment.