packages feed

dbmigrations-2.0.0: programs/Moo.hs

module Main
    ( main
    )
where

import Prelude

main :: IO ()
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: dbmigrations-postgresql, \
    \dbmigrations-mysql, or dbmigrations-sqlite. These packages contain \
    \database-specific executables that replace the former moo executable from the \
    \dbmigrations package."