ref: 768efceb3ea9483a1c888b70aa54db83819d7eda
parent: 895f767258f28ceddd3fcb87bce84ad98acb565a
author: Lennart Augustsson <lennart@augustsson.net>
date: Wed Jun 12 20:39:13 EDT 2024
Update MicroHs.cabal
--- a/MicroHs.cabal
+++ b/MicroHs.cabal
@@ -86,7 +86,7 @@
autogen-modules: Paths_MicroHs
if impl(ghc)
hs-source-dirs: ghc src
- build-depends: base >= 4.10 && < 4.20,
+ build-depends: base >= 4.10 && < 4.22,
containers >= 0.5 && < 0.8,
deepseq >= 1.1 && < 1.6,
ghc-prim >= 0.5 && < 0.12,
--
⑨