cabal2nix-2.9.3: test/golden-test-cases/happstack-hsp.nix.golden
{ mkDerivation, base, bytestring, happstack-server, harp, hsp
, hsx2hs, mtl, stdenv, syb, text, utf8-string
}:
mkDerivation {
pname = "happstack-hsp";
version = "7.3.7.3";
sha256 = "deadbeef";
libraryHaskellDepends = [
base bytestring happstack-server harp hsp hsx2hs mtl syb text
utf8-string
];
homepage = "http://www.happstack.com/";
description = "Support for using HSP templates in Happstack";
license = stdenv.lib.licenses.bsd3;
}