packages feed

Cabal revisions of OTP-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 cabal-version: 1.12 name:          OTP version:       0.1.0.0+x-revision: 1 synopsis:      HMAC-Based and Time-Based One-Time Passwords (HOTP & TOTP)  description:   Implements the /HMAC-Based One-Time Password Algorithm/ (HOTP) as                     , cryptohash-sha256  >= 0.11.100.1 && < 0.12                     , cryptohash-sha512  >= 0.11.100.1 && < 0.12                     , bytestring         >= 0.9.2.0    && < 0.11-                    , base               >= 4.5.0.0    && < 4.12+                    , base               >= 4.5.0.0    && < 4.13                     , time               >= 1.4        && < 1.9    ghc-options:        -Wall
revision 2
 cabal-version: 1.12 name:          OTP version:       0.1.0.0-x-revision: 1+x-revision: 2 synopsis:      HMAC-Based and Time-Based One-Time Passwords (HOTP & TOTP)  description:   Implements the /HMAC-Based One-Time Password Algorithm/ (HOTP) as   if flag(pure-sha)     build-depends:    SHA                >= 1.6.4.4    && < 1.7                     , bytestring         >= 0.10.0.0   && < 0.11-                    , base               >= 4.3.0.0    && < 4.12-                    , time               >= 1.2        && < 1.9+                    , base               >= 4.3.0.0    && < 4.14+                    , time               >= 1.2        && < 1.10   else     build-depends:    cryptohash-sha1    >= 0.11.100.1 && < 0.12                     , cryptohash-sha256  >= 0.11.100.1 && < 0.12                     , cryptohash-sha512  >= 0.11.100.1 && < 0.12                     , bytestring         >= 0.9.2.0    && < 0.11-                    , base               >= 4.5.0.0    && < 4.13-                    , time               >= 1.4        && < 1.9+                    , base               >= 4.5.0.0    && < 4.14+                    , time               >= 1.4        && < 1.10    ghc-options:        -Wall 
revision 3
 cabal-version: 1.12 name:          OTP version:       0.1.0.0-x-revision: 2+x-revision: 3 synopsis:      HMAC-Based and Time-Based One-Time Passwords (HOTP & TOTP)  description:   Implements the /HMAC-Based One-Time Password Algorithm/ (HOTP) as    if flag(pure-sha)     build-depends:    SHA                >= 1.6.4.4    && < 1.7-                    , bytestring         >= 0.10.0.0   && < 0.11-                    , base               >= 4.3.0.0    && < 4.14-                    , time               >= 1.2        && < 1.10+                    , bytestring         >= 0.10.0.0   && < 0.12+                    , base               >= 4.3.0.0    && < 4.20+                    , time               >= 1.2        && < 1.13   else     build-depends:    cryptohash-sha1    >= 0.11.100.1 && < 0.12                     , cryptohash-sha256  >= 0.11.100.1 && < 0.12                     , cryptohash-sha512  >= 0.11.100.1 && < 0.12-                    , bytestring         >= 0.9.2.0    && < 0.11-                    , base               >= 4.5.0.0    && < 4.14-                    , time               >= 1.4        && < 1.10+                    , bytestring         >= 0.9.2.0    && < 0.12+                    , base               >= 4.5.0.0    && < 4.20+                    , time               >= 1.4        && < 1.13    ghc-options:        -Wall