summaryrefslogtreecommitdiff
path: root/devel/hs-hashed-storage/files/patch-Storage_Hashed_Monad.hs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-hashed-storage/files/patch-Storage_Hashed_Monad.hs')
-rw-r--r--devel/hs-hashed-storage/files/patch-Storage_Hashed_Monad.hs8
1 files changed, 0 insertions, 8 deletions
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