- Use GHCJS-compiled "binary" for cabal2json
- Fix UV trigger code
- 2.0.1
- Trigger uv loop while calling out to helper binary
- Use helper binary
- Minor updates
- On win32, convert backslash to forward slash before passing to HS code
- Updated typings
- atom-haskell-tslint-rules
- No preversion ^_^
- [API] Promise-based hs interface; no sync variants
- [API CHANGE] async getRootDir; TypeScript
- Update hs build system
- nodejs externs for ccjs
- Update LICENSE
- Add hsEscapeString
- Bump compiler version
- Move haskell sources to src
- Parse LANGUAGE pragmas, parser interface, split hs
- Update ghcjs and stack resolver
- Dir can be undefined
- Use duck-typing
- Fix bug
- Eschew instanceof
- Don't throw in parseHsModuleImports async callback
- Fix bug with last commit
- Support passing directory to getRootDir
- Use ObjectWithSingleField
- parseHsModuleImports
- Added closurecompiler to devDependencies
- -DGHCJS_BROWSER
- Makefile tweaks
- Use stack to build ghcjs
- Lint
- Really fix nasty throw problem
- Handle possible statSync errors
- Another nasty getRootDir
- Fix isDirectory()
- HsUnlit
- Build hs parts in prepublish
- Add CHANGELOG
- preversion: write changelog
- Ignore npm-debug.log
- Synchronous Haskell functions
- Remove 'main' from Export.js
- Add 'all' target
- Big Haskell cleanup
- Clean Haskell source a bit
- Fix makefile deps
- Note ghcjs revision
- Haskell-cabal utilities