Skip to content

Commit

Permalink
Remove allow-newers
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Jan 15, 2025
1 parent 50613cb commit febd5a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# version: 0.19.20241223
# version: 0.19.20250115
#
# REGENDATA ("0.19.20241223",["github","cabal.project"])
# REGENDATA ("0.19.20250115",["github","cabal.project"])
#
name: Haskell-CI
on:
Expand Down Expand Up @@ -96,8 +96,8 @@ jobs:
chmod a+x "$HOME/.ghcup/bin/ghcup"
- name: Install cabal-install
run: |
"$HOME/.ghcup/bin/ghcup" install cabal 3.14.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
"$HOME/.ghcup/bin/ghcup" install cabal 3.12.1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
echo "CABAL=$HOME/.ghcup/bin/cabal-3.12.1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
- name: Install GHC (GHCup)
if: matrix.setup-method == 'ghcup'
run: |
Expand Down Expand Up @@ -206,15 +206,6 @@ jobs:
echo "packages: ${PKGDIR_blank_canvas_examples}" >> cabal.project
echo "packages: ${PKGDIR_wiki_suite}" >> cabal.project
cat >> cabal.project <<EOF
allow-newer: aeson:ghc-prim
allow-newer: aeson:template-haskell
allow-newer: indexed-traversable:base
allow-newer: indexed-traversable-instances:base
allow-newer: integer-conversion:base
allow-newer: semialign:base
allow-newer: these:base
allow-newer: uuid-types:template-haskell
source-repository-package
type: git
location: https://github.com/ku-fpg/javascript-bridge
Expand Down
11 changes: 0 additions & 11 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,3 @@ source-repository-package
type: git
location: https://github.com/ku-fpg/javascript-bridge
tag: 84ce469f560cd82bad8a359fb3197106d9473d2d

-- TODO: Remove this once the ecosystem has caught up with GHC 9.12
allow-newer:
aeson:ghc-prim,
aeson:template-haskell,
indexed-traversable:base,
indexed-traversable-instances:base,
integer-conversion:base,
semialign:base,
these:base,
uuid-types:template-haskell

0 comments on commit febd5a9

Please sign in to comment.