From 472115e82ccf09723ab8e17634447dbe99884d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Fri, 24 May 2024 09:42:53 +0200 Subject: [PATCH] libriscv.cabal: Relax melf version constraint --- libriscv.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libriscv.cabal b/libriscv.cabal index 66b2135..b6d1010 100644 --- a/libriscv.cabal +++ b/libriscv.cabal @@ -89,7 +89,7 @@ library , filepath ^>= 1.4.2.1 , bytestring >= 0.10.10 && <0.12 , exceptions ^>= 0.10.4 - , melf ^>= 1.3.1 + , melf ^>= 1.3.0 , freer-simple ^>= 1.2.1.2 , transformers ^>= 0.6.1.1 , optparse-applicative >= 0.16.1 && <0.19