summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-08-12 20:41:26 +0200
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-13 23:56:49 +0100
commitcdda8e211563e1f447e7a36d605991d53e29e974 (patch)
tree594a45b44de5b822365999d913124525eff4f4e0 /dev-haskell
parentsys-kernel/gentoo-kernel-bin: add 5.7.13 for arm64 (diff)
downloadgentoo-cdda8e211563e1f447e7a36d605991d53e29e974.tar.gz
gentoo-cdda8e211563e1f447e7a36d605991d53e29e974.tar.bz2
gentoo-cdda8e211563e1f447e7a36d605991d53e29e974.zip
dev-haskell/aws: remove unused patch(es)
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17104 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/aws/files/aws-0.11.3-ghc-7.10.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-haskell/aws/files/aws-0.11.3-ghc-7.10.patch b/dev-haskell/aws/files/aws-0.11.3-ghc-7.10.patch
deleted file mode 100644
index 4d2db5d35a5f..000000000000
--- a/dev-haskell/aws/files/aws-0.11.3-ghc-7.10.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- aws-0.11.3-orig/aws.cabal 2015-03-24 05:26:53.000000000 +1100
-+++ aws-0.11.3/aws.cabal 2015-04-04 10:18:21.057164803 +1100
-@@ -126,7 +126,7 @@
- cryptohash >= 0.11 && < 0.12,
- data-default >= 0.5.3 && < 0.6,
- directory >= 1.0 && < 1.3,
-- filepath >= 1.1 && < 1.4,
-+ filepath >= 1.1 && < 1.5,
- http-conduit >= 2.1 && < 2.2,
- http-types >= 0.7 && < 0.9,
- lifted-base >= 0.1 && < 0.3,
---- aws-0.11.3-orig/Examples/DynamoDb.hs 2015-03-24 05:26:53.000000000 +1100
-+++ aws-0.11.3/Examples/DynamoDb.hs 2015-04-04 10:18:43.712140567 +1100
-@@ -1,5 +1,6 @@
- {-# LANGUAGE OverloadedStrings #-}
- {-# LANGUAGE ScopedTypeVariables #-}
-+{-# LANGUAGE FlexibleContexts #-}
-
- module Main where
-