haskell-regex-compat-tdfa: update to version 0.95.1.4
This commit is contained in:
parent
304b837c41
commit
d2f719644b
@ -2,10 +2,9 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "regex-compat-tdfa";
|
pname = "regex-compat-tdfa";
|
||||||
version = "0.95.1.3";
|
version = "0.95.1.4";
|
||||||
sha256 = "0wl5sqbb3rl5dai3qni8w09wlipc4n1mn9kh5zgb9xl0lcd59pjx";
|
sha256 = "1p90fn90yhp7fvljjdqjp41cszidcfz4pw7fwvzyx4739b98x8sg";
|
||||||
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user