tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-Glob: fix LTS build
Peter Simons
9 years ago
ddfc4ba9
2e3066e2
+2
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-ghc-7.10.x.nix
+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
66
-
# requires filepath >=1.1 && <1.4
67
67
-
Glob = doJailbreak super.Glob;
68
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
211
+
Glob_0_7_9 = addBuildDepends super.Glob_0_7_9 (with self; [semigroups]);
212
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; };