cryptoids/uuid-crypto/package.yaml
2018-01-15 14:46:39 +01:00

40 lines
787 B
YAML

name: uuid-crypto
version: 1.3.1.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
other-extensions:
- ScopedTypeVariables
ghc-options:
- -Wall
- -fno-warn-name-shadowing
dependencies:
- base
- cryptoids-types
- cryptoids
- uuid
- binary
- bytestring
- exceptions
library:
source-dirs: src
exposed-modules:
- Data.UUID.Cryptographic