Merge pull request #17676 from LnL7/haskell-hoauth2
haskellPackages.hoauth2: fix test dependencies for ghc7.10.x
This commit is contained in:
commit
4b20c5367d
@ -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 New Issue
Block a user