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

{ cabal, shakespeare }:

cabal.mkDerivation (self: {
  pname = "shakespeare-text";
  version = "1.1.0";
  sha256 = "18ixixb9aqn630s9wblxcki1gggm4i0fj9752c55p3b42q8h86rc";
  buildDepends = [ shakespeare ];
  noHaddock = true;
  meta = {
    homepage = "http://www.yesodweb.com/book/shakespearean-templates";
    description = "Interpolation with quasi-quotation: put variables strings (deprecated)";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})