Skip to content

Commit ee64b24

Browse files
committed
Bump to 0.19.1.2
1 parent e76a147 commit ee64b24

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

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

5-
#### 0.19.0.1 (2014-03-17)
5+
#### 0.19.1.2 (2014-04-07)
6+
7+
* Fix optimizations that were not applied and add codegen test cases.
8+
9+
#### 0.19.1.1 (2014-03-17)
610

711
* Allow `optparse-applicative 0.8.*`
812

fay.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fay
2-
version: 0.19.1.1
2+
version: 0.19.1.2
33
synopsis: A compiler for Fay, a Haskell subset that compiles to JavaScript.
44
description: Fay is a proper subset of Haskell which is type-checked
55
with GHC, and compiled to JavaScript. It is lazy, pure, has a Fay monad,

0 commit comments

Comments
 (0)