haskell-opaleye: re-generate expression with cabal2nix
This commit is contained in:
@@ -15,6 +15,8 @@ cabal.mkDerivation (self: {
|
|||||||
testDepends = [
|
testDepends = [
|
||||||
postgresqlSimple productProfunctors profunctors time
|
postgresqlSimple productProfunctors profunctors time
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/tomjaguarpaw/haskell-opaleye";
|
homepage = "https://github.com/tomjaguarpaw/haskell-opaleye";
|
||||||
description = "An SQL-generating DSL targeting PostgreSQL";
|
description = "An SQL-generating DSL targeting PostgreSQL";
|
||||||
@@ -22,6 +24,4 @@ cabal.mkDerivation (self: {
|
|||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||||
};
|
};
|
||||||
jailbreak = true;
|
|
||||||
doCheck = false;
|
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user