Skip to content

Commit

Permalink
Update for B202
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Feb 12, 2021
1 parent b56ac23 commit 4bbd1ba
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: haskell:8
image: haskell:8.8.4

variables:
STACK_ROOT: "${CI_PROJECT_DIR}/.stack"
Expand Down
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ github: "MI-AFP/hw03"
license: MIT
author: "Marek Suchánek"
maintainer: "[email protected]"
copyright: "2018 Marek Suchánek"
copyright: "2021 Marek Suchánek"

extra-source-files:
- README.md
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: lts-10.4
resolver: lts-16.31

# User packages to be built.
# Various formats can be used as shown in the example below.
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: 534126
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/31.yaml
sha256: 637fb77049b25560622a224845b7acfe81a09fdb6a96a3c75997a10b651667f6
original: lts-16.31

0 comments on commit 4bbd1ba

Please sign in to comment.