summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/filestore/files/filestore-0.6.1-ghc-8.patch')
-rw-r--r--dev-haskell/filestore/files/filestore-0.6.1-ghc-8.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-haskell/filestore/files/filestore-0.6.1-ghc-8.patch b/dev-haskell/filestore/files/filestore-0.6.1-ghc-8.patch
deleted file mode 100644
index 126a0564b4db..000000000000
--- a/dev-haskell/filestore/files/filestore-0.6.1-ghc-8.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/Data/FileStore/Types.hs b/Data/FileStore/Types.hs
-index e950c7a..e116761 100644
---- a/Data/FileStore/Types.hs
-+++ b/Data/FileStore/Types.hs
-@@ -152,3 +152,3 @@ data FileStore = FileStore {
- -- | Save contents in the filestore.
-- , save :: Contents a
-+ , save :: forall a . Contents a
- => FilePath -- Resource to save.
-@@ -160,3 +160,3 @@ data FileStore = FileStore {
- -- | Retrieve the contents of the named resource.
-- , retrieve :: Contents a
-+ , retrieve :: forall a . Contents a
- => FilePath -- Resource to retrieve.