fixes to the .cabal

master 0.4.5.1
Michele Guerini Rocco 2019-05-15 03:12:26 +02:00
parent 7b262e01d0
commit f6f9ea1a17
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A
1 changed files with 6 additions and 6 deletions

View File

@ -1,26 +1,26 @@
name: breve
version: 0.4.5.0
version: 0.4.5.1
synopsis: a url shortener
description:
Breve is a web application that provides a simple interface to
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-file: LICENSE
author: rnhmjoj
maintainer: micheleguerinirocco@me.com
copyright: (C) Michele Guerini Rocco 2015
maintainer: rnhmjoj@inventati.org
copyright: (C) Michele Guerini Rocco 2019
category: Web
build-type: Simple
extra-source-files: README.md, LICENSE
data-files: static/*.png, static/*.css
data-files: static/*.png, static/*.css static/*.woff
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/rnhmjoj/breve
location: https://maxwell.ydns.eu/git/rnhmjoj/breve
executable breve
main-is: Main.hs