expresso-0.1.2.0: CHANGELOG.md
# Change Log
## 0.1.2.0
- added type synonyms
- let bindings can now be annotated with types
- support field renaming during record matches
- added a text append primitive
- added a list uncons primitive
- added example List and Text library modules
## 0.1.1.0
- API convenience functions for building record/variant HasValue instances.
- HasValue instances for function types.
- added Type constructors and pattern synonyms to API
- terminfo as an explicit dependency.
## 0.1.0.2
Expresso REPL fails to build on Hackage, disable building for now.
## 0.1.0.1
Cabal file dependency bounds changed for GHC 8.6 compatibility.
## 0.1.0.0
Initial release.