Commit Graph

21 Commits

Author SHA1 Message Date
Sylvain HENRY
858e615896 Add support for byte alignment and bit skip 2015-03-06 20:40:36 +01:00
Sylvain Henry
1d240236b6 Bump version 2015-03-06 14:54:26 +01:00
Sylvain HENRY
9358c44428 Add helper modules 2015-03-06 09:33:09 +01:00
Sylvain HENRY
53379ac481 Bump version to 0.5.1 2015-02-26 22:08:01 +01:00
Lennart Kolmodin
bd9cb81435 Bump version to 0.5 2015-01-09 20:40:21 +03:00
Lennart Kolmodin
1032a97837 Bump version to 0.4 2015-01-09 16:40:31 +03:00
Lennart Kolmodin
50e2ce0d92 Bump version to 0.3. 2013-03-14 20:13:52 +04:00
Lennart Kolmodin
c9ee63001b Bump version to 0.2. 2012-10-28 15:04:46 +04:00
Lennart Kolmodin
0e5029eff1 Keep the current chunk within the BitGet monad.
Using the ensureN, get and put methods from binary-0.6.0.0 we
can keep the current chunk within the BitGet monad and put what
remains of the chunk when the monad has finished executing or
if we encounter an error.
2012-04-25 21:39:30 +04:00
Lennart Kolmodin
3ab9b9ab10 Update the .cabal file that we moved the sources to github. 2012-01-26 15:25:39 +04:00
Lennart Kolmodin
8ce95bb417 Update .cabal file. Add source-repository and better docs. 2011-10-22 15:30:32 +04:00
Lennart Kolmodin
4fd6325e3d Declare extensions in .cabal. 2011-10-21 01:00:48 +04:00
Lennart Kolmodin
48cdb374a1 Comments and haddock. 2011-10-21 01:00:12 +04:00
Lennart Kolmodin
36635b2dac Move into new module names 2011-06-04 01:35:06 +04:00
Lennart Kolmodin
8bb6f37f03 Need to set default-language when forcing cabal-1.10
Setting it to Haskell98
2011-06-02 02:44:43 +04:00
Lennart Kolmodin
9ac25638c9 test-suite stanza requires cabal 1.10 2011-06-01 10:05:39 +04:00
Lennart Kolmodin
70687bc3e5 Use HPC for tests 2010-08-27 17:06:54 +04:00
Lennart Kolmodin
856e4d3678 Use test-framework to handles tests 2010-08-26 23:56:27 +04:00
Lennart Kolmodin
352913f332 Add module Bits, with BinaryBit class and instances 2010-08-26 18:40:22 +04:00
Lennart Kolmodin
8897b8930b Continue on the BitGet monad, and implement readWord64be 2010-08-24 22:06:21 +04:00
Lennart Kolmodin
3d4f8eef46 Simple .cabal file, adding the QC tests as a test-suite 2010-08-17 23:36:45 +04:00