haskell-shakespeare: update to version 1.0.5

This commit is contained in:
Peter Simons 2013-04-23 11:35:25 +02:00
parent d61a37871f
commit e21708320c

View File

@ -1,16 +1,13 @@
{ cabal, fetchurl, hspec, parsec, text }: { cabal, hspec, parsec, systemFileio, systemFilepath, text, time }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "shakespeare"; pname = "shakespeare";
version = "1.0.4"; version = "1.0.5";
sha256 = "0aqcgfx3y9sbp7wvjmx6rxwi4r13qrfxs9a40gc00np03bpk1hxb"; sha256 = "1dc1yg35pxh45fv20fvnlpas0svqi18h6bdalpjaqjb164s114vf";
buildDepends = [ parsec text ]; buildDepends = [ parsec systemFileio systemFilepath text time ];
testDepends = [ hspec parsec text ]; testDepends = [
patchFlags = "-p2"; hspec parsec systemFileio systemFilepath text time
patches = [ (fetchurl { url = "https://github.com/yesodweb/shakespeare/pull/102.patch"; ];
sha256 = "02fp87sw7k8zyn8kgmjg8974gi7pp5fyvb4f84i983qycmlmh8xq";
})
];
meta = { meta = {
homepage = "http://www.yesodweb.com/book/shakespearean-templates"; homepage = "http://www.yesodweb.com/book/shakespearean-templates";
description = "A toolkit for making compile-time interpolated templates"; description = "A toolkit for making compile-time interpolated templates";