52 lines
1.7 KiB
Plaintext
52 lines
1.7 KiB
Plaintext
cabal-version: 1.12
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.33.0.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
--
|
|
-- hash: 2e91d9536d44bca5e2a2633264a1def3fa433a473b33f87f19b9ddffd8bea9f2
|
|
|
|
name: filepath-crypto
|
|
version: 0.1.0.0
|
|
synopsis: Reversable and secure encoding of object ids as filepaths
|
|
category: cryptography
|
|
author: Gregor Kleen <aethoago@141.li>
|
|
maintainer: Gregor Kleen <aethoago@141.li>
|
|
license: BSD3
|
|
license-file: LICENSE
|
|
build-type: Simple
|
|
extra-source-files:
|
|
changes.md
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://git.rheperire.org/cryptoids/filepath-crypto
|
|
|
|
library
|
|
exposed-modules:
|
|
System.FilePath.Cryptographic
|
|
System.FilePath.Cryptographic.ImplicitNamespace
|
|
Data.Binary.SerializationLength
|
|
Data.Binary.SerializationLength.TH
|
|
other-modules:
|
|
Data.Binary.SerializationLength.Class
|
|
Paths_filepath_crypto
|
|
hs-source-dirs:
|
|
src
|
|
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
|
|
build-depends:
|
|
base >=4.9 && <5
|
|
, base32 <0.3.0.0
|
|
, binary >=0.8.3 && <0.11
|
|
, bytestring >=0.10.8 && <0.11
|
|
, case-insensitive >=1.2.0 && <1.3
|
|
, cryptoids >=0.5 && <0.6
|
|
, cryptoids-class >=0.0.0 && <0.1
|
|
, cryptoids-types >=0.0.0 && <1.1
|
|
, exceptions >=0.8.3 && <0.11
|
|
, filepath >=1.4.1 && <1.5
|
|
, template-haskell >=2.11.1 && <2.16
|
|
default-language: Haskell2010
|