From 81305d7f39fa943254ac901bf87d806a9951a3ea Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Wed, 14 Sep 2022 16:21:48 +0100
Subject: [PATCH] string-interpolate: init at 0.3.1.2

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

diff --git a/overlay.nix b/overlay.nix
index df913be8..c813aaff 100644
--- a/overlay.nix
+++ b/overlay.nix
@@ -345,6 +345,8 @@ final: prev: with pkgs.haskell.lib; {
 
   streaming-commons = dontCheck (prev.callHackage "streaming-commons" "0.2.2.4" { });
 
+  string-interpolate = prev.callHackage "string-interpolate" "0.3.1.2" { };
+
   string-qq = doJailbreak (prev.callHackage "string-qq" "0.0.4" { });
 
   stylish-haskell = doJailbreak (prev.callHackage "stylish-haskell" "0.14.2.0" { });
-- 
GitLab