Changelog for separated-0.3.2.1
0.3.2.1
- Fixed Setup.hs to work with Cabal2
0.3.2
- Added
Generic
andGeneric1
instances forBefore
,After
,Between
, andBetween'
0.3.1
- Added
Ord1
instances forBefore
,After
,Between
, andBetween'
0.3.0
- Add
Foldable1
andTraversable1
instances forPesarated1
.
0.2.3
- Add
Foldable
andTraversable
instances forSeparated
,Separated1
,Pesarated
andPesarated1
.
0.2.0
- Refactoring with lots of changes to data types.
- Introduce nix for building.
0.1.2
- Add instance of
Wrapped
andSwapped
.
0.1.1
- Introduce
separatedBy
andseparatedBy1
combinators.
0.1.0
- Refactor and reorganisation of modules.
0.0.8
- This change log starts.