about summary refs log tree commit diff
path: root/haskell-overlay.nix
diff options
context:
space:
mode:
Diffstat (limited to 'haskell-overlay.nix')
-rw-r--r--haskell-overlay.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/haskell-overlay.nix b/haskell-overlay.nix
index d3775316ad36..fff1c2174179 100644
--- a/haskell-overlay.nix
+++ b/haskell-overlay.nix
@@ -29,4 +29,7 @@ in self: super: with pkgs.haskell.lib; rec {
       };
       version = "0.12.0";
     };
+
+  comonad-extras = appendPatch (markUnbroken super.comonad-extras)
+    [ ./build/update-comonad-extras.patch ];
 }