18 lines
539 B
Nix
18 lines
539 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, mtl, QuickCheck, random, syb }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "ChasingBottoms";
|
|
version = "1.3.0.8";
|
|
sha256 = "1f6jg4j17s3y7hcz9gp7cffa77p57xgzv15ng5ypcxpq603721dv";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [ mtl QuickCheck random syb ];
|
|
jailbreak = true;
|
|
meta = {
|
|
description = "For testing partial and infinite values";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|