Newer
Older
{ mkDerivation, QuickCheck, base, deepseq, fetchzip, lib
, mono-traversable, primitive, tasty, tasty-bench, tasty-quickcheck
, vector
}:
mkDerivation {
pname = "word-array";
Daniel Firth
committed
version = "1.1.0.0";
url = "https://chap.intersectmbo.org/package/word-array-1.1.0.0.tar.gz";
sha256 = "0afl8mrwrbl393y564d3gn6kh4xjhqs3cwczb4l606bxzj0a88n4";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
Daniel Firth
committed
libraryHaskellDepends = [ base deepseq mono-traversable ];
base mono-traversable QuickCheck tasty tasty-quickcheck vector
];
benchmarkHaskellDepends = [ base primitive tasty-bench ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
hyperlinkSource = false;
homepage = "https://github.com/plutus";
license = lib.licenses.asl20;