haskell-dbmigrations: update to version 0.7
This commit is contained in:
parent
4fed76e19a
commit
e964dbf4d4
@ -12,11 +12,11 @@ cabal.mkDerivation (self: {
|
|||||||
configurator fgl filepath HDBC HDBCPostgresql HDBCSqlite3 HUnit mtl
|
configurator fgl filepath HDBC HDBCPostgresql HDBCSqlite3 HUnit mtl
|
||||||
random text time yamlLight
|
random text time yamlLight
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "An implementation of relational database \"migrations\"";
|
description = "An implementation of relational database \"migrations\"";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
||||||
};
|
};
|
||||||
jailbreak = true;
|
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user