Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Latest commit

 

History

History
109 lines (78 loc) · 1.66 KB

File metadata and controls

109 lines (78 loc) · 1.66 KB

2.1.0

  • Use GHCJS-compiled "binary" for cabal2json

2.0.2

  • Fix UV trigger code

2.0.1

  • 2.0.1
  • Trigger uv loop while calling out to helper binary

2.0.0

  • Use helper binary

1.0.2

  • Minor updates

1.0.1

  • On win32, convert backslash to forward slash before passing to HS code
  • Updated typings
  • atom-haskell-tslint-rules

1.0.0

  • 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

0.9.0

  • Add hsEscapeString
  • Bump compiler version

0.8.0

  • Move haskell sources to src
  • Parse LANGUAGE pragmas, parser interface, split hs

0.7.9

  • Update ghcjs and stack resolver

0.7.8

  • Dir can be undefined

0.7.7

  • Use duck-typing

0.7.6

  • Fix bug

0.7.5

  • Eschew instanceof

0.7.4

  • Don't throw in parseHsModuleImports async callback

0.7.3

  • Fix bug with last commit

0.7.2

  • Support passing directory to getRootDir

0.7.1

  • Use ObjectWithSingleField

0.7.0

  • parseHsModuleImports
  • Added closurecompiler to devDependencies
  • -DGHCJS_BROWSER
  • Makefile tweaks
  • Use stack to build ghcjs
  • Lint

0.6.3

  • Really fix nasty throw problem

0.6.2

  • Handle possible statSync errors

0.6.1

  • Another nasty getRootDir

0.6.0

  • Fix isDirectory()

0.5.0

  • HsUnlit
  • Build hs parts in prepublish
  • Add CHANGELOG
  • preversion: write changelog
  • Ignore npm-debug.log

0.4.0

  • Synchronous Haskell functions
  • Remove 'main' from Export.js
  • Add 'all' target
  • Big Haskell cleanup

0.3.1

  • Clean Haskell source a bit
  • Fix makefile deps
  • Note ghcjs revision

0.3.0

  • Haskell-cabal utilities