packages feed

uhc-light-1.1.7.4: changelog.md

# Changelog

## 1.1.7.4

- [core] Detection of yes/no ANormal form of parsed Core and corresponding no/yes transformation (not tested for cases where it matters; unknown whether this is good enough for codegen to work properly)
- [cleanup] Removal of src/ruler from source tree (has its own repo)
- [api] Added better documentation and one small example program
- [api] Fix issue #36 (wrong runtime behaviour and/or crashes)

## 1.1.7.3 - 20141127

- [core] Core running engine works (FFI stuff still to be done).
- [api] Core.API made more consistent.

## 1.1.7.2 - 20141126

- [core] Core allows exports, can mix .hs and .bcr/.tcr files (tested rudimentary only).
- [api] Core.API extended.

## 1.1.7.1 - 20141119

- [api] Initial Core.API ([#31](https://github.com/UU-ComputerScience/uhc/pull/31)).
- [feature] Start with changelog.

## 1.1.7.0 - 20141118

- [feature] Initial cabal/hackage distribution tryout.