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 maintainer: Gregor Kleen category: Web extra-doc-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