From 1ad0e1ba182f913215615ce07f4ace66a2e59de4 Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Sun, 4 Sep 2022 12:35:46 +0100
Subject: [PATCH] Update all-cabal-hashes

---
 flake.lock | 6 +++---
 flake.nix  | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/flake.lock b/flake.lock
index b6e93c4e..201c7e2c 100644
--- a/flake.lock
+++ b/flake.lock
@@ -3,11 +3,11 @@
     "all-cabal-hashes": {
       "flake": false,
       "locked": {
-        "lastModified": 1662285362,
-        "narHash": "sha256-g/IZZ7AT1ARv3o3mnnVKBHHRsI55bNMmd+Ax8kZ8fQg=",
+        "lastModified": 1662289495,
+        "narHash": "sha256-5QtQj6yxrFXqEHXTm01OyXPQ+esRKULnzWOupVFx09o=",
         "owner": "commercialhaskell",
         "repo": "all-cabal-hashes",
-        "rev": "fc7a6bfbfb1b33192e82e6cdfaa2e7b39e34961d",
+        "rev": "b3b743bf567efb25e9dd2d47d3c83bc6866eae4f",
         "type": "github"
       },
       "original": {
diff --git a/flake.nix b/flake.nix
index b8b70d3a..50c4c433 100644
--- a/flake.nix
+++ b/flake.nix
@@ -87,7 +87,7 @@
         checks = {
           nixpkgs-fmt = lint-utils.outputs.linters.x86_64-linux.nixpkgs-fmt ./.;
         };
-        overrides = overrides-hp;
+        overrides.ghc941 = overrides-hp;
         packages = hp';
       });
 }
-- 
GitLab