From 91855f552c028881ec2b273d787e8cbe28cd0388 Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Tue, 8 Nov 2022 13:09:55 +0000
Subject: [PATCH] denullify parsec in compilerConfig

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

diff --git a/configuration-ghc-9.4.x.nix b/configuration-ghc-9.4.x.nix
index 8fdc7631..01d66cab 100644
--- a/configuration-ghc-9.4.x.nix
+++ b/configuration-ghc-9.4.x.nix
@@ -30,7 +30,6 @@ self: super: {
   integer-gmp = null;
   libiserv = null;
   mtl = null;
-  parsec = null;
   pretty = null;
   process = null;
   rts = null;
-- 
GitLab