Hi, On Mon, Aug 08, 2016 at 11:01:43AM +0200, David Coppa wrote: > Update async to the latest version, 2.1.0. > > Index: hs-async/Makefile > =================================================================== > RCS file: /cvs/ports/devel/hs-async/Makefile,v > retrieving revision 1.10 > diff -u -p -r1.10 Makefile > --- hs-async/Makefile 29 Jan 2016 20:28:07 -0000 1.10 > +++ hs-async/Makefile 8 Aug 2016 08:45:27 -0000 > @@ -6,8 +6,7 @@ COMMENT = asynchronous IO operations > # Please do *not* update without thinking. > PORTROACH = ignore:1 > > -DISTNAME = async-2.0.2 > -REVISION = 1 > +DISTNAME = async-2.1.0 > CATEGORIES = devel > > MAINTAINER = Matthias Kilian <k...@openbsd.org> > @@ -19,7 +18,7 @@ MODULES = lang/ghc > > MODGHC_BUILD = cabal hackage haddock register > > -MODGHC_PACKAGE_KEY = DTdw00O3YMaL0S98EkJDXS > +MODGHC_PACKAGE_KEY = 5jwpzKVjQQAElehhWvNUXP > > BUILD_DEPENDS = ${RUN_DEPENDS} > RUN_DEPENDS = devel/hs-stm>=2.2,<2.5 > Index: hs-async/distinfo > =================================================================== > RCS file: /cvs/ports/devel/hs-async/distinfo,v > retrieving revision 1.4 > diff -u -p -r1.4 distinfo > --- hs-async/distinfo 19 Sep 2015 07:53:09 -0000 1.4 > +++ hs-async/distinfo 8 Aug 2016 08:45:27 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (ghc/async-2.0.2.tar.gz) = > 21TThCWe7i88pSWCH0X+UJuaEB+/Oo33EyqpYiYm/Ss= > -SIZE (ghc/async-2.0.2.tar.gz) = 8565 > +SHA256 (ghc/async-2.1.0.tar.gz) = > k8N2EfnGi1zcjNmWCud6f7wl2oPK6QE37xN42FfyLC8= > +SIZE (ghc/async-2.1.0.tar.gz) = 9293 [...]
Ok. But please be aware that this requires a change to meta/haskell-platform which I'll commit this evening. (haskell-platform-2016 already references async-2.1.0, and the haskell stuff needs to be updated during this release cycle anyways). Ciao, Kili