Skip to content

Commit

Permalink
Drop barbies<1 constraint
Browse files Browse the repository at this point in the history
Remove cabal.project as it is now redundant
  • Loading branch information
adamgundry authored and andreasabel committed Mar 30, 2022
1 parent a979a11 commit 9d9efd9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ jobs:
if [ $((HCNUMVER >= 80200)) -ne 0 ] ; then echo "package acid-state" >> cabal.project ; fi
if [ $((HCNUMVER >= 80200)) -ne 0 ] ; then echo " ghc-options: -Werror=missing-methods" >> cabal.project ; fi
cat >> cabal.project <<EOF
constraints: barbies < 1
EOF
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(acid-state)$/; }' >> cabal.project.local
cat cabal.project
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ clone_folder: "c:\\WORK"

environment:
global:
CABOPTS: "--store-dir=C:\\SR --http-transport=plain-http --constraint='barbies<1'"
CABOPTS: "--store-dir=C:\\SR --http-transport=plain-http"
matrix:
# - GHCVER: "8.6.3"
# CHOCOPTS:
Expand Down
8 changes: 0 additions & 8 deletions cabal.project

This file was deleted.

0 comments on commit 9d9efd9

Please sign in to comment.