shithub: MicroHs

Download patch

ref: f1929b46c2f190f72d1d89827b103bc0cc1111d0
parent: db7a9ad6cc5199594ad4a92f4ecfbe2bc615cd13
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Sat Nov 25 15:03:49 EST 2023

Add missing file.

--- a/MicroHs.cabal
+++ b/MicroHs.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                MicroHs
-version:             0.8.2.0
+version:             0.8.2.1
 synopsis:            A compiler for a subset of Haskell
 license:             Apache-2.0
 license-file:        LICENSE
@@ -24,7 +24,7 @@
       generated/mhs.c
       ghc/**/*.hs
       lib/**/*.hs
-      src/runtime/eval.c
+      src/runtime/*.c
       src/runtime/*.h
       tests/Makefile
       tests/*.hs
--