3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.Glob: Fix version in configuration-ghc-7.10.x

This commit is contained in:
Rickard Nilsson 2016-08-21 09:50:35 +02:00
parent a28ca06298
commit f47ec8c744

View file

@ -210,7 +210,7 @@ self: super: {
semigroups_0_18_1 = addBuildDepends super.semigroups (with self; [hashable tagged text unordered-containers]);
semigroups = addBuildDepends super.semigroups (with self; [hashable tagged text unordered-containers]);
intervals = addBuildDepends super.intervals (with self; [doctest QuickCheck]);
Glob_0_7_9 = addBuildDepends super.Glob_0_7_9 (with self; [semigroups]);
Glob_0_7_10 = addBuildDepends super.Glob_0_7_10 (with self; [semigroups]);
Glob = addBuildDepends super.Glob (with self; [semigroups]);
# cereal must have `fail` in pre-ghc-8.0.x versions
# also tests require bytestring>=0.10.8.1