mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-quickcheck-instances: re-generate with cabal2nix
This commit is contained in:
parent
342fc9c207
commit
3551e2ee06
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue