summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-08-26 22:29:56 +0200
committerPeter Simons <simons@cryp.to>2015-08-27 12:45:20 +0200
commita9ec286d99e8800e9709e8921b934efc88e1a8cf (patch)
treea79183aab6c6bed20b2dd06666bba1e4b87fea9a /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parentd9baa13d2a9c18bede6df64d2219edd28a1616c8 (diff)
downloadnixpkgs-a9ec286d99e8800e9709e8921b934efc88e1a8cf.tar
nixpkgs-a9ec286d99e8800e9709e8921b934efc88e1a8cf.tar.gz
nixpkgs-a9ec286d99e8800e9709e8921b934efc88e1a8cf.tar.bz2
nixpkgs-a9ec286d99e8800e9709e8921b934efc88e1a8cf.tar.lz
nixpkgs-a9ec286d99e8800e9709e8921b934efc88e1a8cf.tar.xz
nixpkgs-a9ec286d99e8800e9709e8921b934efc88e1a8cf.tar.zst
nixpkgs-a9ec286d99e8800e9709e8921b934efc88e1a8cf.zip
haskell-regex-tdfa-text has been fixed upstream.
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, 0 insertions, 3 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 c61b9c26211..04205825ef2 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -221,9 +221,6 @@ self: super: {
   vector_0_10_9_2 = markBroken super.vector_0_10_9_2;
   hoopl_3_10_2_0 = markBroken super.hoopl_3_10_2_0;
 
-  # 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;