summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/shakespeare/default.nix
blob: 5c6b804810dfd9c905c2b5de27b5d9b847f926d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, aeson, blazeHtml, blazeMarkup, exceptions, hspec, HUnit
, parsec, systemFileio, systemFilepath, text, time, transformers
}:

cabal.mkDerivation (self: {
  pname = "shakespeare";
  version = "2.0.2.1";
  sha256 = "1s73nlkccfg3wl0qfx6f7q3afiakdhzh5xksnfhsg5hjhx80qhza";
  buildDepends = [
    aeson blazeHtml blazeMarkup exceptions parsec systemFileio
    systemFilepath text time transformers
  ];
  testDepends = [
    aeson blazeHtml blazeMarkup exceptions hspec HUnit parsec
    systemFileio systemFilepath text time transformers
  ];
  meta = {
    homepage = "http://www.yesodweb.com/book/shakespearean-templates";
    description = "A toolkit for making compile-time interpolated templates";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})