Hi, On Wed, Sep 02, 2015 at 01:13:28PM +0200, Matthias Kilian wrote: > these new ports are requirements for the new Haskell Platform. > > ok to import?
Anyone? Without these ports, I can't update meta/haskell-platform nor lang/ghc (or I'd have to delete meta/haskell-platform but also at least devel/alex and devel/hs-QuickCheck and everything depending on it). Ciao, Kili > Comments and descriptions: > > hs-ObjectName-1.1.0.0 > > Comment: > explicitly handled object names > > Description: > This tiny package contains the class ObjectName, which corresponds > to the general notion of explicitly handled identifiers for API > objects, e.g. a texture object name in OpenGL or a buffer object > name in OpenAL. > > hs-StateVar-1.1.0.0 > > Comment: > State variables > > Description: > This package contains state variables, which are references in the > IO monad, like IORefs or parts of the OpenGL state. > > hs-exceptions-0.8.0.2 > > Comment: > extensible optionally-pure exceptions > > Description: > This package provides (optionally pure) extensible exceptions that > are compatible with the monad transformer library. > > hs-network-uri-2.6.0.3 > > Comment: > URI manipulation > > Description: > This package provides an URI manipulation inteface. > > hs-old-locale-1.0.0.7 > > Comment: > old locale library > > Description: > This package provides the ability to adapt to locale conventions > such as date and time formats. > > hs-old-time-1.1.0.3 > > Comment: > old time library > > Description: > This package provides the old time library. > > hs-tf-random-0.5 > > Comment: > high-quality splittable PRNG > > Description: > This package contains an implementation of a high-quality splittable > pseudorandom number generator. The generator is based on a cryptographic > hash function built on top of the ThreeFish block cipher. > > hs-multipart-0.1.2 > > Comment: > HTTP multipart library > > Description: > HTTP multipart split out of the cgi package.