mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-regex-compat-tdfa: update to version 0.95.1.4
This commit is contained in:
parent
304b837c41
commit
d2f719644b
1 changed files with 2 additions and 3 deletions
|
@ -2,10 +2,9 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "regex-compat-tdfa";
|
||||
version = "0.95.1.3";
|
||||
sha256 = "0wl5sqbb3rl5dai3qni8w09wlipc4n1mn9kh5zgb9xl0lcd59pjx";
|
||||
version = "0.95.1.4";
|
||||
sha256 = "1p90fn90yhp7fvljjdqjp41cszidcfz4pw7fwvzyx4739b98x8sg";
|
||||
buildDepends = [ regexBase regexTdfa ];
|
||||
patchPhase = "find . -type f -exec touch {} ';'";
|
||||
meta = {
|
||||
homepage = "http://hub.darcs.net/shelarcy/regex-compat-tdfa";
|
||||
description = "Unicode Support version of Text.Regex, using regex-tdfa";
|
||||
|
|
Loading…
Reference in a new issue