mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
cereal: Add dependency for 7.10.x compatibility
This commit is contained in:
parent
f226dbff00
commit
ffe733a52d
@ -184,6 +184,9 @@ self: super: {
|
||||
# lens-family-th >= 0.5.0.0 is GHC 8.0 only
|
||||
lens-family-th = self.lens-family-th_0_4_1_0;
|
||||
|
||||
# cereal must have `fail` in pre-ghc-8.0.x versions
|
||||
cereal = addBuildDepend super.cereal self.fail;
|
||||
|
||||
# The tests in vty-ui do not build, but vty-ui itself builds.
|
||||
vty-ui = enableCabalFlag super.vty-ui "no-tests";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user