Skip to content

Commit

Permalink
Warning suppression suggested by @riz0id.
Browse files Browse the repository at this point in the history
  • Loading branch information
j6carey committed May 10, 2024
1 parent 33e2bc2 commit 8b67fbf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nix/overlays/haskell-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,12 @@ in {
tasty-discover =
pkgsNew.haskell.lib.dontCheck haskellPackagesOld.tasty-discover;

# Suppress:
# warning: non-portable path to file '"dist/build/Test/autogen/cabal_macros.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path]
tasty-golden =
pkgsNew.haskell.lib.appendConfigureFlags haskellPackagesOld.tasty-golden
[ "--ghc-option=-Wno-nonportable-include-path" ];

# With nixpkgs-23.11 and ghc981, text-metrics wants hspec for testing,
# which causes problems.
text-metrics =
Expand Down

0 comments on commit 8b67fbf

Please sign in to comment.