shithub: MicroHs

Download patch

ref: 706658c30b47dec721cbb955f33cb766342c7694
parent: 6b608927ecf00942c7182df14636237dddcd45cc
author: Lennart Augustsson <lennart@augustsson.net>
date: Thu Jan 2 06:16:17 EST 2025

Bump version

--- a/Makefile
+++ b/Makefile
@@ -213,8 +213,8 @@
 
 ######
 
-VERSION=0.11.1.3
-HVERSION=0,11,1,3
+VERSION=0.11.1.4
+HVERSION=0,11,1,4
 MCABAL=$(HOME)/.mcabal
 MCABALMHS=$(MCABAL)/mhs-$(VERSION)
 MDATA=$(MCABALMHS)/packages/mhs-$(VERSION)/data
--- a/MicroHs.cabal
+++ b/MicroHs.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                MicroHs
-version:             0.11.1.3
+version:             0.11.1.4
                      -- *** When changing the version number, also
                      -- *** run 'sh updateversion.sh'
                      -- *** Yeah, it stinks.
--- a/lib/libs.cabal
+++ b/lib/libs.cabal
@@ -1,6 +1,6 @@
 cabal-version:  3.0
 name:           libs
-version:        0.11.1.3
+version:        0.11.1.4
 license:        Apache
 license-file:   LICENSE
 maintainer:     lennart@augustsson.net
--- a/paths/Paths_MicroHs.hs
+++ b/paths/Paths_MicroHs.hs
@@ -10,4 +10,4 @@
 getDataDir = return "."
 
 version :: Version
-version = makeVersion [0,11,1,3]
+version = makeVersion [0,11,1,4]