From 9c8dd98b3d067eb84bdeb2c6dfb99ca48b62ce9e Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Wed, 18 Apr 2018 09:00:46 -0400 Subject: [PATCH] Fixup example --- example/Main.hs | 1 - package.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/example/Main.hs b/example/Main.hs index 6250682..5462acb 100644 --- a/example/Main.hs +++ b/example/Main.hs @@ -78,7 +78,6 @@ instance YesodAuth App where return $ Authenticated "1" - authHttpManager = appHttpManager authPlugins = appAuthPlugins instance RenderMessage App FormMessage where diff --git a/package.yaml b/package.yaml index d0d4650..a633a8b 100644 --- a/package.yaml +++ b/package.yaml @@ -29,7 +29,6 @@ library: - random - safe-exceptions - text >=0.7 && <2.0 - - transformers >=0.2.2 && <0.6 - uri-bytestring - yesod-auth >=1.6.0 && <1.7 - yesod-core >=1.6.0 && <1.7