Skip to content

Commit 42d1104

Browse files
committed
Allow syb 0.5.* and bump
1 parent 62aeab3 commit 42d1104

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
#### 0.23.1.6
6+
7+
* Allow `syb 0.5.*`
8+
59
#### 0.23.1.5
610

711
* Allow `aeson 0.9.*`

fay.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fay
2-
version: 0.23.1.5
2+
version: 0.23.1.6
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,
@@ -153,7 +153,7 @@ library
153153
, sourcemap < 0.2
154154
, split < 0.3
155155
, spoon < 0.4
156-
, syb < 0.5
156+
, syb < 0.6
157157
, text < 1.3
158158
, time >= 1 && < 1.6
159159
, transformers >= 0.3 && < 0.4 || > 0.4.1 && < 0.5

0 commit comments

Comments
 (0)