[commit: ghc] wip/docker-ghcci: How'd we lose parsec? (860f0d6)
git at git.haskell.org
git at git.haskell.org
Wed Feb 28 00:50:46 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/docker-ghcci
Link : http://ghc.haskell.org/trac/ghc/changeset/860f0d645908ee8fa4777f750e41022b7ba09159/ghc
>---------------------------------------------------------------
commit 860f0d645908ee8fa4777f750e41022b7ba09159
Author: David Feuer <David.Feuer at gmail.com>
Date: Tue Feb 27 19:50:09 2018 -0500
How'd we lose parsec?
>---------------------------------------------------------------
860f0d645908ee8fa4777f750e41022b7ba09159
.circleci/prepare-system.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.circleci/prepare-system.sh b/.circleci/prepare-system.sh
index 84fd513..6ab53f0 100755
--- a/.circleci/prepare-system.sh
+++ b/.circleci/prepare-system.sh
@@ -24,7 +24,7 @@ EOF
case "$(uname)" in
Linux)
cabal update
- cabal install --reinstall hscolour --index-state=$hackage_index_state
+ cabal install --reinstall hscolour parsec --index-state=$hackage_index_state
if [[ -n ${TARGET:-} ]]; then
if [[ $TARGET = FreeBSD ]]; then
More information about the ghc-commits
mailing list