packages feed

cabal2nix-2.9.3: test/golden-test-cases/tuples-homogenous-h98.nix.golden

{ mkDerivation, base, stdenv }:
mkDerivation {
  pname = "tuples-homogenous-h98";
  version = "0.1.1.0";
  sha256 = "deadbeef";
  libraryHaskellDepends = [ base ];
  homepage = "https://github.com/ppetr/tuples-homogenous-h98";
  description = "Wrappers for n-ary tuples with Traversable and Applicative/Monad instances";
  license = stdenv.lib.licenses.bsd3;
}