From 3636e68fdd026a4c87e0faa31b1d27b7f8cab31d Mon Sep 17 00:00:00 2001 From: Atze Dijkstra Date: Tue, 20 Jan 2015 12:51:33 +0100 Subject: [PATCH] version bump (1.1.8.5) --- EHC/VERSION | 2 +- EHC/changelog.md | 7 ++++++- EHC/src/ehc/files2.mk | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/EHC/VERSION b/EHC/VERSION index b94ad475d..0ba72a5ac 100644 --- a/EHC/VERSION +++ b/EHC/VERSION @@ -1 +1 @@ -1.1.8.4 +1.1.8.5 diff --git a/EHC/changelog.md b/EHC/changelog.md index 8fc3da06c..b7ab46461 100644 --- a/EHC/changelog.md +++ b/EHC/changelog.md @@ -1,9 +1,14 @@ # Changelog -## 1.1.8.4 - +## 1.1.8.5 - +## 1.1.8.4 - 20150120 + +- [corerun] Fix for module references during module setup (came up during CCO) +- [corerun] work on FFI bindings + ## 1.1.8.3 - 20141226 - [corerun, api] Changes required for CCO. diff --git a/EHC/src/ehc/files2.mk b/EHC/src/ehc/files2.mk index 4bebe0e3d..b5a368426 100644 --- a/EHC/src/ehc/files2.mk +++ b/EHC/src/ehc/files2.mk @@ -221,7 +221,7 @@ uhc-light-cabal-dist: # $(EHC_HS_ALL_DRV_HS_NO_MAIN) $(EHC_HS_MAIN_DRV_HS) , $(CABAL_EHCLIB_DEPENDS_ON) \ , $(CABAL_EHCLIB_EXTENSIONS) \ , Part of UHC packaged as cabal/hackage installable library \ - , A 'light' variant of UHC including only an API and an executable for compiling to Core representation. This version is just to test the infrastructure. Later versions will provide a fleshing out of the API and completion of the now rudimentary platform independent (Haskell) interpreted running etc.. \ + , A 'light' variant of UHC including only an API and executables for compiling to Core representation ($(UHCLIGHT_EXEC_NAME)) and running CoreRun ($(UHCRUN_EXEC_NAME)). This version is just to test the infrastructure. Later versions will provide a fleshing out of the API and completion of the now rudimentary platform independent (Haskell) interpreted running etc.. \ , $${ehc_nomain_exposed_names} \ , $${ehc_nomain_nonexposed_names} \ , $(EHC_MAIN) \