haskell-regex-compat-tdfa: work around broken release tarball on Hackage

This commit is contained in:
Peter Simons 2013-10-03 17:55:28 +02:00
parent da17bd1352
commit be67ab572c

View File

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "0.95.1.3"; version = "0.95.1.3";
sha256 = "0wl5sqbb3rl5dai3qni8w09wlipc4n1mn9kh5zgb9xl0lcd59pjx"; sha256 = "0wl5sqbb3rl5dai3qni8w09wlipc4n1mn9kh5zgb9xl0lcd59pjx";
buildDepends = [ regexBase regexTdfa ]; buildDepends = [ regexBase regexTdfa ];
patchPhase = "find . -type f -exec touch {} ';'";
meta = { meta = {
homepage = "http://hub.darcs.net/shelarcy/regex-compat-tdfa"; homepage = "http://hub.darcs.net/shelarcy/regex-compat-tdfa";
description = "Unicode Support version of Text.Regex, using regex-tdfa"; description = "Unicode Support version of Text.Regex, using regex-tdfa";