From 1fbad21678ef65e469c1716c5f867bdacf737f5d Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Thu, 19 May 2022 13:08:12 -0500 Subject: [PATCH] Version bump --- package.yaml | 5 +++-- zgo-backend.cabal | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package.yaml b/package.yaml index 6341f22..8933323 100644 --- a/package.yaml +++ b/package.yaml @@ -1,7 +1,7 @@ name: zgo-backend -version: 0.1.0.0 +version: 0.1.0.1 git: "https://gitlab.com/pitmutt/zgo-backend" -license: MIT +license: BOSL author: "Rene Vergara" maintainer: "rene@vergara.network" copyright: "Copyright (c) 2022 Vergara Technologies LLC" @@ -9,6 +9,7 @@ copyright: "Copyright (c) 2022 Vergara Technologies LLC" extra-source-files: - README.md - ChangeLog.md +- zgo.cfg # Metadata used when publishing your package synopsis: Haskell Back-end for the ZGo point-of-sale application diff --git a/zgo-backend.cabal b/zgo-backend.cabal index 3f2f324..9f2aa65 100644 --- a/zgo-backend.cabal +++ b/zgo-backend.cabal @@ -5,19 +5,20 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: zgo-backend -version: 0.1.0.0 +version: 0.1.0.1 synopsis: Haskell Back-end for the ZGo point-of-sale application description: Please see the README on GitLab at category: Web author: Rene Vergara maintainer: rene@vergara.network copyright: Copyright (c) 2022 Vergara Technologies LLC -license: MIT +license: BOSL license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md + zgo.cfg source-repository head type: git