Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions morpheus-graphql-code-gen/morpheus-graphql-code-gen.cabal
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
46 changes: 23 additions & 23 deletions morpheus-graphql-code-gen/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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