name: filepath-crypto version: 0.1.0.0 synopsis: Reversable and secure encoding of object ids as filepaths category: cryptography author: Gregor Kleen maintainer: Gregor Kleen license: BSD3 git: https://git.rheperire.org/cryptoids/filepath-crypto extra-source-files: - changes.md default-extensions: - KindSignatures - ViewPatterns - FlexibleContexts - GeneralizedNewtypeDeriving - PatternGuards - RecordWildCards - DataKinds - DeriveDataTypeable - DeriveGeneric - FlexibleInstances - MultiParamTypeClasses - TypeFamilies - ConstraintKinds other-extensions: - ScopedTypeVariables ghc-options: - -Wall - -fno-warn-name-shadowing dependencies: - base - cryptoids-types - cryptoids-class - cryptoids - filepath - sandi - case-insensitive - binary - bytestring - exceptions - template-haskell library: source-dirs: src exposed-modules: - System.FilePath.Cryptographic - System.FilePath.Cryptographic.ImplicitNamespace - Data.Binary.SerializationLength - Data.Binary.SerializationLength.TH