2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-11 22:11:15 +00:00
|
|
|
{ cabal, configurator, fgl, filepath, HDBC, HDBCPostgresql
|
|
|
|
, HDBCSqlite3, HUnit, mtl, random, text, time, yamlLight
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "dbmigrations";
|
2014-06-09 08:25:00 +01:00
|
|
|
version = "0.8";
|
|
|
|
sha256 = "0m1zvc61y0n7p66iwsb8wzwgivxnc08cm1h3xvf1jnwrv294dwch";
|
2014-01-11 22:11:15 +00:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
|
|
|
configurator fgl filepath HDBC HDBCPostgresql HDBCSqlite3 HUnit mtl
|
|
|
|
random text time yamlLight
|
|
|
|
];
|
2014-03-20 19:55:03 +00:00
|
|
|
jailbreak = true;
|
2014-01-11 22:11:15 +00:00
|
|
|
meta = {
|
|
|
|
description = "An implementation of relational database \"migrations\"";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
|
|
|
};
|
|
|
|
})
|