ghc_binary_repro_test/default.nix

7 lines
138 B
Nix

{
hs-pkg-name ? "wcwidth",
ghcSrc ? /home/ninjatrappeur/Code/perso/haskell/ghc
}:
import ./repro.nix { inherit hs-pkg-name ghcSrc; }