Newer
Older
{ mkDerivation, base, bifunctors, bytestring, comonad, containers
, contravariant, deepseq, dlist, either, groups, hashable
, invariant, lib, mtl, profunctors, scientific, selective
, semigroupoids, stm, text, time, time-compat, transformers
, unordered-containers, uuid-types, vector, vector-instances, void
}:
mkDerivation {
pname = "rebase";
version = "1.21.1";
sha256 = "c5967b3ace8da2e90f5a39293d2557046943423edf9ce2252918933f5c2b219a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
base bifunctors bytestring comonad containers contravariant deepseq
dlist either groups hashable invariant mtl profunctors scientific
selective semigroupoids stm text time time-compat transformers
unordered-containers uuid-types vector vector-instances void
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/nikita-volkov/rebase";
description = "A more progressive alternative to the \"base\" package";
license = lib.licenses.mit;
broken = false;
}