From e3c466ae86fd49ca323c86bc3029403252aeeb0b Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 17 Sep 2024 00:36:45 +0200 Subject: [PATCH] here too --- test/random/qc-motoko.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/random/qc-motoko.cabal b/test/random/qc-motoko.cabal index 4a3cb7fae60..3b44b61b65d 100644 --- a/test/random/qc-motoko.cabal +++ b/test/random/qc-motoko.cabal @@ -15,7 +15,7 @@ executable qc-motoko other-modules: Embedder, Turtle.Pipe other-extensions: ConstraintKinds, StandaloneDeriving, DataKinds, KindSignatures, GADTs, MultiParamTypeClasses ghc-options: -O -threaded -with-rtsopts=-N2 - build-depends: base ^>=4.17 + build-depends: base ^>=4.18 , text ^>=2.0 , process , exceptions