persistent 0.6

This commit is contained in:
Michael Snoyman 2011-07-19 08:51:58 +03:00
parent daeff8b012
commit c566eafb34
2 changed files with 6 additions and 5 deletions

View File

@ -5,6 +5,7 @@
{-# LANGUAGE CPP #-} {-# LANGUAGE CPP #-}
{-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE GADTs #-}
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- | -- |
-- Module : Yesod.Auth.HashDB -- Module : Yesod.Auth.HashDB

View File

@ -1,5 +1,5 @@
name: yesod-auth name: yesod-auth
version: 0.6.1 version: 0.7.0
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin author: Michael Snoyman, Patrick Brisbin
@ -31,14 +31,14 @@ library
, text >= 0.7 && < 0.12 , text >= 0.7 && < 0.12
, mime-mail >= 0.3 && < 0.4 , mime-mail >= 0.3 && < 0.4
, blaze-html >= 0.4 && < 0.5 , blaze-html >= 0.4 && < 0.5
, yesod-persistent >= 0.1 && < 0.2 , yesod-persistent >= 0.2 && < 0.3
, hamlet >= 0.8.1 && < 0.9 , hamlet >= 0.8.1 && < 0.9
, yesod-json >= 0.1 && < 0.2 , yesod-json >= 0.1 && < 0.2
, containers >= 0.2 && < 0.5 , containers >= 0.2 && < 0.5
, yesod-form >= 0.2 && < 0.3 , yesod-form >= 0.3 && < 0.4
, transformers >= 0.2 && < 0.3 , transformers >= 0.2 && < 0.3
, persistent >= 0.5 && < 0.6 , persistent >= 0.6 && < 0.7
, persistent-template >= 0.5 && < 0.6 , persistent-template >= 0.6 && < 0.7
, SHA >= 1.4.1.3 && < 1.5 , SHA >= 1.4.1.3 && < 1.5
, http-enumerator >= 0.6 && < 0.7 , http-enumerator >= 0.6 && < 0.7
, aeson >= 0.3.2.2 && < 0.4 , aeson >= 0.3.2.2 && < 0.4