From 00b2e4ab4b4328f5d137d6088fe9be65a743db8e Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Mon, 7 Nov 2022 21:56:24 +0000
Subject: [PATCH] Cabal, Cabal-syntax: don't null in configuration

---
 configuration-ghc-9.4.x.nix | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configuration-ghc-9.4.x.nix b/configuration-ghc-9.4.x.nix
index 6b78a528..8fdc7631 100644
--- a/configuration-ghc-9.4.x.nix
+++ b/configuration-ghc-9.4.x.nix
@@ -13,8 +13,6 @@ self: super: {
   base = null;
   binary = null;
   bytestring = null;
-  Cabal = null;
-  Cabal-syntax = null;
   containers = null;
   deepseq = null;
   directory = null;
-- 
GitLab