Better meta-information
This commit is contained in:
parent
f6d64581cf
commit
32c8d4e76f
@ -1,5 +1,5 @@
|
||||
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
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
@ -8,6 +8,11 @@ maintainer: aethoago@141.li
|
||||
category: Web
|
||||
build-type: Simple
|
||||
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
|
||||
exposed-modules: Data.CryptoID
|
||||
|
||||
@ -13,6 +13,11 @@ maintainer: aethoago@141.li
|
||||
category: cryptography
|
||||
build-type: Simple
|
||||
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
|
||||
exposed-modules: Data.CryptoID.Poly
|
||||
|
||||
@ -13,6 +13,11 @@ maintainer: aethoago@141.li
|
||||
category: cryptography
|
||||
build-type: Simple
|
||||
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
|
||||
exposed-modules: Data.UUID.Cryptographic
|
||||
|
||||
Loading…
Reference in New Issue
Block a user