remove bloomfilter patch no longer needed
This commit is contained in:
parent
909f04aee2
commit
f268c2c8ee
2 changed files with 0 additions and 42 deletions
|
@ -1,41 +0,0 @@
|
||||||
From bfbbfe26817bb06ef518b72a9f942dd3843be618 Mon Sep 17 00:00:00 2001
|
|
||||||
From: dummy <dummy@example.com>
|
|
||||||
Date: Sun, 25 May 2014 08:53:50 +0200
|
|
||||||
Subject: [PATCH] fix build with newer base
|
|
||||||
|
|
||||||
---
|
|
||||||
Data/BloomFilter.hs | 3 ++-
|
|
||||||
Data/BloomFilter/Array.hs | 3 ++-
|
|
||||||
2 files changed, 4 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/Data/BloomFilter.hs b/Data/BloomFilter.hs
|
|
||||||
index 69711ef..7a284b8 100644
|
|
||||||
--- a/Data/BloomFilter.hs
|
|
||||||
+++ b/Data/BloomFilter.hs
|
|
||||||
@@ -93,7 +93,8 @@ import Control.Monad (liftM, forM_)
|
|
||||||
import Control.Monad.ST (ST, runST)
|
|
||||||
import Control.DeepSeq (NFData(..))
|
|
||||||
import Data.Array.Base (unsafeAt, unsafeRead, unsafeWrite)
|
|
||||||
-import Data.Array.ST (STUArray, thaw, unsafeFreeze)
|
|
||||||
+import Data.Array.ST (STUArray, thaw)
|
|
||||||
+import Data.Array.Unsafe (unsafeFreeze)
|
|
||||||
import Data.Array.Unboxed (UArray)
|
|
||||||
import Data.Bits ((.&.), (.|.))
|
|
||||||
import Data.BloomFilter.Array (newArray)
|
|
||||||
diff --git a/Data/BloomFilter/Array.hs b/Data/BloomFilter/Array.hs
|
|
||||||
index e085bbe..d94757a 100644
|
|
||||||
--- a/Data/BloomFilter/Array.hs
|
|
||||||
+++ b/Data/BloomFilter/Array.hs
|
|
||||||
@@ -3,7 +3,8 @@
|
|
||||||
|
|
||||||
module Data.BloomFilter.Array (newArray) where
|
|
||||||
|
|
||||||
-import Control.Monad.ST (ST, unsafeIOToST)
|
|
||||||
+import Control.Monad.ST (ST)
|
|
||||||
+import Control.Monad.ST.Unsafe (unsafeIOToST)
|
|
||||||
import Data.Array.Base (MArray, STUArray(..), unsafeNewArray_)
|
|
||||||
#if __GLASGOW_HASKELL__ >= 704
|
|
||||||
import Foreign.C.Types (CInt(..), CSize(..))
|
|
||||||
--
|
|
||||||
2.0.0.rc2
|
|
||||||
|
|
|
@ -89,7 +89,6 @@ install_pkgs () {
|
||||||
patched lifted-base
|
patched lifted-base
|
||||||
patched zlib
|
patched zlib
|
||||||
patched MissingH
|
patched MissingH
|
||||||
patched bloomfilter
|
|
||||||
patched distributive
|
patched distributive
|
||||||
patched comonad
|
patched comonad
|
||||||
patched iproute
|
patched iproute
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue