-- Initial crypto-tmac.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: crypto-totp version: 0.1.0.1 synopsis: Provides generation and verification services for time-based one-time keys. description: Generate and verify one-time keys. . Please see . . Changes: . 0.1.0.1: Hopefully works with 32-bit integer CTime. license: BSD3 license-file: LICENSE author: Jeff Shaw maintainer: shawjef3@gmail.com -- copyright: category: Cryptography build-type: Simple cabal-version: >=1.8 library extensions: NamedFieldPuns, ExistentialQuantification exposed-modules: Crypto.MAC.TOTP.Factory, Crypto.MAC.TOTP.Verifier -- other-modules: build-depends: base ==4.*, containers, unix, bytestring, cereal, tagged, cryptohash