bencoding 0.4.0.1 → 0.4.0.2
raw patch · 2 files changed
+4/−6 lines, 2 files
Files
- bencoding.cabal +3/−6
- changelog +1/−0
bencoding.cabal view
@@ -1,5 +1,5 @@ name: bencoding-version: 0.4.0.1+version: 0.4.0.2 license: BSD3 license-file: LICENSE author: Sam Truzjan@@ -15,10 +15,7 @@ bug-reports: https://github.com/cobit/bencoding/issues synopsis: A library for encoding and decoding of BEncode data. description:-- A library for encoding and decoding of BEncode data.- .- See NEWS.md for release notes.+ A library for fast and easy encoding and decoding of BEncode data. extra-source-files: README.md , changelog@@ -32,7 +29,7 @@ type: git location: git://github.com/cobit/bencoding.git branch: master- tag: v0.4.0.1+ tag: v0.4.0.2 library default-language: Haskell2010
changelog view
@@ -4,3 +4,4 @@ * 0.3.0.0: Rename BEncode to BValue and BEncodable to BEncode. * 0.4.0.0: Faster dictionary conversion. * 0.4.0.1: Nothing changed.+* 0.4.0.2: Minor fixes.