Skip to content

Commit

Permalink
(wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed May 13, 2024
1 parent 4361181 commit 4e8fbad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/haskell-ci.yml
Expand Up @@ -195,6 +195,7 @@ jobs:
echo "package xmonad" >> cabal.project
echo " ghc-options: -Werror=missing-methods" >> cabal.project
cat >> cabal.project <<EOF
allow-newer: setlocale:base
optimization: False
package xmonad
Expand Down
3 changes: 3 additions & 0 deletions cabal.project
Expand Up @@ -2,3 +2,6 @@

packages:
xmonad.cabal

allow-newer:
setlocale:base

0 comments on commit 4e8fbad

Please sign in to comment.