46 lines
940 B
YAML
46 lines
940 B
YAML
name: uuid-crypto
|
|
version: 1.4.0.0
|
|
synopsis: Reversable and secure encoding of object ids as uuids
|
|
category: cryptography
|
|
author: Gregor Kleen <aethoago@141.li>
|
|
maintainer: Gregor Kleen <aethoago@141.li>
|
|
license: BSD3
|
|
git: https://git.rheperire.org/cryptoids/uuid-crypto
|
|
extra-source-files:
|
|
- changes.md
|
|
|
|
default-extensions:
|
|
- KindSignatures
|
|
- ViewPatterns
|
|
- FlexibleContexts
|
|
- GeneralizedNewtypeDeriving
|
|
- PatternGuards
|
|
- RecordWildCards
|
|
- DataKinds
|
|
- DeriveDataTypeable
|
|
- DeriveGeneric
|
|
- FlexibleInstances
|
|
- MultiParamTypeClasses
|
|
- TypeFamilies
|
|
- ConstraintKinds
|
|
other-extensions:
|
|
- ScopedTypeVariables
|
|
ghc-options:
|
|
- -Wall
|
|
- -fno-warn-name-shadowing
|
|
dependencies:
|
|
- base
|
|
- cryptoids-types
|
|
- cryptoids-class
|
|
- cryptoids
|
|
- uuid
|
|
- binary
|
|
- bytestring
|
|
- exceptions
|
|
|
|
library:
|
|
source-dirs: src
|
|
exposed-modules:
|
|
- Data.UUID.Cryptographic
|
|
- Data.UUID.Cryptographic.ImplicitNamespace
|