-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
684f4c1
commit 9d8173c
Showing
4 changed files
with
59 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 46 additions & 0 deletions
46
examples/scotty-freer-simple/morpheus-graphql-examples-scotty-freer.cabal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
cabal-version: 1.12 | ||
|
||
-- This file has been generated from package.yaml by hpack version 0.35.0. | ||
-- | ||
-- see: https://github.com/sol/hpack | ||
|
||
name: morpheus-graphql-examples-scotty-freer | ||
version: 0.1.0.0 | ||
description: example of graphql apis with scotty and freer-simple | ||
homepage: https://github.com/githubuser/morpheus-graphql-examples-scotty-freer-simple#readme | ||
bug-reports: https://github.com/githubuser/morpheus-graphql-examples-scotty-freer-simple/issues | ||
author: Author name here | ||
maintainer: [email protected] | ||
copyright: 2021 Author name here | ||
license: BSD3 | ||
build-type: Simple | ||
|
||
source-repository head | ||
type: git | ||
location: https://github.com/githubuser/morpheus-graphql-examples-scotty-freer-simple | ||
|
||
executable scotty-freer-server | ||
main-is: Main.hs | ||
other-modules: | ||
API | ||
DeityRepo | ||
ExampleDeityRepoHandler | ||
Lib | ||
Scotty | ||
Types | ||
Paths_morpheus_graphql_examples_scotty_freer | ||
hs-source-dirs: | ||
src | ||
ghc-options: -Wall | ||
build-depends: | ||
base >=4.7 && <5 | ||
, bytestring | ||
, file-embed | ||
, freer-simple | ||
, morpheus-graphql | ||
, scotty | ||
, text | ||
, transformers | ||
, wai | ||
, warp | ||
default-language: Haskell2010 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters