shithub: MicroHs

Download patch

ref: c0a4f95556ccbc896a5505a19932e229f4f41903
parent: 09564dfae43b6113f68b35f57b72a9c1c74a401f
author: Lennart Augustsson <lennart@augustsson.net>
date: Tue Apr 9 10:47:06 EDT 2024

Make dependencies ghc only

--- a/MicroHs.cabal
+++ b/MicroHs.cabal
@@ -85,7 +85,8 @@
                        System.Compress
                        Paths_MicroHs
   autogen-modules:     Paths_MicroHs
-  build-depends:       base         >= 4.10 && < 4.20,
+  if impl(ghc)
+    build-depends:     base         >= 4.10 && < 4.20,
                        containers   >= 0.5 && < 0.8,
                        deepseq      >= 1.1 && < 1.6,
                        ghc-prim     >= 0.5 && < 0.12,
--