about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2017-12-21 11:08:46 -0500
committerPeter Simons <simons@cryp.to>2017-12-26 11:36:28 +0100
commit48c4901a7afdb4f4b183a1711cec6acd58390495 (patch)
treef58c2f3f6078f88cf3243fdf1f3cfe53796a340e /pkgs/development/haskell-modules
parent052fdc94276507cb4247fc8c1a8257f990851afc (diff)
downloadnixlib-48c4901a7afdb4f4b183a1711cec6acd58390495.tar
nixlib-48c4901a7afdb4f4b183a1711cec6acd58390495.tar.gz
nixlib-48c4901a7afdb4f4b183a1711cec6acd58390495.tar.bz2
nixlib-48c4901a7afdb4f4b183a1711cec6acd58390495.tar.lz
nixlib-48c4901a7afdb4f4b183a1711cec6acd58390495.tar.xz
nixlib-48c4901a7afdb4f4b183a1711cec6acd58390495.tar.zst
nixlib-48c4901a7afdb4f4b183a1711cec6acd58390495.zip
taggy: remove patch
The newly released 0.2.1 includes it.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 58de439d839c..218d4a140ec5 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -905,13 +905,6 @@ self: super: {
   # https://github.com/takano-akio/filelock/issues/5
   filelock = dontCheck super.filelock;
 
-  # https://github.com/alpmestan/taggy/issues/{19,20}
-  taggy = appendPatch super.taggy (pkgs.fetchpatch {
-    name = "blaze-markup.patch";
-    url = "https://github.com/alpmestan/taggy/commit/5456c2fa4d377f7802ec5df3d5f50c4ccab2e8ed.patch";
-    sha256 = "1vss7b99zrhw3r29krl1b60r4qk0m2mpwmrz8q8zdxrh33hb8pd7";
-  });
-
   # cryptol-2.5.0 doesn't want happy 1.19.6+.
   cryptol = super.cryptol.override { happy = self.happy_1_19_5; };