base32-bytestring 0.1.1.0 → 0.1.1.1
raw patch · 3 files changed
+11/−10 lines, 3 files
Files
- README.md +3/−3
- base32-bytestring.cabal +7/−7
- changelog +1/−0
README.md view
@@ -19,6 +19,6 @@ [base16-pkg]: http://hackage.haskell.org/package/base16-bytestring [base64-pkg]: http://hackage.haskell.org/package/base64-bytestring-1.0.0.1 [rfc]: http://tools.ietf.org/html/rfc4648-[travis-img]: https://travis-ci.org/cobit/base32-bytestring.png-[travis-log]: https://travis-ci.org/cobit/base32-bytestring-[issues]: https://github.com/cobit/base32-bytestring/issues+[travis-img]: https://travis-ci.org/pxqr/base32-bytestring.png+[travis-log]: https://travis-ci.org/pxqr/base32-bytestring+[issues]: https://github.com/pxqr/base32-bytestring/issues
base32-bytestring.cabal view
@@ -1,15 +1,15 @@ name: base32-bytestring-version: 0.1.1.0+version: 0.1.1.1 license: BSD3 license-file: LICENSE author: Sam Truzjan maintainer: Sam Truzjan <pxqr.sta@gmail.com>-copyright: (c) 2013 Sam Truzjan+copyright: (c) 2013, Sam Truzjan category: Codec, Data build-type: Simple cabal-version: >= 1.10-homepage: https://github.com/cobit/base32-bytestring-bug-reports: https://github.com/cobit/base32-bytestring/issues+homepage: https://github.com/pxqr/base32-bytestring+bug-reports: https://github.com/pxqr/base32-bytestring/issues synopsis: Fast base32 and base32hex codec for ByteStrings description: base32 and base32hex codec according to RFC4648@@ -22,14 +22,14 @@ source-repository head type: git- location: git://github.com/cobit/base32-bytestring.git+ location: git://github.com/pxqr/base32-bytestring.git branch: master source-repository this type: git- location: git://github.com/cobit/base32-bytestring.git+ location: git://github.com/pxqr/base32-bytestring.git branch: master- tag: v0.1.1.0+ tag: v0.1.1.1 library default-language: Haskell2010
changelog view
@@ -1,2 +1,3 @@ * 0.1.0.0: Initial version. * 0.1.1.0: Added lenient decoding.+* 0.1.1.1: Update URLs after migration.