about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/happstack/happstack-hamlet.nix
blob: e81235cf0979ba101b5f2e94d737f368f3b8a2f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, happstackServer, shakespeare, text }:

cabal.mkDerivation (self: {
  pname = "happstack-hamlet";
  version = "7.0.4";
  sha256 = "1l12gyyqzblb9psk6692r9xw640jxzyxqldfyg2yrzz8y0zi649a";
  buildDepends = [ happstackServer shakespeare text ];
  meta = {
    homepage = "http://www.happstack.com/";
    description = "Support for Hamlet HTML templates in Happstack";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})