Skip to content

Commit

Permalink
Merge pull request #158 from well-typed/edsko/ghc-910-deps
Browse files Browse the repository at this point in the history
Reduce 9.10 special cases
  • Loading branch information
edsko authored Jun 14, 2024
2 parents 6856343 + 6954325 commit 1b17362
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
9 changes: 3 additions & 6 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.20240514
# version: 0.19.20240608
#
# REGENDATA ("0.19.20240514",["github","cabal.project.ci"])
# REGENDATA ("0.19.20240608",["github","cabal.project.ci"])
#
name: Haskell-CI
on:
Expand Down Expand Up @@ -172,12 +172,9 @@ jobs:
echo "package grapesy" >> cabal.project
echo " ghc-options: -Werror=missing-methods" >> cabal.project
cat >> cabal.project <<EOF
allow-newer: cborg:base
allow-newer: http2:containers
allow-newer: pipes-safe:base
allow-newer: proto-lens-runtime:base
allow-newer: proto-lens:base
allow-newer: serialise:base
allow-newer: proto-lens-runtime:base
package grapesy
tests: True
Expand Down
5 changes: 1 addition & 4 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ package grapesy
-- ghc 9.10
--

allow-newer: cborg:base
allow-newer: http2:containers
allow-newer: pipes-safe:base
allow-newer: proto-lens-runtime:base
allow-newer: proto-lens:base
allow-newer: serialise:base
allow-newer: proto-lens-runtime:base
5 changes: 1 addition & 4 deletions cabal.project.ci
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ package grapesy
-- ghc 9.10
--

allow-newer: cborg:base
allow-newer: http2:containers
allow-newer: pipes-safe:base
allow-newer: proto-lens-runtime:base
allow-newer: proto-lens:base
allow-newer: serialise:base
allow-newer: proto-lens-runtime:base

0 comments on commit 1b17362

Please sign in to comment.