haskellPackages.hoauth2: fix test dependencies for ghc7.10.x
This commit is contained in:
parent
a97df891fe
commit
59e1397f01
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ self: super: {
|
|||
nats = dontHaddock super.nats;
|
||||
bytestring-builder = dontHaddock super.bytestring-builder;
|
||||
|
||||
hoauth2 = overrideCabal super.hoauth2 (drv: { testDepends = (drv.testDepends or []) ++ [ self.wai self.warp ]; });
|
||||
|
||||
# Setup: At least the following dependencies are missing: base <4.8
|
||||
hspec-expectations = overrideCabal super.hspec-expectations (drv: {
|
||||
postPatch = "sed -i -e 's|base < 4.8|base|' hspec-expectations.cabal";
|
||||
|
|
Loading…
Reference in a new issue