Declare dependencies for yesod-auth-oauth2

This commit is contained in:
Jezen Thomas 2016-08-19 19:51:33 +02:00
parent b0e11652f4
commit 6154fecdbd
No known key found for this signature in database
GPG Key ID: 5FEF410819FCBDB7

View File

@ -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";