{ mkDerivation, array, base, containers, lib, mtl, QuickCheck , random, syb }: mkDerivation { pname = "ChasingBottoms"; version = "1.3.1.3"; sha256 = "deadbeef"; libraryHaskellDepends = [ base containers mtl QuickCheck random syb ]; testHaskellDepends = [ array base containers mtl QuickCheck random syb ]; description = "For testing partial and infinite values"; license = lib.licenses.mit; }