summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-29 20:51:49 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-29 20:52:16 +0100
commit223e4ecbd54dd62d50fb8ff330b32207d0462f0b (patch)
tree80a73591d2e147064f51f103e3eb2ea3002b3def /dev-haskell/htf/files
parentdev-haskell/neat-interpolation: drop old (diff)
downloadgentoo-223e4ecbd54dd62d50fb8ff330b32207d0462f0b.tar.gz
gentoo-223e4ecbd54dd62d50fb8ff330b32207d0462f0b.tar.bz2
gentoo-223e4ecbd54dd62d50fb8ff330b32207d0462f0b.zip
dev-haskell/htf: drop old
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/htf/files')
-rw-r--r--dev-haskell/htf/files/htf-0.13.1.0-aeson-pretty-0.8.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-haskell/htf/files/htf-0.13.1.0-aeson-pretty-0.8.patch b/dev-haskell/htf/files/htf-0.13.1.0-aeson-pretty-0.8.patch
deleted file mode 100644
index ac1472051eba..000000000000
--- a/dev-haskell/htf/files/htf-0.13.1.0-aeson-pretty-0.8.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff --git a/tests/TestHTF.hs b/tests/TestHTF.hs
-index 4a71874..c0442a5 100644
---- a/tests/TestHTF.hs
-+++ b/tests/TestHTF.hs
-@@ -383,3 +383,3 @@ checkOutput output =
- BSL.toStrict $
-- J.encodePretty' (J.Config 2 J.compare) json
-+ J.encodePretty' (J.defConfig { J.confIndent = J.Spaces 2, J.confCompare = J.compare }) json
-