Skip to content

Commit efba9c2

Browse files
authored
Merge pull request SPY#21 from RyanGlScott/bump-dependencies
Allow building with `mtl-2.3`, `transformers-0.6`, `vector-0.13`
2 parents 57c4184 + f6d0783 commit efba9c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wasm.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extra-source-files:
2727
source-repository head
2828
type: git
2929
location: https://github.com/SPY/haskell-wasm
30-
30+
3131
library
3232
exposed-modules:
3333
Language.Wasm.Script
@@ -62,12 +62,12 @@ library
6262
, containers >=0.5 && < 0.7
6363
, deepseq >=1.4 && < 1.5
6464
, ieee754 >=0.8 && < 0.9
65-
, mtl >=2.2.1 && < 2.3
65+
, mtl >=2.2.1 && < 2.4
6666
, primitive >=0.7 && < 0.8
6767
, text >=1.1 && < 3
68-
, transformers >=0.4 && < 0.6
68+
, transformers >=0.4 && < 0.7
6969
, utf8-string >=1.0 && < 1.1
70-
, vector >=0.12 && < 0.13
70+
, vector >=0.12 && < 0.14
7171
default-language: Haskell2010
7272

7373
test-suite test

0 commit comments

Comments
 (0)