From f3c8d4f01853bfdf177444ac7688480a4bc300ec Mon Sep 17 00:00:00 2001 From: Jezen Thomas Date: Thu, 13 Feb 2025 14:13:40 +0700 Subject: [PATCH] Remove ghc-prim This dependency was conditional on GHC 7.6 or earlier, which is now ancient. We can just remove it. --- keter.cabal | 3 --- 1 file changed, 3 deletions(-) diff --git a/keter.cabal b/keter.cabal index aaf4ed0..ae789fd 100644 --- a/keter.cabal +++ b/keter.cabal @@ -76,9 +76,6 @@ library , yaml >=0.8.4 && <0.12 , zlib >=0.6.2 && <0.7 || ^>=0.7.0 - if impl(ghc <7.6) - build-depends: ghc-prim - exposed-modules: Keter.App Keter.AppManager