Skip to content

Add reproduction case for failing quasiquoting when using JS backend #2199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 17, 2024
Merged
Prev Previous commit
Next Next commit
Workarounds for ghc 9.10
  • Loading branch information
hamishmack committed May 16, 2024
commit b5a3eba21064aaf04be28aa56c52719ceb17e349
2 changes: 1 addition & 1 deletion test/c-ffi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ in recurseIntoAttrs {

meta = rec {
platforms = lib.platforms.all;
broken = stdenv.hostPlatform.isGhcjs && __compareVersions buildPackages.haskell-nix.compiler.${compiler-nix-name}.version "9.6.1" >= 0;
broken = stdenv.hostPlatform.isGhcjs && __compareVersions buildPackages.haskell-nix.compiler.${compiler-nix-name}.version "9.10.1" >= 0;
disabled = broken;
};

Expand Down
3 changes: 3 additions & 0 deletions test/js-template-haskell/js-template-haskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ test-suite test
type: exitcode-stdio-1.0
main-is: test/Main.hs
build-depends: base, js-template-haskell
if arch(javascript) && impl(ghc >=9.10.1)
ghc-options: -ddisable-js-c-sources