Stop using "Int" for microsecond delays in "base"

Bas van Dijk v.dijk.bas at gmail.com
Mon Mar 28 20:12:32 CEST 2011


I just released the package:

http://hackage.haskell.org/package/unbounded-delays

I kept UnicodeSyntax but dropped the dependency on
base-unicode-symbols. I hope this is a satisfying compromise.

I also made a new major release of concurrent-extra that removes the
respected modules:

http://hackage.haskell.org/package/concurrent-extra-0.7

This release also supports (but doesn't require) the new cabal
test-suite feature. To test the package simply:

$ cabal configure --enable-tests
$ cabal build

now run the test suite either manually (and get nice colourful output) using:

$ dist/build/test-concurrent-extra/test-concurrent-extra

or using cabal (and get only a summary of the test output):

$ cabal test

Regards,

Bas

On 28 March 2011 20:01, Edward Kmett <ekmett at gmail.com> wrote:
> Thanks!
>
> On Sun, Mar 27, 2011 at 8:06 AM, Bas van Dijk <v.dijk.bas at gmail.com> wrote:
>>
>> On 27 March 2011 11:21, Bas van Dijk <v.dijk.bas at gmail.com> wrote:
>> > But note that I may move this to its own package soon (as in later
>> > today).
>>
>> Done: http://code.haskell.org/~basvandijk/code/unbounded-delays/
>>
>> I plan to release it this evening or tomorrow.
>>
>> Bas
>>
>> _______________________________________________
>> Libraries mailing list
>> Libraries at haskell.org
>> http://www.haskell.org/mailman/listinfo/libraries
>
>



More information about the Libraries mailing list