36 lines
1.3 KiB
Text
36 lines
1.3 KiB
Text
|
name: vervis
|
||
|
version: 0.1.0.0
|
||
|
synopsis: Hopefully one day a decentralized project hosting platform
|
||
|
description:
|
||
|
This project is starting as a minimal Git repo viewer, but aims to evolve
|
||
|
into a decentralized federated software project hosting platform.
|
||
|
homepage: http://hub.darcs.net/fr33domlover/vervis
|
||
|
bug-reports: http://rel4tion.org/projects/vervis/tickets/
|
||
|
license: PublicDomain
|
||
|
license-file: COPYING
|
||
|
author: fr33domlover
|
||
|
maintainer: fr33domlover@riseup.net
|
||
|
copyright: ♡ Copying is an act of love. Please copy, reuse and share.
|
||
|
category: Development, Distribution, Git, Web
|
||
|
build-type: Simple
|
||
|
extra-source-files: AUTHORS
|
||
|
ChangeLog
|
||
|
COPYING
|
||
|
INSTALL.md
|
||
|
NEWS.md
|
||
|
README.md
|
||
|
cabal-version: >=1.10
|
||
|
|
||
|
source-repository head
|
||
|
type: darcs
|
||
|
location: http://hub.darcs.net/fr33domlover/vervis
|
||
|
|
||
|
library
|
||
|
exposed-modules: Vervis
|
||
|
-- other-modules:
|
||
|
-- other-extensions:
|
||
|
build-depends: base >=4.8 && <5
|
||
|
hs-source-dirs: src
|
||
|
default-language: Haskell2010
|
||
|
ghc-options: -Wall
|