packages feed

cabal2nix-2.9.3: test/golden-test-cases/strict-base-types.nix.golden

{ mkDerivation, aeson, base, bifunctors, binary, deepseq, ghc-prim
, hashable, lens, QuickCheck, stdenv, strict
}:
mkDerivation {
  pname = "strict-base-types";
  version = "0.5.0";
  sha256 = "deadbeef";
  libraryHaskellDepends = [
    aeson base bifunctors binary deepseq ghc-prim hashable lens
    QuickCheck strict
  ];
  homepage = "https://github.com/meiersi/strict-base-types";
  description = "Strict variants of the types provided in base";
  license = stdenv.lib.licenses.bsd3;
}