packages feed

uuid-crypto-1.4.0.0: uuid-crypto.cabal

name: uuid-crypto
version: 1.4.0.0
cabal-version: >=1.10
build-type: Simple
license: BSD3
license-file: LICENSE
maintainer: Gregor Kleen <aethoago@141.li>
synopsis: Reversable and secure encoding of object ids as uuids
category: cryptography
author: Gregor Kleen <aethoago@141.li>
extra-source-files:
    changes.md

source-repository head
    type: git
    location: https://git.rheperire.org/cryptoids/uuid-crypto

library
    exposed-modules:
        Data.UUID.Cryptographic
        Data.UUID.Cryptographic.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 >=0.5.0.0 && <0.6,
        cryptoids-class >=0.0.0 && <0.1,
        cryptoids-types >=0.0.0 && <0.1,
        exceptions >=0.8.3 && <0.9,
        uuid >=1.3.13 && <1.4
    default-language: Haskell2010
    default-extensions: KindSignatures ViewPatterns FlexibleContexts
                        GeneralizedNewtypeDeriving PatternGuards RecordWildCards DataKinds
                        DeriveDataTypeable DeriveGeneric FlexibleInstances
                        MultiParamTypeClasses TypeFamilies ConstraintKinds
    other-extensions: ScopedTypeVariables
    hs-source-dirs: src
    other-modules:
        Paths_uuid_crypto
    ghc-options: -Wall -fno-warn-name-shadowing