shithub: MicroHs

Download patch

ref: 20490c2ef5e639ba6034a47a03d0ca8bca16404f
parent: 27165dac44e115db691d938428cefecc19226791
author: Lennart Augustsson <lennart@augustsson.net>
date: Sun Mar 24 20:15:11 EDT 2024

Bump version.

--- a/MicroHs.cabal
+++ b/MicroHs.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                MicroHs
-version:             0.9.7.0
+version:             0.9.8.0
 synopsis:            A compiler for Haskell
 license:             Apache-2.0
 license-file:        LICENSE
--- a/src/MicroHs/Main.hs
+++ b/src/MicroHs/Main.hs
@@ -24,7 +24,7 @@
 import MicroHs.Instances(getMhsDir) -- for GHC
 
 mhsVersion :: String
-mhsVersion = "0.9.7.0"
+mhsVersion = "0.9.8.0"
 
 main :: IO ()
 main = do
--