added GitHub stuff
This commit is contained in:
parent
00142e91d6
commit
76e690d706
|
@ -7,8 +7,10 @@ cabal-version: 2.2
|
||||||
name: gemserv
|
name: gemserv
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
synopsis: Basic Gemini server
|
synopsis: Basic Gemini server
|
||||||
description: Please see README.md
|
description: Please see the README on GitHub at <https://github.com/jlamothe/gemserv#readme>
|
||||||
category: Gemini
|
category: Gemini
|
||||||
|
homepage: https://github.com/jlamothe/gemserv#readme
|
||||||
|
bug-reports: https://github.com/jlamothe/gemserv/issues
|
||||||
author: Jonathan Lamothe
|
author: Jonathan Lamothe
|
||||||
maintainer: jonathan@jlamothe.net
|
maintainer: jonathan@jlamothe.net
|
||||||
copyright: 2021 Jonathan Lamothe
|
copyright: 2021 Jonathan Lamothe
|
||||||
|
@ -19,6 +21,10 @@ extra-source-files:
|
||||||
README.md
|
README.md
|
||||||
ChangeLog.md
|
ChangeLog.md
|
||||||
|
|
||||||
|
source-repository head
|
||||||
|
type: git
|
||||||
|
location: https://github.com/jlamothe/gemserv
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
Network.GemServ
|
Network.GemServ
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
name: gemserv
|
name: gemserv
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
|
github: "jlamothe/gemserv"
|
||||||
license: AGPL-3.0-or-later
|
license: AGPL-3.0-or-later
|
||||||
author: "Jonathan Lamothe"
|
author: "Jonathan Lamothe"
|
||||||
maintainer: "jonathan@jlamothe.net"
|
maintainer: "jonathan@jlamothe.net"
|
||||||
|
@ -16,7 +17,7 @@ category: Gemini
|
||||||
# To avoid duplicated efforts in documentation and dealing with the
|
# To avoid duplicated efforts in documentation and dealing with the
|
||||||
# complications of embedding Haddock markup inside cabal files, it is
|
# complications of embedding Haddock markup inside cabal files, it is
|
||||||
# common to point users to the README.md file.
|
# common to point users to the README.md file.
|
||||||
description: Please see README.md
|
description: Please see the README on GitHub at <https://github.com/jlamothe/gemserv#readme>
|
||||||
|
|
||||||
ghc-options:
|
ghc-options:
|
||||||
- -Wall
|
- -Wall
|
||||||
|
|
Loading…
Reference in New Issue
Block a user