diff options
-rw-r--r-- | hack.cabal | 18 |
1 files changed, 7 insertions, 11 deletions
@@ -1,14 +1,10 @@ -Name: hack -Version: 0.1 -Synopsis: Project Synopsis Here -Description: Project Description Here -License: MIT -Author: Author -Maintainer: maintainer@example.com -Stability: Experimental -Category: Web -Build-type: Simple -Cabal-version: >=1.2 +name: hack +version: 1.0.0 +license: MIT +author: tv +maintainer: tv@krebsco.de +build-type: Simple +cabal-version: >=1.2 library build-depends: base |