haskell-happy: use 1.19.7 version (despite lts-9) to fix test suite failure

This commit is contained in:
Peter Simons 2017-09-05 09:07:53 +02:00
parent b2bff7e8ae
commit e1a67915f8
2 changed files with 1 additions and 5 deletions

View file

@ -900,8 +900,4 @@ self: super: {
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; });
}

View file

@ -962,7 +962,7 @@ default-package-overrides:
- happstack-jmacro ==7.0.12
- happstack-server ==7.4.6.4
- happstack-server-tls ==7.1.6.4
- happy ==1.19.6
- happy >1.19.6
- harp ==0.4.2
- hasbolt ==0.1.2.1
- hashable ==1.2.6.1