The status of the Haskell Suite
Roman Cheplyaka
September 1, 2013
ZuriHac
haskell-src-exts
Last release: 1.14.0, August 20, 2013
- Revised language extensions model
- Bug fixes
Now on github!
haskell-packages
- Parsing command line parameters
- Integration with Cabal
- Package management
Cabal patch will hopefully be merged in Cabal 1.20
Last release: 0.2.1 (August 27); next release: today
haskell-names
- «Compiler» that generates package interfaces
- Library that uses those interfaces to do name resolution
- Two possibilities for name resolution:
- AST annotation
- Open name resolution
Last release: 0.1.2 (August 29); next release: today
Open name resolution
Applications:
- Avoiding variable capture
- Rebindable syntax
Blog post: http://bit.ly/openres