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
|
category: Web
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
extra-source-files: changes.md
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://git.rheperire.org/cryptoids
|
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
|
name: cryptoids
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
synopsis: Reversable and secure encoding of object ids as a bytestring
|
synopsis: Reversable and secure encoding of object ids as a bytestring
|
||||||
-- description:
|
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Gregor Kleen
|
author: Gregor Kleen
|
||||||
maintainer: aethoago@141.li
|
maintainer: aethoago@141.li
|
||||||
-- copyright:
|
|
||||||
category: cryptography
|
category: cryptography
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
extra-source-files: changes.md
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://git.rheperire.org/cryptoids
|
location: https://git.rheperire.org/cryptoids
|
||||||
@ -20,7 +16,6 @@ source-repository head
|
|||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Data.CryptoID.Poly
|
exposed-modules: Data.CryptoID.Poly
|
||||||
-- other-modules:
|
|
||||||
default-extensions: RankNTypes
|
default-extensions: RankNTypes
|
||||||
, DataKinds
|
, DataKinds
|
||||||
, GeneralizedNewtypeDeriving
|
, 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
|
name: uuid-crypto
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
synopsis: Reversable and secure encoding of object ids as uuids
|
synopsis: Reversable and secure encoding of object ids as uuids
|
||||||
-- description:
|
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Gregor Kleen
|
author: Gregor Kleen
|
||||||
maintainer: aethoago@141.li
|
maintainer: aethoago@141.li
|
||||||
-- copyright:
|
|
||||||
category: cryptography
|
category: cryptography
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
extra-source-files: changes.md
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://git.rheperire.org/cryptoids
|
location: https://git.rheperire.org/cryptoids
|
||||||
@ -20,7 +16,6 @@ source-repository head
|
|||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Data.UUID.Cryptographic
|
exposed-modules: Data.UUID.Cryptographic
|
||||||
-- other-modules:
|
|
||||||
default-extensions: KindSignatures
|
default-extensions: KindSignatures
|
||||||
, ViewPatterns
|
, ViewPatterns
|
||||||
, FlexibleContexts
|
, FlexibleContexts
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user