fixes to the .cabal
This commit is contained in:
parent
7b262e01d0
commit
f6f9ea1a17
12
breve.cabal
12
breve.cabal
@ -1,26 +1,26 @@
|
|||||||
name: breve
|
name: breve
|
||||||
version: 0.4.5.0
|
version: 0.4.5.1
|
||||||
synopsis: a url shortener
|
synopsis: a url shortener
|
||||||
description:
|
description:
|
||||||
|
|
||||||
Breve is a web application that provides a simple interface to
|
Breve is a web application that provides a simple interface to
|
||||||
shortening long urls creating links smaller and easier to remember.
|
shortening long urls creating links smaller and easier to remember.
|
||||||
|
|
||||||
homepage: https://github.com/rnhmjoj/breve
|
homepage: https://maxwell.ydns.eu/git/rnhmjoj/breve
|
||||||
license: GPL-3
|
license: GPL-3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: rnhmjoj
|
author: rnhmjoj
|
||||||
maintainer: micheleguerinirocco@me.com
|
maintainer: rnhmjoj@inventati.org
|
||||||
copyright: (C) Michele Guerini Rocco 2015
|
copyright: (C) Michele Guerini Rocco 2019
|
||||||
category: Web
|
category: Web
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
extra-source-files: README.md, LICENSE
|
extra-source-files: README.md, LICENSE
|
||||||
data-files: static/*.png, static/*.css
|
data-files: static/*.png, static/*.css static/*.woff
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/rnhmjoj/breve
|
location: https://maxwell.ydns.eu/git/rnhmjoj/breve
|
||||||
|
|
||||||
executable breve
|
executable breve
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
|
Loading…
Reference in New Issue
Block a user