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

34 lines
659 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
- binary
- path-pieces
- http-api-data
library:
source-dirs: src
exposed-modules:
- Data.CryptoID