~fgaz/gemini-textboard

be14e5b68399225893efad141694c9e6daff1e94 — Francesco Gazzetta 4 years ago 43e6582
Polish the .cabal file
1 files changed, 9 insertions(+), 5 deletions(-)

M gemini-textboard.cabal
M gemini-textboard.cabal => gemini-textboard.cabal +9 -5
@@ 2,20 2,24 @@ cabal-version:       2.2

name:                gemini-textboard
version:             0.1.0.0
-- synopsis:
synopsis:            A barebones textboard for the Gemini protocol
-- description:
-- bug-reports:
homepage:            https://sr.ht/~fgaz/haskell-gemini/
bug-reports:         https://todo.sr.ht/~fgaz/haskell-gemini
license:             BSD-3-Clause
license-file:        LICENSE
author:              Francesco Gazzetta
maintainer:          fgaz@fgaz.me
-- copyright:
maintainer:          Francesco Gazzetta <fgaz@fgaz.me>
copyright:           © 2020 Francesco Gazzetta and contributors
category:            Gemini
extra-source-files:  CHANGELOG.md

source-repository head
  type:                git
  location:            https://git.sr.ht/~fgaz/gemini-textboard

executable gemini-textboard
  main-is:             Main.hs
  -- other-modules:
  other-extensions:    OverloadedStrings
  build-depends:       base
                     , gemini-server