Changelogs & cleanup
This commit is contained in:
parent
d91fd1b914
commit
5d9f672eb2
3
cryptoids-types/changes.md
Normal file
3
cryptoids-types/changes.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 0.0.0
|
||||
|
||||
First published version
|
||||
@ -8,6 +8,7 @@ maintainer: aethoago@141.li
|
||||
category: Web
|
||||
build-type: Simple
|
||||
cabal-version: >=1.10
|
||||
extra-source-files: changes.md
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://git.rheperire.org/cryptoids
|
||||
|
||||
3
cryptoids/changes.md
Normal file
3
cryptoids/changes.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 0.0.0
|
||||
|
||||
First published version
|
||||
@ -1,18 +1,14 @@
|
||||
-- Initial cryptoids.cabal generated by cabal init. For further
|
||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||
|
||||
name: cryptoids
|
||||
version: 0.0.0
|
||||
synopsis: Reversable and secure encoding of object ids as a bytestring
|
||||
-- description:
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
author: Gregor Kleen
|
||||
maintainer: aethoago@141.li
|
||||
-- copyright:
|
||||
category: cryptography
|
||||
build-type: Simple
|
||||
cabal-version: >=1.10
|
||||
extra-source-files: changes.md
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://git.rheperire.org/cryptoids
|
||||
@ -20,7 +16,6 @@ source-repository head
|
||||
|
||||
library
|
||||
exposed-modules: Data.CryptoID.Poly
|
||||
-- other-modules:
|
||||
default-extensions: RankNTypes
|
||||
, DataKinds
|
||||
, GeneralizedNewtypeDeriving
|
||||
|
||||
3
uuid-crypto/changes.md
Normal file
3
uuid-crypto/changes.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 1.0.0
|
||||
|
||||
First published version
|
||||
@ -1,18 +1,14 @@
|
||||
-- Initial uuid-crypto.cabal generated by cabal init. For further
|
||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||
|
||||
name: uuid-crypto
|
||||
version: 1.0.0
|
||||
synopsis: Reversable and secure encoding of object ids as uuids
|
||||
-- description:
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
author: Gregor Kleen
|
||||
maintainer: aethoago@141.li
|
||||
-- copyright:
|
||||
category: cryptography
|
||||
build-type: Simple
|
||||
cabal-version: >=1.10
|
||||
extra-source-files: changes.md
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://git.rheperire.org/cryptoids
|
||||
@ -20,7 +16,6 @@ source-repository head
|
||||
|
||||
library
|
||||
exposed-modules: Data.UUID.Cryptographic
|
||||
-- other-modules:
|
||||
default-extensions: KindSignatures
|
||||
, ViewPatterns
|
||||
, FlexibleContexts
|
||||
|
||||
Loading…
Reference in New Issue
Block a user