haskellPackages.rel8: allow hedgehog

This commit is contained in:
sternenseemann 2023-07-03 22:50:08 +02:00
parent 04b987ade5
commit 9b491439e5

View file

@ -295,6 +295,10 @@ self: super: {
# Pending a hackage revision: https://github.com/berberman/arch-web/commit/5d08afee5b25e644f9e2e2b95380a5d4f4aa81ea#commitcomment-89230555
arch-web = doJailbreak super.arch-web;
# Too strict upper bound on hedgehog
# https://github.com/circuithub/rel8/issues/248
rel8 = doJailbreak super.rel8;
# Fix test trying to access /home directory
shell-conduit = overrideCabal (drv: {
postPatch = "sed -i s/home/tmp/ test/Spec.hs";