Path to this page:
Subject: CVS commit: wip/hs-cereal
From: Ryosuke Moro
Date: 2013-11-09 00:07:20
Message id: E1Vev9N-00015A-Kh@sfs-ml-1.v29.ch3.sourceforge.com
Log Message:
Update to 0.4.0.1
changes:
0.4.0.1
- Prevent parsing non-ordered containers
This comes from the discussion of this pull request:
https://github.com/GaloisInc/cereal/pull/20
It was pointed out that fromList on the containers will do the same check
internally that the pull request implements, so it seemed sensible to just
use that instead of replicate its functionality here.
Files: