37 lines
809 B
YAML
37 lines
809 B
YAML
name: cryptoids-types
|
|
synopsis: Shared types for encrypting internal object identifiers before exposure
|
|
version: 1.0.0
|
|
license: BSD3
|
|
license-file: LICENSE
|
|
author: Gregor Kleen <aethoago@141.li>
|
|
maintainer: Gregor Kleen <aethoago@141.li>
|
|
category: Web
|
|
extra-source-files:
|
|
- changes.md
|
|
git: https://git.rheperire.org/cryptoids/cryptoids-types
|
|
|
|
default-extensions:
|
|
- KindSignatures
|
|
- DataKinds
|
|
- GeneralizedNewtypeDeriving
|
|
- DeriveGeneric
|
|
- DeriveDataTypeable
|
|
|
|
ghc-options:
|
|
- -Wall
|
|
- -fno-warn-name-shadowing
|
|
|
|
dependencies:
|
|
- base >=4.9 && <5
|
|
- binary >=0.8.3 && <0.11
|
|
- path-pieces >=0.2.1 && <0.3
|
|
- http-api-data >=0.3.7 && <0.5
|
|
- aeson >=1.2.4.0 && <1.5
|
|
- deepseq >=1.4.3.0 && <1.5
|
|
- hashable >=1.2.6.1 && <1.4
|
|
|
|
library:
|
|
source-dirs: src
|
|
exposed-modules:
|
|
- Data.CryptoID
|