From f3082f14376a5edde9377f5012b888abee282dda Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Sun, 19 Mar 2023 22:07:48 +0000
Subject: [PATCH] microstache: 1.0.2.2 -> 1.0.2.3

---
 pkgs/microstache.nix | 52 ++++++++++----------------------------------
 1 file changed, 12 insertions(+), 40 deletions(-)

diff --git a/pkgs/microstache.nix b/pkgs/microstache.nix
index 971c5ffc..0118ab0d 100644
--- a/pkgs/microstache.nix
+++ b/pkgs/microstache.nix
@@ -1,51 +1,23 @@
-{ mkDerivation
-, aeson
-, base
-, base-orphans
-, bytestring
-, containers
-, deepseq
-, directory
-, filepath
-, lib
-, parsec
-, tasty
-, tasty-hunit
-, text
-, transformers
-, unordered-containers
-, vector
+{ mkDerivation, aeson, base, base-orphans, bytestring, containers
+, deepseq, directory, filepath, lib, parsec, tasty, tasty-hunit
+, text, transformers, unordered-containers, vector
 }:
 mkDerivation {
   pname = "microstache";
-  version = "1.0.2.2";
-  sha256 = "f0a1dbef45a137e1af0e29ea4b9585788217cc1c6f1db7d68a4f659916dd36ac";
+  version = "1.0.2.3";
+  sha256 = "df7a13175783603bfb095e7a5eda9a24eec7d5fd490946d107ad578bb436d29a";
+  revision = "1";
+  editedCabalFile = "04chnz0dcf30a5x90kwqdiad1qbyimmiqgbm38b6m3w72k408hfi";
   isLibrary = true;
   isExecutable = false;
   enableSeparateDataOutput = false;
   libraryHaskellDepends = [
-    aeson
-    base
-    containers
-    deepseq
-    directory
-    filepath
-    parsec
-    text
-    transformers
-    unordered-containers
-    vector
+    aeson base containers deepseq directory filepath parsec text
+    transformers unordered-containers vector
   ];
   testHaskellDepends = [
-    aeson
-    base
-    base-orphans
-    bytestring
-    containers
-    parsec
-    tasty
-    tasty-hunit
-    text
+    aeson base base-orphans bytestring containers parsec tasty
+    tasty-hunit text
   ];
   enableLibraryProfiling = true;
   enableExecutableProfiling = true;
@@ -58,4 +30,4 @@ mkDerivation {
   description = "Mustache templates for Haskell";
   license = lib.licenses.bsd3;
   broken = false;
-}
+}
\ No newline at end of file
-- 
GitLab