cryptoids/cryptoids-types/package.yaml
2018-02-20 18:55:00 +01:00

34 lines
719 B
YAML

name: cryptoids-types
synopsis: Shared types for encrypting internal object identifiers before exposure
version: 0.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.9
- path-pieces >=0.2.1 && <0.3
- http-api-data >=0.3.7 && <0.4
library:
source-dirs: src
exposed-modules:
- Data.CryptoID