From d93316c2ad6ee8255c56cd9658a7c10264917a3c Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Fri, 7 Oct 2022 12:02:01 +0100
Subject: [PATCH] text-zipper: init at 0.12

---
 overlay.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/overlay.nix b/overlay.nix
index 941be029..6f35931d 100644
--- a/overlay.nix
+++ b/overlay.nix
@@ -387,6 +387,8 @@ final: prev: with pkgs.haskell.lib; {
 
   tasty-wai = doJailbreak (prev.callHackage "tasty-wai" "0.1.2.0" { });
 
+  text-zipper = prev.callHackage "text-zipper" "0.12" { };
+
   these = doJailbreak (prev.callHackage "these" "1.1.1.1" { });
 
   th-extras = doJailbreak (prev.callHackage "th-extras" "0.0.0.6" { });
-- 
GitLab