Skip to content

Commit

Permalink
ogma-core: Remove unnecessary dependency on IfElse. Refs #150.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ivanperez-keera committed Sep 22, 2024
1 parent 35bc9f9 commit 64ced42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ogma-core/ogma-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ library
, aeson >= 2.0.0.0 && < 2.2
, bytestring
, filepath
, IfElse
, mtl

, ogma-extra >= 1.4.0 && < 1.5
Expand Down

0 comments on commit 64ced42

Please sign in to comment.