Skip to content

Commit

Permalink
CI: Remove unneeded allow-newers
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Aug 30, 2023
1 parent 17d8966 commit fe1a279
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ jobs:
if [ $((HCNUMVER >= 80200)) -ne 0 ] ; then echo "package lens-properties" >> cabal.project ; fi
if [ $((HCNUMVER >= 80200)) -ne 0 ] ; then echo " ghc-options: -Werror=missing-methods" >> cabal.project ; fi
cat >> cabal.project <<EOF
allow-newer: vector-th-unbox-0.2.2:base
allow-newer: vector-th-unbox-0.2.2:template-haskell
EOF
if $HEADHACKAGE; then
echo "allow-newer: $($HCPKG list --simple-output | sed -E 's/([a-zA-Z-]+)-[0-9.]+/*:\1,/g')" >> cabal.project
Expand Down
4 changes: 0 additions & 4 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
packages: .
./examples
./lens-properties

-- For GHC-9.6
allow-newer: vector-th-unbox-0.2.2:base
allow-newer: vector-th-unbox-0.2.2:template-haskell

0 comments on commit fe1a279

Please sign in to comment.