Skip to content

Commit

Permalink
updating the allow-newer thing
Browse files Browse the repository at this point in the history
  • Loading branch information
noinia committed Jun 30, 2024
1 parent 6b64f4b commit a749d6c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,17 +167,25 @@ jobs:
echo "package hgeometry-examples" >> cabal.project
echo " ghc-options: -Werror=missing-methods" >> cabal.project
cat >> cabal.project <<EOF
allow-newer: vector-circular:vector
allow-newer: vector-circular:base
allow-newer: vector-circular:template-haskell
allow-newer: vector-circular:semigroupoids
allow-newer: vector-circular:primitive
allow-newer: vector-circular:deepseq
allow-newer: all:jsaddle
allow-newer: lucid-svg:transformerstext
allow-newer: servant-lucid:servant
allow-newer: servant:base
allow-newer: vault:base
allow-newer: singleton-bool:base
allow-newer: lucid-svg:transformers
allow-newer: text
allow-newer: lucid-svg:transformerstext
allow-newer: pretty:deepseq
allow-newer: pretty:dlist
allow-newer: hexpat:deepseq
allow-newer: websockets:all
allow-newer: jsaddle-warp:all
allow-newer: entropy:Cabal
source-repository-package
type: git
Expand All @@ -187,6 +195,10 @@ jobs:
type: git
location: https://github.com/noinia/hspec-with-tempfile
source-repository-package
type: git
location: https://github.com/noinia/miso-bulma
source-repository-package
type: git
location: https://github.com/noinia/vector-circular
Expand Down

0 comments on commit a749d6c

Please sign in to comment.