haskell-regex-compat-tdfa: update to version 0.95.1.3

This commit is contained in:
Peter Simons 2013-09-28 10:48:09 +02:00
parent a3c6d6968b
commit e003eeac66

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "regex-compat-tdfa";
version = "0.95.1.2";
sha256 = "0b7pp5xq4ybgji5shz5v1a91y6wwzila3vjiyq4nma0xj3njy802";
version = "0.95.1.3";
sha256 = "0wl5sqbb3rl5dai3qni8w09wlipc4n1mn9kh5zgb9xl0lcd59pjx";
buildDepends = [ regexBase regexTdfa ];
meta = {
homepage = "http://hub.darcs.net/shelarcy/regex-compat-tdfa";