diff options
Diffstat (limited to 'Cana.cabal')
-rw-r--r-- | Cana.cabal | 18 |
1 files changed, 7 insertions, 11 deletions
@@ -6,13 +6,12 @@ cabal-version: 1.12 name: Cana version: 0.1.0.0 -description: Please see the README on GitHub at <https://github.com/githubuser/Cana#readme> -homepage: https://github.com/githubuser/Cana#readme -bug-reports: https://github.com/githubuser/Cana/issues -author: Author name here -maintainer: example@example.com -copyright: 2021 Author name here -license: BSD3 +description: Project Gemini server implementation, see the README for more details. +homepage: https://git.kingdread.de/cgit.cgi/Cana/about/ +author: Daniel Schadt +maintainer: Daniel Schadt +copyright: 2021 Daniel Schadt +license: BSD-3 license-file: LICENSE build-type: Simple extra-source-files: @@ -21,7 +20,7 @@ extra-source-files: source-repository head type: git - location: https://github.com/githubuser/Cana + location: https://git.kingdread.de/cgit.cgi/Cana flag static manual: True @@ -54,7 +53,6 @@ library , text , tls , transformers - , utf8-string , x509 , x509-store default-language: Haskell2010 @@ -80,7 +78,6 @@ executable Cana-exe , text , tls , transformers - , utf8-string , x509 , x509-store if flag(static) @@ -114,7 +111,6 @@ test-suite Cana-test , text , tls , transformers - , utf8-string , x509 , x509-store default-language: Haskell2010 |