diff options
| author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-09-11 10:26:36 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-09-11 11:01:27 +0100 |
| commit | 1ba6b8c4eb80f3debe1a556202b10bb28deeec59 (patch) | |
| tree | 75be402dcf42d73204b8e170b3f9d8d5ac57594f /dev-haskell/htf/files | |
| parent | 72d7455fe8b95669d1fb8a4bcf654b02df4786b8 (diff) | |
| download | gentoo-1ba6b8c4eb80f3debe1a556202b10bb28deeec59.tar.gz gentoo-1ba6b8c4eb80f3debe1a556202b10bb28deeec59.tar.bz2 gentoo-1ba6b8c4eb80f3debe1a556202b10bb28deeec59.zip | |
dev-haskell/htf: haskell test framework, a depend of dev-haskell/argparser
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-haskell/htf/files')
| -rw-r--r-- | dev-haskell/htf/files/htf-0.13.1.0-aeson-pretty-0.8.patch | 9 |
1 files changed, 9 insertions, 0 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 new file mode 100644 index 000000000000..ac1472051eba --- /dev/null +++ b/dev-haskell/htf/files/htf-0.13.1.0-aeson-pretty-0.8.patch @@ -0,0 +1,9 @@ +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 + |
