cryptoids/uuid-crypto/package.yaml
2018-12-17 13:32:32 +01:00

46 lines
1.0 KiB
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 >=4.9 && <5
- cryptoids-types >=0.0.0 && <1.1
- cryptoids-class >=0.0.0 && <0.1
- cryptoids >=0.5 && <0.6
- uuid >=1.3.13 && <1.4
- bytestring >=0.10.8 && <0.11
- binary >=0.8.3 && <0.11
- exceptions >=0.8.3 && <0.11
library:
source-dirs: src
exposed-modules:
- Data.UUID.Cryptographic
- Data.UUID.Cryptographic.ImplicitNamespace