cabal2nix: update hpack override to the new version
This commit is contained in:
parent
782e96e7d4
commit
08f48236d2
@ -1073,11 +1073,10 @@ self: super: {
|
|||||||
|
|
||||||
# cabal2nix requires hpack >= 0.29.6 but the LTS has hpack-0.28.2.
|
# cabal2nix requires hpack >= 0.29.6 but the LTS has hpack-0.28.2.
|
||||||
# Lets remove this once the LTS has upraded to 0.29.6.
|
# Lets remove this once the LTS has upraded to 0.29.6.
|
||||||
hpack = super.hpack_0_29_6;
|
hpack = super.hpack_0_29_7;
|
||||||
|
|
||||||
cabal2nix =
|
|
||||||
# The test suite does not know how to find the 'cabal2nix' binary.
|
# The test suite does not know how to find the 'cabal2nix' binary.
|
||||||
overrideCabal super.cabal2nix (drv: {
|
cabal2nix = overrideCabal super.cabal2nix (drv: {
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
export PATH="$PWD/dist/build/cabal2nix:$PATH"
|
export PATH="$PWD/dist/build/cabal2nix:$PATH"
|
||||||
export HOME="$TMPDIR/home"
|
export HOME="$TMPDIR/home"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user