Better meta-information
This commit is contained in:
parent
f6d64581cf
commit
32c8d4e76f
@ -1,5 +1,5 @@
|
|||||||
name: cryptoids-types
|
name: cryptoids-types
|
||||||
description: Shared types for encrypting internal object identifiers before exposing them in public facing apis
|
synopsis: Shared types for encrypting internal object identifiers before exposure
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
@ -8,6 +8,11 @@ maintainer: aethoago@141.li
|
|||||||
category: Web
|
category: Web
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
homepage: https://git.rheperire.org/cryptoids.git
|
||||||
|
source-repository head
|
||||||
|
type: git
|
||||||
|
location: git://git.rheperire.org/cryptoids.git
|
||||||
|
subdir: cryptoids-types
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Data.CryptoID
|
exposed-modules: Data.CryptoID
|
||||||
|
|||||||
@ -13,6 +13,11 @@ maintainer: aethoago@141.li
|
|||||||
category: cryptography
|
category: cryptography
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
homepage: https://git.rheperire.org/cryptoids.git
|
||||||
|
source-repository head
|
||||||
|
type: git
|
||||||
|
location: git://git.rheperire.org/cryptoids.git
|
||||||
|
subdir: cryptoids
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Data.CryptoID.Poly
|
exposed-modules: Data.CryptoID.Poly
|
||||||
|
|||||||
@ -13,6 +13,11 @@ maintainer: aethoago@141.li
|
|||||||
category: cryptography
|
category: cryptography
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
homepage: https://git.rheperire.org/cryptoids.git
|
||||||
|
source-repository head
|
||||||
|
type: git
|
||||||
|
location: git://git.rheperire.org/cryptoids.git
|
||||||
|
subdir: uuid-crypto
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Data.UUID.Cryptographic
|
exposed-modules: Data.UUID.Cryptographic
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user