diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-07-01 16:15:41 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-07-01 16:31:19 +0200 |
| commit | b95ca0b9ba5c6c6fdb3c0c5c267377452d7d5f41 (patch) | |
| tree | e2451cce9e89ee7fd53f7d786f77955c8672cae2 | |
| parent | 7a03aef2e8321e5797fb6a92c2e2b5c2f89db29b (diff) | |
| download | graphql-spice-b95ca0b9ba5c6c6fdb3c0c5c267377452d7d5f41.tar.gz | |
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | graphql-spice.cabal | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -7,5 +7,8 @@ This library provides common functionality for the main [graphql package](https: ## Documentation +Report issues on the +[bug tracker](https://www.caraus.tech/projects/graphql/issues). + API documentation is available through [Hackage](https://hackage.haskell.org/package/graphql-spice). diff --git a/graphql-spice.cabal b/graphql-spice.cabal index a980558..bfc1d94 100644 --- a/graphql-spice.cabal +++ b/graphql-spice.cabal @@ -6,7 +6,7 @@ synopsis: GraphQL with batteries description: Various extensions and convenience functions for the core graphql package. category: Language -homepage: https://git.caraus.tech/OSS/graphql-spice +homepage: https://www.caraus.tech/projects/graphql bug-reports: https://www.caraus.tech/projects/graphql/issues author: Eugen Wissner <belka@caraus.de> maintainer: belka@caraus.de @@ -21,7 +21,7 @@ tested-with: source-repository head type: git - location: https://git.caraus.tech/OSS/graphql-spice.git + location: git://git.caraus.tech/pub/graphql-spice.git library exposed-modules: |
