haskell-Glob: fix LTS build

+2 -3
+2 -3
pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
··· 63 63 nats = dontHaddock super.nats; 64 64 bytestring-builder = dontHaddock super.bytestring-builder; 65 65 66 - # requires filepath >=1.1 && <1.4 67 - Glob = doJailbreak super.Glob; 68 - 69 66 # Setup: At least the following dependencies are missing: base <4.8 70 67 hspec-expectations = overrideCabal super.hspec-expectations (drv: { 71 68 postPatch = "sed -i -e 's|base < 4.8|base|' hspec-expectations.cabal"; ··· 211 208 semigroups_0_18_1 = addBuildDepends super.semigroups (with self; [hashable tagged text unordered-containers]); 212 209 semigroups = addBuildDepends super.semigroups (with self; [hashable tagged text unordered-containers]); 213 210 intervals = addBuildDepends super.intervals (with self; [doctest QuickCheck]); 211 + Glob_0_7_9 = addBuildDepends super.Glob_0_7_9 (with self; [semigroups]); 212 + Glob = addBuildDepends super.Glob (with self; [semigroups]); 214 213 215 214 # Moved out from common as no longer the case for GHC8 216 215 ghc-mod = super.ghc-mod.override { cabal-helper = self.cabal-helper_0_6_3_1; };