From 569d422736928522801deae23f14e6f1c80cccf6 Mon Sep 17 00:00:00 2001
From: Matthew Pickering <matthewtpickering@gmail.com>
Date: Tue, 11 Oct 2022 10:51:46 +0100
Subject: [PATCH] fix

---
 .gitlab-ci.yml | 2 --
 shell.nix      | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 564d37c..f7628cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,8 +15,6 @@ ci:
     - cabal update
     - cabal build -w ghc-9.2.4 ghc-debug-brick ghc-debug-common ghc-debug-convention ghc-debug-client ghc-debug-stub
     - cabal test -w ghc-9.2.4
-    - cabal build -w ghc-9.4.2 ghc-debug-brick ghc-debug-common ghc-debug-convention ghc-debug-client ghc-debug-stub
-    - cabal test -w ghc-9.4.2
 
 pages:
   script:
diff --git a/shell.nix b/shell.nix
index 91029b8..b493564 100644
--- a/shell.nix
+++ b/shell.nix
@@ -13,5 +13,5 @@ let
                            sha256 = "18n9w8l76ymrxhp9w0fwd3f5v48aqvy1mlvvs9lzgq00qms0xd0p";
                            domain = "gitlab.haskell.org"; });
 in
-  np.mkShell { buildInputs = [ ghcs.cabal-install ghcs.ghc-9_2_4 ghcs.ghc-9_4_2 ];
+  np.mkShell { buildInputs = [ ghcs.cabal-install ghcs.ghc-9_2_4 ];
               }
-- 
GitLab