shithub: MicroHs

Download patch

ref: c4bc15be02e492734c3acb0db1c00fbce841a13e
parent: 9b670ad5de381070da9f914319d725c355b3a056
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Sat Feb 10 14:12:54 EST 2024

Fix complaint

--- a/MicroHs.cabal
+++ b/MicroHs.cabal
@@ -75,6 +75,7 @@
                        PrimTable
                        System.IO.MD5
                        Paths_MicroHs
+  autogen-modules:     Paths_MicroHs
   build-depends:       base         >= 4.10 && < 4.20,
                        containers   >= 0.5 && < 0.8,
                        deepseq      >= 1.1 && < 1.6,
--