From 4d8dc4597773a8b7545ccd9786dbb332fcffc9f7 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 27 Sep 2019 14:48:29 -0400
Subject: [PATCH] cabal2nix produces unsatisfying results

---
 shell.nix | 1 -
 1 file changed, 1 deletion(-)

diff --git a/shell.nix b/shell.nix
index 6c160c4..b474e00 100644
--- a/shell.nix
+++ b/shell.nix
@@ -2,6 +2,5 @@
 pkgs.mkShell {
   buildInputs = [
     pkgs.stack
-    pkgs.cabal2nix
   ];
 }
-- 
GitLab