From 7ec394bd2c5dabeae3880229e416018e9debba7e Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Thu, 8 Sep 2022 19:28:30 +0100
Subject: [PATCH] rebase: init at 1.16

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

diff --git a/overlay.nix b/overlay.nix
index e992e964..d1b1a719 100644
--- a/overlay.nix
+++ b/overlay.nix
@@ -255,6 +255,8 @@ final: prev: with pkgs.haskell.lib; {
 
   quickcheck-instances = doJailbreak (prev.callHackage "quickcheck-instances" "0.3.28" { });
 
+  rebase = doJailbreak (prev.callHackage "rebase" "1.16" { });
+
   retry = dontCheck (prev.callHackage "retry" "0.9.3.0" { });
 
   scientific = prev.callHackage "scientific" "0.3.7.0" { };
-- 
GitLab