Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Try latest hackage-security as a possible solution for #29
Browse files Browse the repository at this point in the history
  • Loading branch information
UnkindPartition committed Oct 23, 2018
1 parent 7190315 commit 29a7ebc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ jobs:
name: Build stack programs
command: |
set -e
# reinstall stack using the latest hackage-security
# as a possible workaround for the locking issue (#29)
stack --version
stack install stack
stack --version
stack exec ghc-pkg list stackage-security
stack install stackage-curator
stack install
- run:
Expand Down
4 changes: 4 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ packages:
git: [email protected]:fpco/stackage-curator.git
commit: eaeba273bdd38f121ad200b2a876227e666f86a2
extra-dep: true
- location:
git: https://github.com/haskell/hackage-security.git
commit: d10d0e076636ef3198602c5c9069305530b93072
extra-dep: true

nix:
packages:
Expand Down

0 comments on commit 29a7ebc

Please sign in to comment.