persistent 0.3.0 → 0.3.0.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~hamlet
Dependency ranges changed: hamlet
Files
- Database/Persist/GenericSql.hs +1/−1
- persistent.cabal +2/−2
Database/Persist/GenericSql.hs view
@@ -475,7 +475,7 @@ errs -> error $ concat [ "\n\nDatabase migration: manual intervention required.\n" , "The following actions are considered unsafe:\n\n"- , unlines $ map (" " ++) $ errs+ , unlines $ map (\s -> " " ++ s ++ ";") $ errs ] runMigrationUnsafe :: MonadInvertIO m
persistent.cabal view
@@ -1,5 +1,5 @@ name: persistent-version: 0.3.0+version: 0.3.0.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -19,7 +19,7 @@ transformers >= 0.2.1 && < 0.3, time >= 1.1.4 && < 1.3, text >= 0.7.1 && < 0.11,- hamlet >= 0.5 && < 0.6,+ hamlet >= 0.5 && < 0.7, web-routes-quasi >= 0.6.0 && < 0.7, containers >= 0.2 && < 0.5, parsec >= 2.1 && < 4,