From ab955622ac9501974b3c3aadb7a0fe9b094d9b9a Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Sat, 22 Oct 2016 12:33:14 -0700 Subject: [PATCH] Update placeholder moo error message --- programs/Moo.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/programs/Moo.hs b/programs/Moo.hs index f95144f..3e4d7b9 100644 --- a/programs/Moo.hs +++ b/programs/Moo.hs @@ -10,9 +10,8 @@ main = do error $ "This package (dbmigrations) does no longer contain the executable to \ \create, apply or revert database migrations. Please install the specific \ - \wrapper-package for your database, that is, dbmigrations-postgresql, \ + \wrapper package for your database: dbmigrations-postgresql, \ \dbmigrations-mysql, or dbmigrations-sqlite. These packages contain \ - \database specific executables (moo-postgresql, moo-mysql and moo-sqlite \ - \respectively) that replace the former moo executable from the \ + \database-specific executables that replace the former moo executable from the \ \dbmigrations package."