Skip to content

Commit

Permalink
Depenecnies (#873)
Browse files Browse the repository at this point in the history
* MonadIO m, MonadFail m

* unwords

* update dependencies
  • Loading branch information
nalchevanidze committed Jun 30, 2024
1 parent db44183 commit 65e8546
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 24 deletions.
3 changes: 2 additions & 1 deletion cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ words:
- Hackage
- Hashable
- haxl
- hconf
- hlint
- hpack
- hsep
- hconf
- hunit
- ifromJSON
- inlineable
Expand Down Expand Up @@ -86,6 +86,7 @@ words:
- unlift
- unliftio
- Unpackedness
- unwords
- vsep
- websockets
- whnf
Expand Down
2 changes: 1 addition & 1 deletion examples/client/morpheus-graphql-examples-client.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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
2 changes: 1 addition & 1 deletion examples/code-gen/morpheus-graphql-examples-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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
2 changes: 1 addition & 1 deletion examples/scotty/morpheus-graphql-examples-scotty.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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
2 changes: 1 addition & 1 deletion examples/servant/morpheus-graphql-examples-servant.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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
2 changes: 1 addition & 1 deletion hconf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies:
- directory >= 1.0.0 && < 2.0.0
- extra >= 1.0.0 && < 2.0.0
- file-embed >= 0.0.10 && < 1.0.0
- filepath >= 1.1.0 && <= 1.5.2.0
- filepath >= 1.1.0 && <= 1.5.3.0
- fraxl >= 0.1 && < 1.0
- freer-simple >= 1.0 && < 3.0
- graphql >= 0.5 && < 2.0
Expand Down
2 changes: 1 addition & 1 deletion morpheus-graphql-app/morpheus-graphql-app.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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module Data.Morpheus.App.RenderIntrospection
)
where

import Control.Monad.Except (MonadError (throwError))
import Control.Monad.Except (MonadError (..))
import Data.Morpheus.App.Internal.Resolving.MonadResolver
( MonadResolver,
ResolverContext (..),
Expand Down
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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
2 changes: 1 addition & 1 deletion morpheus-graphql-client/morpheus-graphql-client.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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.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.2.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
Expand Down
2 changes: 1 addition & 1 deletion morpheus-graphql-code-gen/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ executables:
ghc-options: -Wall
dependencies:
- Glob >= 0.7.0 && < 1.0.0
- filepath >= 1.1.0 && <= 1.5.2.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
Expand Down
2 changes: 1 addition & 1 deletion morpheus-graphql-core/morpheus-graphql-core.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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
2 changes: 1 addition & 1 deletion morpheus-graphql-server/morpheus-graphql-server.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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
2 changes: 1 addition & 1 deletion morpheus-graphql-tests/morpheus-graphql-tests.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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down
2 changes: 1 addition & 1 deletion morpheus-graphql/morpheus-graphql.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.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down

0 comments on commit 65e8546

Please sign in to comment.