Skip to content

Commit

Permalink
Update Stackage versions and generate lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubfijalkowski committed Feb 21, 2020
1 parent 5be26e8 commit 46d799d
Show file tree
Hide file tree
Showing 17 changed files with 118 additions and 21 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ language: c
sudo: false

env:
- STACK_YAML=stack-lts-2.yaml UPDATE_NIGHTLY=NO
- STACK_YAML=stack-lts-3.yaml UPDATE_NIGHTLY=NO
- STACK_YAML=stack-lts-6.yaml UPDATE_NIGHTLY=NO
- STACK_YAML=stack-lts-7.yaml UPDATE_NIGHTLY=NO
- STACK_YAML=stack-lts-8.yaml UPDATE_NIGHTLY=NO
- STACK_YAML=stack-lts-9.yaml UPDATE_NIGHTLY=NO
- STACK_YAML=stack-lts-11.yaml UPDATE_NIGHTLY=NO
- STACK_YAML=stack-lts-12.14.yaml UPDATE_NIGHTLY=NO
- STACK_YAML=stack-lts-12.26.yaml UPDATE_NIGHTLY=NO
- STACK_YAML=stack-lts-13.11.yaml UPDATE_NIGHTLY=NO
- STACK_YAML=stack-lts-13.19.yaml UPDATE_NIGHTLY=NO
- STACK_YAML=stack-lts-14.yaml UPDATE_NIGHTLY=NO
- STACK_YAML=stack.yaml UPDATE_NIGHTLY=NO
- STACK_YAML=stack-nightly.yaml UPDATE_NIGHTLY=YES

Expand Down
12 changes: 12 additions & 0 deletions stack-lts-11.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages: []
snapshots:
- completed:
size: 527836
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/11/22.yaml
sha256: 341870ac98d8a9f8f77c4adf2e9e0b22063e264a7fbeb4c85b7af5f380dac60e
original: lts-11.22
12 changes: 12 additions & 0 deletions stack-lts-12.14.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages: []
snapshots:
- completed:
size: 504771
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/12/14.yaml
sha256: 3cbd6c83316dd5e2bbc756dc7a2a4e31a31859c3f8b5c720efb6850b08e42649
original: lts-12.14
2 changes: 1 addition & 1 deletion stack-lts-8.yaml → stack-lts-12.26.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-8.24
resolver: lts-12.26
packages:
- '.'
extra-deps: []
Expand Down
12 changes: 12 additions & 0 deletions stack-lts-12.26.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages: []
snapshots:
- completed:
size: 509471
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/12/26.yaml
sha256: 95f014df58d0679b1c4a2b7bf2b652b61da8d30de5f571abb0d59015ef678646
original: lts-12.26
2 changes: 1 addition & 1 deletion stack-lts-3.yaml → stack-lts-13.11.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-3.22
resolver: lts-13.11
packages:
- '.'
extra-deps: []
Expand Down
12 changes: 12 additions & 0 deletions stack-lts-13.11.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages: []
snapshots:
- completed:
size: 495801
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/13/11.yaml
sha256: 835062158db2b3ebb8b9525d9662a02ebf9783e8f6a08a64684cd5546f847152
original: lts-13.11
2 changes: 1 addition & 1 deletion stack-lts-6.yaml → stack-lts-13.19.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-6.35
resolver: lts-13.19
packages:
- '.'
extra-deps: []
Expand Down
12 changes: 12 additions & 0 deletions stack-lts-13.19.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages: []
snapshots:
- completed:
size: 498155
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/13/19.yaml
sha256: b9367a80d4393d02e58a46b8a9fdfbd7bc19f59c0c2bbf90034ba15cf52cf213
original: lts-13.19
2 changes: 1 addition & 1 deletion stack-lts-7.yaml → stack-lts-14.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-7.24
resolver: lts-14.27
packages:
- '.'
extra-deps: []
Expand Down
12 changes: 12 additions & 0 deletions stack-lts-14.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages: []
snapshots:
- completed:
size: 524996
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/27.yaml
sha256: 7ea31a280c56bf36ff591a7397cc384d0dff622e7f9e4225b47d8980f019a0f0
original: lts-14.27
10 changes: 0 additions & 10 deletions stack-lts-2.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions stack-lts-9.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages: []
snapshots:
- completed:
size: 537868
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/9/21.yaml
sha256: 0a3be91c2bce851de4755003cfb1d85d62b6f90276231fcc305729c0c5c864a9
original: lts-9.21
2 changes: 1 addition & 1 deletion stack-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2018-11-24
resolver: nightly-2020-02-21
packages:
- '.'
extra-deps: []
Expand Down
12 changes: 12 additions & 0 deletions stack-nightly.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages: []
snapshots:
- completed:
size: 493692
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2020/2/21.yaml
sha256: f069358f2c919c720a8e79edab6cbfc16920395266b43c217a693b5952f3aa2d
original: nightly-2020-02-21
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-12.19
resolver: lts-15.0
packages:
- '.'
extra-deps: []
Expand Down
12 changes: 12 additions & 0 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages: []
snapshots:
- completed:
size: 488576
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/0.yaml
sha256: e4b6a87b47ec1cf63a7f1a0884a3b276fce2b0d174a10e8753c4f618e7983568
original: lts-15.0

0 comments on commit 46d799d

Please sign in to comment.