forked from GitHub/haskell-wasm
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 23aef00097 | |||
| 2f830c022e |
+4
-4
@@ -57,13 +57,13 @@ library
|
|||||||
build-depends:
|
build-depends:
|
||||||
array >=0.5 && < 0.6
|
array >=0.5 && < 0.6
|
||||||
, base >=4.6 && < 5
|
, base >=4.6 && < 5
|
||||||
, bytestring >=0.10 && < 0.12
|
, bytestring >=0.10 && < 0.13
|
||||||
, cereal >=0.5 && < 0.6
|
, cereal >=0.5 && < 0.6
|
||||||
, containers >=0.5 && < 0.7
|
, containers >=0.5 && < 0.8
|
||||||
, deepseq >=1.4 && < 1.5
|
, deepseq >=1.4 && < 1.6
|
||||||
, ieee754 >=0.8 && < 0.9
|
, ieee754 >=0.8 && < 0.9
|
||||||
, mtl >=2.2.1 && < 2.4
|
, mtl >=2.2.1 && < 2.4
|
||||||
, primitive >=0.7 && < 0.8
|
, primitive >=0.7 && < 0.10
|
||||||
, text >=1.1 && < 3
|
, text >=1.1 && < 3
|
||||||
, transformers >=0.4 && < 0.7
|
, transformers >=0.4 && < 0.7
|
||||||
, utf8-string >=1.0 && < 1.1
|
, utf8-string >=1.0 && < 1.1
|
||||||
|
|||||||
Reference in New Issue
Block a user