diff --git a/.travis.yml b/.travis.yml index 763cd9b..ddb97c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/appveyor.yml b/appveyor.yml index e712ef7..c905a71 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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" diff --git a/packcheck.cabal b/packcheck.cabal index c5e833e..6bbbc50 100644 --- a/packcheck.cabal +++ b/packcheck.cabal @@ -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 diff --git a/stack.yaml b/stack.yaml index d3afca8..aaee5c9 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,3 +1,3 @@ -resolver: lts-10.0 +resolver: lts-10.3 packages: - '.'