From 5de87d931e13aab8f6d3c713ceda83dbd855e32b Mon Sep 17 00:00:00 2001 From: Jonas Carpay Date: Wed, 27 Dec 2023 16:36:49 +0900 Subject: [PATCH] Limit purescrip to <0.15.12 --- purenix.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/purenix.cabal b/purenix.cabal index c07ae22..4dd31b7 100644 --- a/purenix.cabal +++ b/purenix.cabal @@ -51,7 +51,7 @@ library , microlens-platform , mtl , pretty-simple - , purescript ^>=0.15 + , purescript >=0.15 && <0.15.12 , text executable purenix