haskell-happy: use 1.19.7 version (despite lts-9) to fix test suite failure
This commit is contained in:
parent
b2bff7e8ae
commit
e1a67915f8
@ -900,8 +900,4 @@ self: super: {
|
|||||||
sha256 = "1vss7b99zrhw3r29krl1b60r4qk0m2mpwmrz8q8zdxrh33hb8pd7";
|
sha256 = "1vss7b99zrhw3r29krl1b60r4qk0m2mpwmrz8q8zdxrh33hb8pd7";
|
||||||
});
|
});
|
||||||
|
|
||||||
# Has extra data files which are referred to from the binary output,
|
|
||||||
# creating a store reference cycle. Putting data in separate output
|
|
||||||
# solves the problem.
|
|
||||||
happy = overrideCabal super.happy (drv: { enableSeparateDataOutput = true; });
|
|
||||||
}
|
}
|
||||||
|
@ -962,7 +962,7 @@ default-package-overrides:
|
|||||||
- happstack-jmacro ==7.0.12
|
- happstack-jmacro ==7.0.12
|
||||||
- happstack-server ==7.4.6.4
|
- happstack-server ==7.4.6.4
|
||||||
- happstack-server-tls ==7.1.6.4
|
- happstack-server-tls ==7.1.6.4
|
||||||
- happy ==1.19.6
|
- happy >1.19.6
|
||||||
- harp ==0.4.2
|
- harp ==0.4.2
|
||||||
- hasbolt ==0.1.2.1
|
- hasbolt ==0.1.2.1
|
||||||
- hashable ==1.2.6.1
|
- hashable ==1.2.6.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user