Cabal revisions of OTP-0.0.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
+cabal-version: >=1.8 name: OTP -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.0.0.1 +x-revision: 1 + synopsis: HMAC-Based and Time-Based One-Time Passwords description: Implements HMAC-Based One-Time Password Algorithm as defined in RFC 4226 and Time-Based One-Time Password Algorithm as defined in RFC 6238. license: MIT license-file: LICENSE copyright: (c) 2012 Artem Leshchev author: Artem Leshchev -maintainer: matshch@gmail.com -homepage: https://github.com/matshch/OTP -bug-reports: https://github.com/matshch/OTP/issues +maintainer: hvr@gnu.org +homepage: https://github.com/hvr/OTP +bug-reports: https://github.com/hvr/OTP/issues category: Cryptography build-type: Simple -cabal-version: >=1.8 library exposed-modules: Data.OTP - build-depends: base >= 3 && < 5, Crypto >= 4, time >= 1.1 + build-depends: base >= 3 && < 4.12, Crypto >= 4 && < 4.3, time >= 1.1 && < 1.9 Test-Suite tests type: exitcode-stdio-1.0 main-is: Test/opt.hs - build-depends: base >= 3 && < 5, Crypto >= 4, time >= 1.1 + build-depends: base >= 3 && < 4.12, Crypto >= 4 && < 4.3, time >= 1.1 && < 1.9 source-repository head type: git - location: git://github.com/matshch/OTP.git + location: https://github.com/hvr/OTP.git source-repository this type: git - location: git://github.com/matshch/OTP.git - tag: v0.0.0.1+ location: https://github.com/hvr/OTP.git + tag: v0.0.0.1