haskell-quickcheck-instances: re-generate with cabal2nix
This commit is contained in:
parent
342fc9c207
commit
3551e2ee06
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
||||
buildDepends = [
|
||||
hashable QuickCheck text time unorderedContainers
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/aslatter/qc-instances";
|
||||
description = "Common quickcheck instances";
|
||||
@ -14,5 +15,4 @@ cabal.mkDerivation (self: {
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
||||
};
|
||||
jailbreak = true;
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user