[Pkg-haskell-commits] darcs: haskell-hashed-storage: Revert mmap 0.5 compatibility (see http://bugs.darcs.net/issue1753).

Trent W. Buck trentbuck at gmail.com
Sat Mar 20 11:49:27 UTC 2010


Thu Mar 18 04:53:49 UTC 2010  Trent W. Buck <trentbuck at gmail.com>
  * Revert mmap 0.5 compatibility (see http://bugs.darcs.net/issue1753).
  Ignore-this: 28026588c7a0f9f0272bb127a7e6dbc2

    M ./changelog +1
    M ./control -3 +2
    M ./patches/series -1

Thu Mar 18 04:53:49 UTC 2010  Trent W. Buck <trentbuck at gmail.com>
  * Revert mmap 0.5 compatibility (see http://bugs.darcs.net/issue1753).
  Ignore-this: 28026588c7a0f9f0272bb127a7e6dbc2
diff -rN -u -purd old-haskell-hashed-storage/changelog new-haskell-hashed-storage/changelog
--- old-haskell-hashed-storage/changelog	2010-03-20 11:49:27.302839270 +0000
+++ new-haskell-hashed-storage/changelog	2010-03-20 11:49:27.310839690 +0000
@@ -1,6 +1,7 @@
 haskell-hashed-storage (0.4.7-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Revert mmap 0.5 compatibility (see http://bugs.darcs.net/issue1753).
 
  -- Trent W. Buck <trentbuck at gmail.com>  Thu, 18 Mar 2010 15:48:11 +1100
 
diff -rN -u -purd old-haskell-hashed-storage/control new-haskell-hashed-storage/control
--- old-haskell-hashed-storage/control	2010-03-20 11:49:27.302839270 +0000
+++ new-haskell-hashed-storage/control	2010-03-20 11:49:27.310839690 +0000
@@ -10,9 +10,8 @@ Build-Depends: debhelper (>= 7)
   , ghc6-prof 
   , libghc6-mtl-dev
   , libghc6-mtl-prof
-  , libghc6-mmap-dev (>= 0.5)
-  , libghc6-mmap-dev (<< 0.6)
-  , libghc6-mmap-prof 
+  , libghc6-mmap0.4-dev
+  , libghc6-mmap0.4-prof
   , libghc6-zlib-dev
   , libghc6-zlib-prof
 Build-Depends-Indep: ghc6-doc
diff -rN -u -purd old-haskell-hashed-storage/patches/series new-haskell-hashed-storage/patches/series
--- old-haskell-hashed-storage/patches/series	2010-03-20 11:49:27.302839270 +0000
+++ new-haskell-hashed-storage/patches/series	2010-03-20 11:49:27.310839690 +0000
@@ -1 +0,0 @@
-mmap_0.5_compat.patch





More information about the Pkg-haskell-commits mailing list