shithub: MicroHs

Download patch

ref: da4320782ee46fba4198b68cf5c359f97d5a9ec5
parent: 8df0ac52d70a20ca894d1ebc52c1a15223a232e2
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Sun Nov 26 06:37:41 EST 2023

Bump version

--- a/MicroHs.cabal
+++ b/MicroHs.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                MicroHs
-version:             0.8.2.2
+version:             0.8.3.0
 synopsis:            A compiler for a subset of Haskell
 license:             Apache-2.0
 license-file:        LICENSE
--- a/generated/mhs.c
+++ b/generated/mhs.c
@@ -6991,7 +6991,7 @@
 41,41,32,95,49,52,54,41,41,41,32,40,95,51,54,52,32,35,48,41,
 41,41,32,40,40,65,32,58,49,48,51,49,32,34,118,53,46,49,92,49,
 48,38,34,41,32,40,40,65,32,58,49,48,51,50,32,34,48,46,56,46,
-50,46,50,34,41,32,40,40,65,32,58,49,48,51,51,32,40,40,40,95,
+51,46,48,34,41,32,40,40,65,32,58,49,48,51,51,32,40,40,40,95,
 51,50,32,95,49,53,48,52,41,32,95,49,52,55,55,41,32,40,40,66,
 32,40,40,95,51,50,32,95,49,53,48,52,41,32,40,95,49,52,56,48,
 32,34,77,72,83,68,73,82,34,41,41,41,32,40,40,40,67,39,32,66,
--- a/src/MicroHs/Main.hs
+++ b/src/MicroHs/Main.hs
@@ -27,7 +27,7 @@
 combVersion = "v5.1\n"
 
 mhsVersion :: String
-mhsVersion = "0.8.2.2"
+mhsVersion = "0.8.3.0"
 
 main :: IO ()
 main = do
--