Allow building with GHC 9.4.4
We were running into the below issue https://discourse.haskell.org/t/facing-mmap-4096-bytes-at-nil-cannot-allocate-memory-youre-not-alone/6259
This commit is contained in:
parent
60eaeda816
commit
5a8764d613
2 changed files with 2 additions and 8 deletions
|
@ -1,7 +1 @@
|
|||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/haskell-effectful/kvstore-effectful
|
||||
tag: f014d4c47295d9638456c401ef59835ffd04c7da
|
||||
subdir: kvstore-effectful
|
||||
|
||||
packages: .
|
||||
|
|
|
@ -79,8 +79,8 @@ executable learn-effects
|
|||
|
||||
-- Other library packages from which modules are imported.
|
||||
build-depends:
|
||||
, base ^>=4.16.4.0
|
||||
, freer-simple
|
||||
, base >=4.17 && <5
|
||||
, freer-simple >=1.2
|
||||
, text
|
||||
|
||||
-- Directories containing source files.
|
||||
|
|
Loading…
Reference in a new issue