Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/hashed-storage/files: hashed-storage-0.5.11-ghc-7.10.patch
Date: Sat, 01 Aug 2015 15:31:23
Message-Id: 20150801153119.A2157115@oystercatcher.gentoo.org
1 slyfox 15/08/01 15:31:19
2
3 Added: hashed-storage-0.5.11-ghc-7.10.patch
4 Log:
5 Fix build failure against ghc-7.10.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.1 dev-haskell/hashed-storage/files/hashed-storage-0.5.11-ghc-7.10.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/files/hashed-storage-0.5.11-ghc-7.10.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/files/hashed-storage-0.5.11-ghc-7.10.patch?rev=1.1&content-type=text/plain
14
15 Index: hashed-storage-0.5.11-ghc-7.10.patch
16 ===================================================================
17 diff --git a/Storage/Hashed/Monad.hs b/Storage/Hashed/Monad.hs
18 index 67287b4..bf8ad38 100644
19 --- a/Storage/Hashed/Monad.hs
20 +++ b/Storage/Hashed/Monad.hs
21 @@ -1,2 +1,3 @@
22 {-# LANGUAGE ScopedTypeVariables, BangPatterns, TypeSynonymInstances, UndecidableInstances, FlexibleInstances #-}
23 +{-# LANGUAGE FlexibleContexts #-}