From 72d85157ce45ca0b1e65fdcde2fb0018be5ecd5f Mon Sep 17 00:00:00 2001 From: Ayush Bansal Date: Sat, 26 Oct 2019 13:35:14 +0530 Subject: [PATCH] Minor changes to make a new release --- ChangeLog.md | 3 --- README.md | 7 +++++-- 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 ChangeLog.md diff --git a/ChangeLog.md b/ChangeLog.md deleted file mode 100644 index de52b4a..0000000 --- a/ChangeLog.md +++ /dev/null @@ -1,3 +0,0 @@ -# Changelog for InHs - -## Unreleased changes diff --git a/README.md b/README.md index 6427a26..a9f1366 100644 --- a/README.md +++ b/README.md @@ -203,10 +203,13 @@ The Specification for each of the Records and Value types can be found in [Examp ``` ├── app │   └── Main.hs -├── bin -│   └── InHs-exe +├── LICENSE +├── Makefile +├── package.yaml +├── README.md ├── Setup.hs ├── src +│   ├── ExecuteProgram.hs │   ├── Execution.hs │   ├── Helpers.hs │   ├── SingleAssignmentStore.hs