We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34bcb5d commit aac95d4Copy full SHA for aac95d4
README.md
@@ -1,6 +1,6 @@
1
# quickjs-hs
2
3
-
+
4
5
6
This package provides a Haskell wrapper for the [QuickJS](https://bellard.org/quickjs/) Javascript Engine.
quickjs-hs.cabal
@@ -31,7 +31,7 @@ library
31
hs-source-dirs:
32
src
33
build-depends:
34
- base >=4.7 && <5
+ base >=4.9 && <5
35
, aeson >=1.1 && <1.6
36
, bytestring >=0.10 && <0.11
37
, containers >=0.5 && <0.7
0 commit comments