mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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
|
||||
random text time yamlLight
|
||||
];
|
||||
jailbreak = true;
|
||||
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 ];
|
||||
};
|
||||
jailbreak = true;
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user