Skip to content

Commit c7aa5f6

Browse files
committed
chore: bump version to 0.2.0.0
1 parent d641d3f commit c7aa5f6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Revision history for jsaddle-wasm
22

3+
## 0.2.0.0 -- TBA
4+
35
## 0.1.2.1 -- 2025-07-10
46

57
* `Language.Javascript.JSaddle.Wasm.TH`: Make sure that the underlying FFI call has been fully completed.

jsaddle-wasm.cabal

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
cabal-version: 3.0
1+
cabal-version: 3.14
22
name: jsaddle-wasm
3-
version: 0.1.2.1
3+
version: 0.2.0.0
44
synopsis: Run JSaddle JSM with the GHC Wasm backend
55
description: Run JSaddle @JSM@ with the GHC Wasm backend.
66
category: Web, Javascript
@@ -32,10 +32,9 @@ common common
3232
-Wunused-packages
3333
-Wredundant-constraints
3434

35-
default-language: GHC2021
35+
default-language: GHC2024
3636
default-extensions:
3737
BlockArguments
38-
LambdaCase
3938
OverloadedStrings
4039
TemplateHaskellQuotes
4140

@@ -71,7 +70,7 @@ library
7170
build-depends:
7271
aeson >=2 && <2.3,
7372
bytestring >=0.11 && <0.13,
74-
ghc-experimental ^>=0.1 || >=9.1000 && <9.1300,
73+
ghc-experimental ^>=0.1 || >=9.1000 && <9.1700,
7574
parser-regex ^>=0.3,
7675
stm ^>=2.5,
7776

0 commit comments

Comments
 (0)