Skip to content

Commit aac95d4

Browse files
bumped base to 4.9 for semigroup (<>)
1 parent 34bcb5d commit aac95d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# quickjs-hs
22

3-
![Tests CI](https://github.com/goodlyrottenapple/quickjs-hs/workflows/Tests%20CI/badge.svg)
3+
![Tests Cabal](https://github.com/goodlyrottenapple/quickjs-hs/workflows/Tests%20Cabal/badge.svg)
44

55

66
This package provides a Haskell wrapper for the [QuickJS](https://bellard.org/quickjs/) Javascript Engine.

quickjs-hs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ library
3131
hs-source-dirs:
3232
src
3333
build-depends:
34-
base >=4.7 && <5
34+
base >=4.9 && <5
3535
, aeson >=1.1 && <1.6
3636
, bytestring >=0.10 && <0.11
3737
, containers >=0.5 && <0.7

0 commit comments

Comments
 (0)