Skip to content

Commit

Permalink
temp test
Browse files Browse the repository at this point in the history
  • Loading branch information
maksbotan committed Oct 2, 2023
1 parent 4eb0360 commit 8adc216
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ jobs:
echo "package example" >> cabal.project
echo " ghc-options: -Werror=missing-methods" >> cabal.project
cat >> cabal.project <<EOF
constraints: aeson >= 2.2
EOF
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(example|servant-openapi3)$/; }' >> cabal.project.local
cat cabal.project
Expand Down
2 changes: 2 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ packages:
servant-openapi3.cabal,
example/example.cabal
tests: true

constraints: aeson >= 2.2

0 comments on commit 8adc216

Please sign in to comment.