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/certificate/files: certificate-1.3.9-ghc-7.10.patch
Date: Sun, 26 Jul 2015 14:01:15
Message-Id: 20150726140113.31B1710E@oystercatcher.gentoo.org
1 slyfox 15/07/26 14:01:13
2
3 Added: certificate-1.3.9-ghc-7.10.patch
4 Log:
5 Port to 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/certificate/files/certificate-1.3.9-ghc-7.10.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/certificate/files/certificate-1.3.9-ghc-7.10.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/certificate/files/certificate-1.3.9-ghc-7.10.patch?rev=1.1&content-type=text/plain
14
15 Index: certificate-1.3.9-ghc-7.10.patch
16 ===================================================================
17 diff --git a/Data/Certificate/X509/Cert.hs b/Data/Certificate/X509/Cert.hs
18 index 4abfadf..15e7bf8 100644
19 --- a/Data/Certificate/X509/Cert.hs
20 +++ b/Data/Certificate/X509/Cert.hs
21 @@ -1,2 +1,3 @@
22 +{-# LANGUAGE FlexibleContexts #-}
23 module Data.Certificate.X509.Cert
24 (
25 diff --git a/Data/Certificate/X509/Ext.hs b/Data/Certificate/X509/Ext.hs
26 index 7595f14..8963a55 100644
27 --- a/Data/Certificate/X509/Ext.hs
28 +++ b/Data/Certificate/X509/Ext.hs
29 @@ -1,2 +1,3 @@
30 +{-# LANGUAGE FlexibleContexts #-}
31 -- |
32 -- Module : Data.Certificate.X509.Ext