cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 646213c12b7e039ec3de349afc5cb60aa5a0238acd0fb597e5f6a8a5cc2b5559 name: cryptoids-types version: 1.0.0 x-revision: 2 synopsis: Shared types for encrypting internal object identifiers before exposure category: Web author: Gregor Kleen maintainer: Gregor Kleen license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: changes.md source-repository head type: git location: https://git.rheperire.org/cryptoids/cryptoids-types library exposed-modules: Data.CryptoID other-modules: Paths_cryptoids_types hs-source-dirs: src default-extensions: KindSignatures DataKinds GeneralizedNewtypeDeriving DeriveGeneric DeriveDataTypeable ghc-options: -Wall -fno-warn-name-shadowing build-depends: aeson >=1.2.4.0 && <1.5 , base >=4.9 && <5 , binary >=0.8.3 && <0.11 , deepseq >=1.4.3.0 && <1.5 , hashable >=1.2.6.1 && <1.4 , http-api-data >=0.3.7 && <0.5 , path-pieces >=0.2.1 && <0.3 default-language: Haskell2010