diff options
author | tv <tv@krebsco.de> | 2021-02-23 20:57:47 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-02-23 21:19:15 +0100 |
commit | cb004b2e5f0fce6cea8d54e60558a1c1904dbe39 (patch) | |
tree | f3780432c8f3cf0d0ae49f931e0bf8265b561bd2 | |
parent | 1671852ca35d5a3b4f82ea9f67ed1b30c372c64f (diff) |
cabal: 0.1 -> 1.0.01.0.0
-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 |