[package-plan] 01/01: patch skylighting to not use regex-pcre-builtin

Clint Adams clint at moszumanska.debian.org
Thu Jun 1 01:55:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository package-plan.

commit 123e377b599052aee16bde7747f92aa56156dc09
Author: Clint Adams <clint at debian.org>
Date:   Wed May 31 21:55:07 2017 -0400

    patch skylighting to not use regex-pcre-builtin
---
 patches/skylighting/0.1.1.5/series           |  1 +
 patches/skylighting/0.1.1.5/system-pcre.diff | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/patches/skylighting/0.1.1.5/series b/patches/skylighting/0.1.1.5/series
new file mode 100644
index 0000000..7998e56
--- /dev/null
+++ b/patches/skylighting/0.1.1.5/series
@@ -0,0 +1 @@
+system-pcre.diff
diff --git a/patches/skylighting/0.1.1.5/system-pcre.diff b/patches/skylighting/0.1.1.5/system-pcre.diff
new file mode 100644
index 0000000..541e019
--- /dev/null
+++ b/patches/skylighting/0.1.1.5/system-pcre.diff
@@ -0,0 +1,20 @@
+--- a/skylighting.cabal
++++ b/skylighting.cabal
+@@ -228,7 +228,7 @@
+                        mtl,
+                        text,
+                        bytestring,
+-                       regex-pcre-builtin,
++                       regex-pcre,
+                        directory,
+                        filepath,
+                        aeson,
+@@ -260,7 +260,7 @@
+                        filepath,
+                        bytestring,
+                        text,
+-                       regex-pcre-builtin,
++                       regex-pcre,
+                        safe,
+                        hxt,
+                        utf8-string,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list