hunk ./debian/control 9 - ghc6 (>= 6.8), - ghc6-prof, - libghc6-parallel-prof -Build-Depends-Indep: ghc6-doc, + ghc (>= 6.8), + ghc-prof, + libghc-parallel-prof +Build-Depends-Indep: ghc-doc, hunk ./debian/control 14 - libghc6-parallel-doc + libghc-parallel-doc hunk ./debian/control 18 -Package: libghc6-strict-concurrency-dev +Package: libghc-strict-concurrency-dev hunk ./debian/control 36 -Package: libghc6-strict-concurrency-prof +Package: libghc-strict-concurrency-prof hunk ./debian/control 41 - libghc6-strict-concurrency-dev + libghc-strict-concurrency-dev hunk ./debian/control 60 - ghc6-doc + ghc-doc hunk ./debian/changelog 1 +haskell-strict-concurrency (0.2.4.1) unstable; urgency=low + + * New upstream. + + -- David Fox Wed, 08 Jun 2011 12:31:27 -0700 + hunk ./debian/patches/base4.diff 1 ---- x/strict-concurrency.cabal~ 2009-11-14 14:52:52.000000000 -0800 -+++ x/strict-concurrency.cabal 2010-01-04 13:32:15.000000000 -0800 -@@ -15,7 +15,7 @@ - Maintainer: Don Stewart - Copyright: (c) 2007-8 Don Stewart - Homepage: http://code.haskell.org/~dons/code/strict-concurrency --build-depends: base >= 3 && < 4, parallel -+build-depends: base >= 4, parallel - ghc-options: -Wall -fglasgow-exts - extensions: CPP, BangPatterns - build-type: Simple ---- haskell-strict-concurrency-0.2.2/Control/Concurrent/MVar/Strict.hs~ 2010-01-04 13:37:46.000000000 -0800 -+++ haskell-strict-concurrency-0.2.2/Control/Concurrent/MVar/Strict.hs 2010-01-04 13:37:20.000000000 -0800 -@@ -43,7 +43,7 @@ - import GHC.IOBase - - import Prelude --import Control.Exception as Exception -+import Control.OldException as Exception - import Control.Parallel.Strategies - - -- |Put a value into an 'MVar'. If the 'MVar' is currently full, rmfile ./debian/patches/base4.diff rmdir ./debian/patches hunk ./debian/rules 3 -include /usr/share/cdbs/1/rules/simple-patchsys.mk