summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorobadz <dav-github@odav.org>2015-08-05 20:54:43 +0100
committerobadz <dav-github@odav.org>2015-08-06 11:14:06 +0100
commit64befd0cb3290310c1ea2659d9c7af59454f9987 (patch)
tree54aed42aebc23d1d60be06881062357b6e6bf9e6 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent5632ab7b24af33e081e77191b108796e0a80b781 (diff)
downloadnixlib-64befd0cb3290310c1ea2659d9c7af59454f9987.tar
nixlib-64befd0cb3290310c1ea2659d9c7af59454f9987.tar.gz
nixlib-64befd0cb3290310c1ea2659d9c7af59454f9987.tar.bz2
nixlib-64befd0cb3290310c1ea2659d9c7af59454f9987.tar.lz
nixlib-64befd0cb3290310c1ea2659d9c7af59454f9987.tar.xz
nixlib-64befd0cb3290310c1ea2659d9c7af59454f9987.tar.zst
nixlib-64befd0cb3290310c1ea2659d9c7af59454f9987.zip
haskell/regex-tdfa-text: add patch to fix build
http://hub.darcs.net/shelarcy/regex-tdfa-text/issue/1
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index cd06bf0f2645..5ae71325a9f4 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -219,6 +219,9 @@ self: super: {
   seqid-streams_0_1_0 = markBroken super.seqid-streams_0_1_0;
   vector_0_10_9_3 = markBroken super.vector_0_10_9_3;
 
+  # http://hub.darcs.net/shelarcy/regex-tdfa-text/issue/1 -- upstream seems to be asleep
+  regex-tdfa-text = appendPatch super.regex-tdfa-text ./patches/regex-tdfa-text.patch;
+
   # https://github.com/HugoDaniel/RFC3339/issues/14
   timerep = dontCheck super.timerep;