Declare dependencies for yesod-auth-oauth2
This commit is contained in:
parent
b0e11652f4
commit
6154fecdbd
@ -65,6 +65,8 @@ self: super: {
|
|||||||
|
|
||||||
hoauth2 = overrideCabal super.hoauth2 (drv: { testDepends = (drv.testDepends or []) ++ [ self.wai self.warp ]; });
|
hoauth2 = overrideCabal super.hoauth2 (drv: { testDepends = (drv.testDepends or []) ++ [ self.wai self.warp ]; });
|
||||||
|
|
||||||
|
yesod-auth-oauth2 = overrideCabal super.yesod-auth-oauth2 (drv: { testDepends = (drv.testDepends or []) ++ [ self.load-env self.yesod ]; });
|
||||||
|
|
||||||
# Setup: At least the following dependencies are missing: base <4.8
|
# Setup: At least the following dependencies are missing: base <4.8
|
||||||
hspec-expectations = overrideCabal super.hspec-expectations (drv: {
|
hspec-expectations = overrideCabal super.hspec-expectations (drv: {
|
||||||
postPatch = "sed -i -e 's|base < 4.8|base|' hspec-expectations.cabal";
|
postPatch = "sed -i -e 's|base < 4.8|base|' hspec-expectations.cabal";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user