diff options
Diffstat (limited to 'devel/hs-hashed-storage/files')
-rw-r--r-- | devel/hs-hashed-storage/files/patch-Storage_Hashed_Index.hs | 8 | ||||
-rw-r--r-- | devel/hs-hashed-storage/files/patch-Storage_Hashed_Monad.hs | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/devel/hs-hashed-storage/files/patch-Storage_Hashed_Index.hs b/devel/hs-hashed-storage/files/patch-Storage_Hashed_Index.hs deleted file mode 100644 index df8aba9439fb..000000000000 --- a/devel/hs-hashed-storage/files/patch-Storage_Hashed_Index.hs +++ /dev/null @@ -1,8 +0,0 @@ ---- Storage/Hashed/Index.hs.orig 2014-04-07 13:32:06 UTC -+++ Storage/Hashed/Index.hs -@@ -1,4 +1,4 @@ --{-# LANGUAGE CPP, ScopedTypeVariables, MultiParamTypeClasses #-} -+{-# LANGUAGE CPP, ScopedTypeVariables, MultiParamTypeClasses, FlexibleContexts #-} - - -- | This module contains plain tree indexing code. The index itself is a - -- CACHE: you should only ever use it as an optimisation and never as a primary diff --git a/devel/hs-hashed-storage/files/patch-Storage_Hashed_Monad.hs b/devel/hs-hashed-storage/files/patch-Storage_Hashed_Monad.hs deleted file mode 100644 index 174237d09120..000000000000 --- a/devel/hs-hashed-storage/files/patch-Storage_Hashed_Monad.hs +++ /dev/null @@ -1,8 +0,0 @@ ---- Storage/Hashed/Monad.hs.orig 2014-04-07 13:32:06 UTC -+++ Storage/Hashed/Monad.hs -@@ -1,4 +1,4 @@ --{-# LANGUAGE ScopedTypeVariables, BangPatterns, TypeSynonymInstances, UndecidableInstances, FlexibleInstances #-} -+{-# LANGUAGE ScopedTypeVariables, BangPatterns, TypeSynonymInstances, UndecidableInstances, FlexibleInstances, FlexibleContexts #-} - - -- | An experimental monadic interface to Tree mutation. The main idea is to - -- simulate IO-ish manipulation of real filesystem (that's the state part of |