pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/hs-split



Module name:    wip
Committed by:   szptvlfn
Date:           Sat Aug 17 20:02:54 UTC 2013

Modified Files:
        wip/hs-split: Makefile buildlink3.mk distinfo

Log Message:
Update to 0.2.2

CHANGES:
* 0.2.2 (14 April 2013)

  - Add 'dropInnerBlanks' combinator for dropping blank chunks between
    consecutive delimiters while still keeping the delimiters separate.

* 0.2.1.3 (28 March 2013)

  - bump upper bound to allow base-4.7

* 0.2.1.2 (28 January 2013)

  - Patch from Daniel Wagner to make splitting lazier when using
    keepDelimsR.  Previously nothing was output until encountering a
    delimiter; now it can start outputting a Text chunk before
    reaching a delimiter.

* 0.2.1.1 (24 September 2012)

  - Update this CHANGES file with details from the past two releases.

* 0.2.1.0 (24 September 2012)

  - Go back to generic definition of 'build' (reverses change
    introduced in 0.1.4.3), for simplicity and Haskell2010 compliance.

* 0.2.0.0 (21 August 2012)

  - test with GHC 7.6.1 and bump base dependency to allow base-4.6

  - deprecate synonyms: sepBy, sepByOneOf, unintercalate, chunk

  - rename splitEvery to chunksOf

  - unify Delimiter definition, and get rid of GADTs extension

* 0.1.4.3 (7 June 2012)

  - Import 'build' function from GHC.Exts instead of defining it by
    hand, which can lead to some speedups (since GHC has special
    rewriting rules for the version in GHC.Exts).  Of course this ties
    it to GHC; if you want to build split under some other compiler,
    let me know and I can add some CPP directives to define 'build'
    conditionally.

  - Remove unnecessary Rank2Types extension.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.2 -r1.3 wip/hs-split/Makefile \
    wip/hs-split/buildlink3.mk wip/hs-split/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-split/Makefile?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-split/buildlink3.mk?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-split/distinfo?r1=1.2&r2=1.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index