Version bump
This commit is contained in:
parent
bde11cc9a0
commit
7b7d92af93
4 changed files with 14 additions and 5 deletions
7
COPYING
Normal file
7
COPYING
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Copyright (c) 2022 Vergara Technologies LLC
|
||||||
|
|
||||||
|
This package ("Original Work") is licensed under the terms of the Bootstrap
|
||||||
|
Open Source License, version 1.0, or at your option, any later version
|
||||||
|
("BOSL"). See the file ./LICENSE for the terms of the Bootstrap Open Source
|
||||||
|
Licence, version 1.0.
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2022 Vergara Technologies
|
Copyright (c) 2022 Vergara Technologies LLC
|
||||||
|
|
||||||
=======================================================
|
=======================================================
|
||||||
Bootstrap Open Source Licence ("BOSL") v. 1.0
|
Bootstrap Open Source Licence ("BOSL") v. 1.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: zgo-backend
|
name: zgo-backend
|
||||||
version: 0.1.0.0
|
version: 0.1.0.1
|
||||||
git: "https://gitlab.com/pitmutt/zgo-backend"
|
git: "https://gitlab.com/pitmutt/zgo-backend"
|
||||||
license: MIT
|
license: BOSL
|
||||||
author: "Rene Vergara"
|
author: "Rene Vergara"
|
||||||
maintainer: "rene@vergara.network"
|
maintainer: "rene@vergara.network"
|
||||||
copyright: "Copyright (c) 2022 Vergara Technologies LLC"
|
copyright: "Copyright (c) 2022 Vergara Technologies LLC"
|
||||||
|
@ -9,6 +9,7 @@ copyright: "Copyright (c) 2022 Vergara Technologies LLC"
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
- README.md
|
- README.md
|
||||||
- ChangeLog.md
|
- ChangeLog.md
|
||||||
|
- zgo.cfg
|
||||||
|
|
||||||
# Metadata used when publishing your package
|
# Metadata used when publishing your package
|
||||||
synopsis: Haskell Back-end for the ZGo point-of-sale application
|
synopsis: Haskell Back-end for the ZGo point-of-sale application
|
||||||
|
|
|
@ -5,19 +5,20 @@ cabal-version: 1.12
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
name: zgo-backend
|
name: zgo-backend
|
||||||
version: 0.1.0.0
|
version: 0.1.0.1
|
||||||
synopsis: Haskell Back-end for the ZGo point-of-sale application
|
synopsis: Haskell Back-end for the ZGo point-of-sale application
|
||||||
description: Please see the README on GitLab at <https://gitlab.com/pitmutt/zgo-backend#readme>
|
description: Please see the README on GitLab at <https://gitlab.com/pitmutt/zgo-backend#readme>
|
||||||
category: Web
|
category: Web
|
||||||
author: Rene Vergara
|
author: Rene Vergara
|
||||||
maintainer: rene@vergara.network
|
maintainer: rene@vergara.network
|
||||||
copyright: Copyright (c) 2022 Vergara Technologies LLC
|
copyright: Copyright (c) 2022 Vergara Technologies LLC
|
||||||
license: MIT
|
license: BOSL
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
README.md
|
README.md
|
||||||
ChangeLog.md
|
ChangeLog.md
|
||||||
|
zgo.cfg
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
|
|
Loading…
Reference in a new issue