mallard 0.6.0.2 → 0.6.0.3
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- app/Mallard.hs +1/−1
- mallard.cabal +1/−1
app/Mallard.hs view
@@ -65,7 +65,7 @@ opts = info (appOptionsParser <**> helper) ( fullDesc <> progDesc "Apply migrations to a database server."- <> header "migrator - applies PSQL database migrations." )+ <> header "mallard - applies SQL database migrations." ) parseRelOrAbsDir :: (MonadThrow m, MonadCatch m, MonadIO m) => FilePath -> m (Path Abs Dir) parseRelOrAbsDir file = parseAbsDir file `catch` (\(_::PathParseException) -> makeAbsolute =<< parseRelDir file)
mallard.cabal view
@@ -1,5 +1,5 @@ name: mallard-version: 0.6.0.2+version: 0.6.0.3 synopsis: Database migration and testing as a library. description: Please see README.md homepage: https://github.com/AndrewRademacher/mallard