Changelogs & cleanup

This commit is contained in:
Gregor Kleen 2017-10-10 04:31:42 +02:00
parent d91fd1b914
commit 5d9f672eb2
6 changed files with 12 additions and 12 deletions

View File

@ -0,0 +1,3 @@
# 0.0.0
First published version

View File

@ -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
View File

@ -0,0 +1,3 @@
# 0.0.0
First published version

View File

@ -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
View File

@ -0,0 +1,3 @@
# 1.0.0
First published version

View File

@ -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