Skip to content

Commit

Permalink
mime-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Oct 18, 2010
1 parent fb5973b commit 0365e46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 129 deletions.
2 changes: 1 addition & 1 deletion Yesod/Helpers/Auth/Email.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Yesod.Helpers.Auth.Email
) where

import Yesod
import Yesod.Mail (randomString)
import Network.Mail.Mime (randomString)
import Yesod.Helpers.Auth
import System.Random
import Control.Monad (when)
Expand Down
125 changes: 0 additions & 125 deletions Yesod/Mail.hs

This file was deleted.

4 changes: 1 addition & 3 deletions yesod-auth.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ library
, data-object >= 0.3.1.3 && < 0.4
, control-monad-attempt >= 0.3.0 && < 0.4
, utf8-string >= 0.3.4 && < 0.4
, process >= 1.0 && < 1.1
, blaze-builder >= 0.1 && < 0.2
, dataenc >= 0.13 && < 0.14
, mime-mail >= 0.0 && < 0.1
exposed-modules: Yesod.Helpers.Auth
Yesod.Helpers.Auth.Email
Yesod.Helpers.Auth.Facebook
Yesod.Helpers.Auth.OpenId
Yesod.Helpers.Auth.Rpxnow
Yesod.Mail
ghc-options: -Wall

source-repository head
Expand Down

0 comments on commit 0365e46

Please sign in to comment.