Skip to content

Commit

Permalink
Remove allow-newer
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Jan 15, 2025
1 parent 2390f33 commit d54c277
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ jobs:
if [ $((HCNUMVER >= 91200)) -ne 0 ] ; then echo "package singletons-base-code-generator" >> cabal.project ; fi
if [ $((HCNUMVER >= 91200)) -ne 0 ] ; then echo " ghc-options: -Werror=missing-methods" >> cabal.project ; fi
cat >> cabal.project <<EOF
allow-newer: indexed-traversable:base
source-repository-package
type: git
location: https://github.com/goldfirere/th-desugar
Expand Down
6 changes: 0 additions & 6 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@ source-repository-package
type: git
location: https://github.com/goldfirere/th-desugar
tag: 44158f7bb7faa2022795446505217b5e52862da5

-- TODO: Remove this after a fix for
-- https://github.com/haskellari/indexed-traversable/issues/44 makes it to
-- Hackage
allow-newer:
indexed-traversable:base

0 comments on commit d54c277

Please sign in to comment.