Skip to content

Commit

Permalink
Bump version, update commit-id in ci configs
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Jan 19, 2018
1 parent 3e2e2e0 commit 09b6285
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
# The commit id of packcheck.sh to use from
# https://github.com/harendra-kumar/packcheck. Used only when the script
# does not exist in the package repo at the path specified by "PACKCHECK"
- PACKCHECK_COMMIT="e90061743c0a074029eaffa13073a61942267b57"
- PACKCHECK_COMMIT="da9d6da3d18d6250c06617817f0879324c75c224"
- GHC_OPTIONS="-Werror"
# ------------------------------------------------------------------------
# Builds that need stack
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
# The commit id of packcheck.sh to use from
# https://github.com/harendra-kumar/packcheck. Used only when the script
# does not exist in the package repo at the path specified by "PACKCHECK"
PACKCHECK_COMMIT: "e90061743c0a074029eaffa13073a61942267b57"
PACKCHECK_COMMIT: "da9d6da3d18d6250c06617817f0879324c75c224"
STACKVER: "1.6.3"
STACK_UPGRADE: "y"
RESOLVER: "lts-10.0"
Expand Down
2 changes: 1 addition & 1 deletion packcheck.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: packcheck
version: 0.1.0
version: 0.1.1
synopsis: Universal build and CI testing for Haskell packages
description:
`packcheck` is a minimal yet complete "hello world" Haskell package with model
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolver: lts-10.0
resolver: lts-10.3
packages:
- '.'

0 comments on commit 09b6285

Please sign in to comment.