bitstream 0.2 → 0.2.0.1
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog +3/−0
- Data/Bitstream/Internal.hs +2/−1
- bitstream.cabal +1/−1
ChangeLog view
@@ -1,3 +1,6 @@+== bitstream-0.2.0.1 / 2011-08-26+* bugfix: build failure on GHC 7.2.1+ == bitstream-0.2 / 2011-07-08 * bugfix: Make stream fusion actually work * Implement fromBits / toBits
Data/Bitstream/Internal.hs view
@@ -1,5 +1,6 @@ {-# LANGUAGE- FlexibleContexts+ BangPatterns+ , FlexibleContexts , UnicodeSyntax #-} module Data.Bitstream.Internal
bitstream.cabal view
@@ -6,7 +6,7 @@ fusion. This is like @bytestring@ but stores bits instead of bytes. -Version: 0.2+Version: 0.2.0.1 License: PublicDomain License-File: COPYING Author: PHO <pho at cielonegro dot org>