cabal2nix-2.16.0: test/golden-test-cases/FenwickTree.nix.golden
{ mkDerivation, base, lib, QuickCheck, template-haskell }:
mkDerivation {
pname = "FenwickTree";
version = "0.1.2.1";
sha256 = "deadbeef";
enableSeparateDataOutput = true;
libraryHaskellDepends = [ base QuickCheck template-haskell ];
testHaskellDepends = [ base QuickCheck template-haskell ];
homepage = "https://github.com/mgajda/FenwickTree";
description = "Data structure for fast query and update of cumulative sums";
license = lib.licenses.bsd3;
}