File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1- cabal-version : 3.0
1+ cabal-version : 3.14
22name : jsaddle-wasm
3- version : 0.1.2.1
3+ version : 0.2.0.0
44synopsis : Run JSaddle JSM with the GHC Wasm backend
55description : Run JSaddle @JSM@ with the GHC Wasm backend.
66category : 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
You can’t perform that action at this time.
0 commit comments