haskell-shakespeare: patch to fix build with GHC 7.0.4
This commit is contained in:
parent
b6e3a8dd08
commit
0345b1df70
@ -1,4 +1,4 @@
|
|||||||
{ cabal, hspec, parsec, text }:
|
{ cabal, fetchurl, hspec, parsec, text }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "shakespeare";
|
pname = "shakespeare";
|
||||||
@ -6,6 +6,11 @@ cabal.mkDerivation (self: {
|
|||||||
sha256 = "0aqcgfx3y9sbp7wvjmx6rxwi4r13qrfxs9a40gc00np03bpk1hxb";
|
sha256 = "0aqcgfx3y9sbp7wvjmx6rxwi4r13qrfxs9a40gc00np03bpk1hxb";
|
||||||
buildDepends = [ parsec text ];
|
buildDepends = [ parsec text ];
|
||||||
testDepends = [ hspec parsec text ];
|
testDepends = [ hspec parsec text ];
|
||||||
|
patchFlags = "-p2";
|
||||||
|
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user