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
6 changes: 5 additions & 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.35.0.
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack

Expand All @@ -24,6 +24,9 @@ source-repository head
executable scotty-server
main-is: Main.hs
other-modules:
Server.MetaCoq.TestMeta
Server.MetaCoq.TestMeta2
Server.MetaCoq.TestMeta3
Server.MonadIO.API
Server.Mythology.API
Server.Mythology.Character
Expand Down Expand Up @@ -51,6 +54,7 @@ executable scotty-server
, morpheus-graphql
, morpheus-graphql-app
, morpheus-graphql-core
, morpheus-graphql-server
, morpheus-graphql-subscriptions
, mtl >=2.0 && <=2.3
, scotty
Expand Down
1 change: 1 addition & 0 deletions examples/scotty/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
- morpheus-graphql
- morpheus-graphql-core
- morpheus-graphql-app
- morpheus-graphql-server
- morpheus-graphql-subscriptions
- scotty
- warp
Expand Down
Loading