cryptoids/cryptoids-types/cryptoids-types.cabal
2017-10-10 03:40:23 +02:00

25 lines
844 B
Plaintext

name: cryptoids-types
description: Shared types for encrypting internal object identifiers before exposing them in public facing apis
version: 0.0.0
license: BSD3
license-file: LICENSE
author: Gregor Kleen
maintainer: aethoago@141.li
category: Web
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Data.CryptoID
default-extensions: KindSignatures
, DataKinds
, GeneralizedNewtypeDeriving
, DeriveGeneric
, DeriveDataTypeable
build-depends: base >=4.9 && <4.10
, binary
, path-pieces
, http-api-data
hs-source-dirs: src
default-language: Haskell2010