pkgsrc-WIP-cvs archive

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

CVS commit: wip/hs-unordered-containers



Module name:    wip
Committed by:   szptvlfn
Date:           Mon Jul 29 19:12:52 UTC 2013

Modified Files:
        wip/hs-unordered-containers: Makefile distinfo

Log Message:
Update to 0.2.3.1

changes:
0.2.3.1
 - Remove support for compilers other than GHC
 - Make GHC >= 7.2 imports conditional
 - Data.HashMap.Array: Add import list for GHC.Exts
     GHC 7.7 now exports fromList/toList for GHC.Exts which conflict with
     names defined in this module.
 - benchmarks: rename hashmap/HashMap to hashmap/Map
 - Add benchmarks for hashmap package comparison
 - Eta-expand some worker functions
     Prior to this change, the computation of the hash
       h0 = hash k0
     would create an extra thunk in every call to e.g. 'lookup'.
 - Drop support for GHC 7.0


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

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-unordered-containers/Makefile?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-unordered-containers/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 your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&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