summaryrefslogtreecommitdiff
path: root/dev-haskell/hackage-security/files/hackage-security-0.6.0.1-disable-failing-aeson-canonical-test.patch
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-07-24 19:53:49 +0200
committerSam James <sam@gentoo.org>2022-07-25 04:03:24 +0100
commit0506547ce0525301be171bbe49ad9672f8824d34 (patch)
tree00e6b188354936f519f56a0509e854d10a0b7905 /dev-haskell/hackage-security/files/hackage-security-0.6.0.1-disable-failing-aeson-canonical-test.patch
parente3766c96dd0e81a7718b1102520376e0ad9a7ab9 (diff)
downloadgentoo-0506547ce0525301be171bbe49ad9672f8824d34.tar.gz
gentoo-0506547ce0525301be171bbe49ad9672f8824d34.tar.bz2
gentoo-0506547ce0525301be171bbe49ad9672f8824d34.zip
dev-haskell/hackage-security: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Closes: https://github.com/gentoo/gentoo/pull/26570 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/hackage-security/files/hackage-security-0.6.0.1-disable-failing-aeson-canonical-test.patch')
-rw-r--r--dev-haskell/hackage-security/files/hackage-security-0.6.0.1-disable-failing-aeson-canonical-test.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-haskell/hackage-security/files/hackage-security-0.6.0.1-disable-failing-aeson-canonical-test.patch b/dev-haskell/hackage-security/files/hackage-security-0.6.0.1-disable-failing-aeson-canonical-test.patch
deleted file mode 100644
index fd83a5113c56..000000000000
--- a/dev-haskell/hackage-security/files/hackage-security-0.6.0.1-disable-failing-aeson-canonical-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/tests/TestSuite.hs b/tests/TestSuite.hs
-index 598e151..f62f1c5 100644
---- a/tests/TestSuite.hs
-+++ b/tests/TestSuite.hs
-@@ -70,7 +70,7 @@ tests = testGroup "hackage-security" [
- testProperty "prop_roundtrip_canonical" JSON.prop_roundtrip_canonical
- , testProperty "prop_roundtrip_pretty" JSON.prop_roundtrip_pretty
- , testProperty "prop_canonical_pretty" JSON.prop_canonical_pretty
-- , testProperty "prop_aeson_canonical" JSON.prop_aeson_canonical
-+ -- , testProperty "prop_aeson_canonical" JSON.prop_aeson_canonical
- ]
- ]
-