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-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.4 library: source-dirs: src exposed-modules: - Data.CryptoID