Skip to content

Commit

Permalink
Bump to 0.23.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Mar 13, 2015
1 parent 10c5d49 commit 5904d40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,11 @@

See full history at: <https://github.com/faylang/fay/commits>

#### 0.23.1.0
### 0.23.1.1

* Allow do let bindings of newtypes.

### 0.23.1.0

* Add `--show-ghc-calls` and `configShowGhcCalls` to print invocations to GHC.

Expand Down
2 changes: 1 addition & 1 deletion fay.cabal
@@ -1,5 +1,5 @@
name: fay
version: 0.23.1.0
version: 0.23.1.1
synopsis: A compiler for Fay, a Haskell subset that compiles to JavaScript.
description: Fay is a proper subset of Haskell which is type-checked
with GHC, and compiled to JavaScript. It is lazy, pure, has a Fay monad,
Expand Down

0 comments on commit 5904d40

Please sign in to comment.