From 782967a812cdfb196bd717f19f3ffd1a31161ef8 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Sun, 22 Sep 2024 00:53:29 +0000 Subject: [PATCH] ogma-core: Remove unnecessary dependency on IfElse. Refs #150. All uses of functions from IfElse have been replaced with uses of functions from base. This commit removes the dependency on IfElse from the ogma-core's cabal file. --- ogma-core/ogma-core.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/ogma-core/ogma-core.cabal b/ogma-core/ogma-core.cabal index a89d79e1..2484716c 100644 --- a/ogma-core/ogma-core.cabal +++ b/ogma-core/ogma-core.cabal @@ -107,7 +107,6 @@ library , aeson >= 2.0.0.0 && < 2.2 , bytestring , filepath - , IfElse , mtl , ogma-extra >= 1.4.0 && < 1.5