From d21b1d21565a1dffa80f71054c439118039baab3 Mon Sep 17 00:00:00 2001 From: Alexander Tortsev Date: Wed, 13 Aug 2025 14:34:49 +0400 Subject: [PATCH] bump filepath --- .../morpheus-graphql-code-gen.cabal | 4 +- morpheus-graphql-code-gen/package.yaml | 46 +++++++++---------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/morpheus-graphql-code-gen/morpheus-graphql-code-gen.cabal b/morpheus-graphql-code-gen/morpheus-graphql-code-gen.cabal index 47304c894..ddc7a60dd 100644 --- a/morpheus-graphql-code-gen/morpheus-graphql-code-gen.cabal +++ b/morpheus-graphql-code-gen/morpheus-graphql-code-gen.cabal @@ -1,6 +1,6 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.36.0. +-- This file has been generated from package.yaml by hpack version 0.38.0. -- -- see: https://github.com/sol/hpack @@ -71,7 +71,7 @@ executable morpheus , bytestring >=0.10.4 && <0.15.0 , containers >=0.4.2.1 && <=0.7 , file-embed >=0.0.10 && <1.0.0 - , filepath >=1.1.0 && <=1.5.3.0 + , filepath >=1.1.0 && <=1.5.4.0 , morpheus-graphql-client >=0.28.0 && <0.29.0 , morpheus-graphql-code-gen >=0.28.0 && <0.29.0 , morpheus-graphql-code-gen-utils >=0.28.0 && <0.29.0 diff --git a/morpheus-graphql-code-gen/package.yaml b/morpheus-graphql-code-gen/package.yaml index 0169abbc4..a044ce601 100644 --- a/morpheus-graphql-code-gen/package.yaml +++ b/morpheus-graphql-code-gen/package.yaml @@ -10,37 +10,37 @@ homepage: https://morpheusgraphql.com copyright: (c) 2019 Daviti Nalchevanidze description: code generator for Morpheus GraphQL extra-source-files: -- README.md -- changelog.md + - README.md + - changelog.md dependencies: -- base >= 4.7.0 && < 5.0.0 -- bytestring >= 0.10.4 && < 0.15.0 -- containers >= 0.4.2.1 && <= 0.7 -- file-embed >= 0.0.10 && < 1.0.0 -- morpheus-graphql-code-gen-utils >= 0.28.0 && < 0.29.0 -- morpheus-graphql-core >= 0.28.0 && < 0.29.0 -- morpheus-graphql-server >= 0.28.0 && < 0.29.0 -- prettyprinter >= 1.7.0 && < 2.0.0 -- relude >= 0.3.0 && < 2.0.0 -- template-haskell >= 2.0.0 && < 3.0.0 -- text >= 1.2.3 && < 3.0.0 -- unordered-containers >= 0.2.8 && < 0.3.0 + - base >= 4.7.0 && < 5.0.0 + - bytestring >= 0.10.4 && < 0.15.0 + - containers >= 0.4.2.1 && <= 0.7 + - file-embed >= 0.0.10 && < 1.0.0 + - morpheus-graphql-code-gen-utils >= 0.28.0 && < 0.29.0 + - morpheus-graphql-core >= 0.28.0 && < 0.29.0 + - morpheus-graphql-server >= 0.28.0 && < 0.29.0 + - prettyprinter >= 1.7.0 && < 2.0.0 + - relude >= 0.3.0 && < 2.0.0 + - template-haskell >= 2.0.0 && < 3.0.0 + - text >= 1.2.3 && < 3.0.0 + - unordered-containers >= 0.2.8 && < 0.3.0 library: source-dirs: src ghc-options: -Wall exposed-modules: - - Data.Morpheus.CodeGen - - Data.Morpheus.CodeGen.Server + - Data.Morpheus.CodeGen + - Data.Morpheus.CodeGen.Server executables: morpheus: main: Main.hs source-dirs: app ghc-options: -Wall dependencies: - - Glob >= 0.7.0 && < 1.0.0 - - filepath >= 1.1.0 && <= 1.5.3.0 - - morpheus-graphql-client >= 0.28.0 && < 0.29.0 - - morpheus-graphql-code-gen >= 0.28.0 && < 0.29.0 - - morpheus-graphql-code-gen-utils >= 0.28.0 && < 0.29.0 - - optparse-applicative >= 0.12.0 && < 0.20.0 - - yaml >= 0.8.32 && < 1.0.0 + - Glob >= 0.7.0 && < 1.0.0 + - filepath >= 1.1.0 && <= 1.5.4.0 + - morpheus-graphql-client >= 0.28.0 && < 0.29.0 + - morpheus-graphql-code-gen >= 0.28.0 && < 0.29.0 + - morpheus-graphql-code-gen-utils >= 0.28.0 && < 0.29.0 + - optparse-applicative >= 0.12.0 && < 0.20.0 + - yaml >= 0.8.32 && < 1.0.0