This is what I had to do to get oauth to actually install/run.

This commit is contained in:
Robin Lee Powell 2012-06-16 15:10:39 -07:00
parent 83e6061944
commit 029fc9c9b7

View File

@ -26,7 +26,7 @@ library
, yesod-auth >= 1.0 && < 1.1
, text >= 0.7 && < 0.12
, yesod-form >= 1.0 && < 1.1
, transformers >= 0.2.2 && < 0.3
, transformers >= 0.2.2 && < 0.4
exposed-modules: Yesod.Auth.OAuth
ghc-options: -Wall