diff options
Diffstat (limited to 'haskell-overlay.nix')
-rw-r--r-- | haskell-overlay.nix | 3 |
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 ]; } |