ghc_binary_repro_test/default.nix
Félix Baylac-Jacqué d82d4dbce0
Add Haskell script trying to reproduce the build
We add a Haskell script in charge of reproducing the build.
2020-05-26 13:04:58 +02:00

7 lines
138 B
Nix

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