nixpkgs/pkgs/development/libraries/haskell/quickcheck-instances/default.nix

21 lines
669 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, hashable, QuickCheck, text, time, unorderedContainers }:
cabal.mkDerivation (self: {
pname = "quickcheck-instances";
version = "0.3.9";
sha256 = "1a0mbd1kga4qnamp80x2g4avjwcy8z0zrriqxdhb1525wyyb0656";
buildDepends = [
hashable QuickCheck text time unorderedContainers
];
jailbreak = true;
meta = {
homepage = "https://github.com/aslatter/qc-instances";
description = "Common quickcheck instances";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
};
})