From 28aff9fbca9fc832dfdd573d8960efce0a59e298 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Wed, 22 May 2024 07:58:45 -0700 Subject: [PATCH] ogma-core: Version bump (1.4.0). Refs #145. --- ogma-core/ogma-core.cabal | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ogma-core/ogma-core.cabal b/ogma-core/ogma-core.cabal index dbd95c17..a89d79e1 100644 --- a/ogma-core/ogma-core.cabal +++ b/ogma-core/ogma-core.cabal @@ -32,7 +32,7 @@ cabal-version: 2.0 build-type: Simple name: ogma-core -version: 1.3.0 +version: 1.4.0 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf @@ -110,13 +110,13 @@ library , IfElse , mtl - , ogma-extra >= 1.3.0 && < 1.4 - , ogma-language-c >= 1.3.0 && < 1.4 - , ogma-language-cocospec >= 1.3.0 && < 1.4 - , ogma-language-copilot >= 1.3.0 && < 1.4 - , ogma-language-jsonspec >= 1.3.0 && < 1.4 - , ogma-language-smv >= 1.3.0 && < 1.4 - , ogma-spec >= 1.3.0 && < 1.4 + , ogma-extra >= 1.4.0 && < 1.5 + , ogma-language-c >= 1.4.0 && < 1.5 + , ogma-language-cocospec >= 1.4.0 && < 1.5 + , ogma-language-copilot >= 1.4.0 && < 1.5 + , ogma-language-jsonspec >= 1.4.0 && < 1.5 + , ogma-language-smv >= 1.4.0 && < 1.5 + , ogma-spec >= 1.4.0 && < 1.5 hs-source-dirs: src