name: cryptoids version: 0.5.0.0 cabal-version: >=1.10 build-type: Simple license: BSD3 license-file: LICENSE maintainer: Gregor Kleen synopsis: Reversable and secure encoding of object ids as a bytestring category: cryptography author: Gregor Kleen extra-source-files: changes.md source-repository head type: git location: https://git.rheperire.org/cryptoids/cryptoids library exposed-modules: Data.CryptoID.Poly Data.CryptoID.Poly.ImplicitNamespace Data.CryptoID.ByteString Data.CryptoID.ByteString.ImplicitNamespace build-depends: base >=4.10.1.0 && <4.11, binary >=0.8.5.1 && <0.9, bytestring >=0.10.8.2 && <0.11, cryptoids-class >=0.0.0 && <0.1, cryptoids-types >=0.0.0 && <0.1, cryptonite ==0.24.*, directory >=1.3.0.2 && <1.4, exceptions >=0.8.3 && <0.9, filepath >=1.4.1.2 && <1.5, memory >=0.14.11 && <0.15 default-language: Haskell2010 default-extensions: RankNTypes DataKinds GeneralizedNewtypeDeriving ViewPatterns RecordWildCards FlexibleContexts FlexibleInstances MultiParamTypeClasses TypeFamilies ConstraintKinds hs-source-dirs: src other-modules: Paths_cryptoids ghc-options: -Wall -fno-warn-name-shadowing