45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
name: cryptoids
|
|
version: 0.5.1.0
|
|
synopsis: Reversable and secure encoding of object ids as a bytestring
|
|
category: cryptography
|
|
author: Gregor Kleen <aethoago@141.li>
|
|
maintainer: Gregor Kleen <aethoago@141.li>
|
|
license: BSD3
|
|
git: https://git.rheperire.org/cryptoids/cryptoids
|
|
extra-source-files:
|
|
- changes.md
|
|
|
|
default-extensions:
|
|
- RankNTypes
|
|
- DataKinds
|
|
- GeneralizedNewtypeDeriving
|
|
- ViewPatterns
|
|
- RecordWildCards
|
|
- FlexibleContexts
|
|
- FlexibleInstances
|
|
- MultiParamTypeClasses
|
|
- TypeFamilies
|
|
- ConstraintKinds
|
|
ghc-options:
|
|
- -Wall
|
|
- -fno-warn-name-shadowing
|
|
dependencies:
|
|
- base >=4.9 && <5
|
|
- cryptoids-types >=0.0 && <1.1
|
|
- cryptoids-class >=0.0 && <0.1
|
|
- cryptonite >=0.23 && <0.27
|
|
- bytestring >=0.10.8 && <0.11
|
|
- binary >=0.8.3 && <0.11
|
|
- memory >=0.14.6 && <0.15
|
|
- exceptions >=0.8.3 && <0.11
|
|
- filepath >=1.4.1 && <1.5
|
|
- directory >=1.3.0 && <1.4
|
|
|
|
library:
|
|
source-dirs: src
|
|
exposed-modules:
|
|
- Data.CryptoID.Poly
|
|
- Data.CryptoID.Poly.ImplicitNamespace
|
|
- Data.CryptoID.ByteString
|
|
- Data.CryptoID.ByteString.ImplicitNamespace
|