diff -Nru haskell-skylighting-core-0.7.7/debian/changelog haskell-skylighting-core-0.7.7/debian/changelog --- haskell-skylighting-core-0.7.7/debian/changelog 2019-09-03 06:25:25.000000000 +0000 +++ haskell-skylighting-core-0.7.7/debian/changelog 2020-01-03 23:23:40.000000000 +0000 @@ -1,3 +1,9 @@ +haskell-skylighting-core (0.7.7-1ubuntu1) focal; urgency=medium + + * qemu-level timeouts for riscv64. + + -- William Grant Sat, 04 Jan 2020 10:23:40 +1100 + haskell-skylighting-core (0.7.7-1build3) eoan; urgency=medium * Rebuild against new GHC abi. diff -Nru haskell-skylighting-core-0.7.7/debian/patches/qemu-level-timeouts.patch haskell-skylighting-core-0.7.7/debian/patches/qemu-level-timeouts.patch --- haskell-skylighting-core-0.7.7/debian/patches/qemu-level-timeouts.patch 1970-01-01 00:00:00.000000000 +0000 +++ haskell-skylighting-core-0.7.7/debian/patches/qemu-level-timeouts.patch 2020-01-03 23:23:40.000000000 +0000 @@ -0,0 +1,22 @@ +Index: haskell-skylighting-core-0.7.7/test/test-skylighting.hs +=================================================================== +--- haskell-skylighting-core-0.7.7.orig/test/test-skylighting.hs ++++ haskell-skylighting-core-0.7.7/test/test-skylighting.hs +@@ -173,7 +173,7 @@ p_no_drop cfg syntax t = + + noDropTest :: TokenizerConfig -> [Text] -> Syntax -> TestTree + noDropTest cfg inps syntax = +- localOption (mkTimeout 9000000) ++ localOption (mkTimeout 15000000) + $ testCase (Text.unpack (sName syntax)) + $ mapM_ go inps + where go inp = +@@ -190,7 +190,7 @@ noDropTest cfg inps syntax = + assertFailure (show e ++ "\ninput = " ++ show inp)) + + tokenizerTest :: TokenizerConfig -> SyntaxMap -> Bool -> FilePath -> TestTree +-tokenizerTest cfg sMap regen inpFile = localOption (mkTimeout 9000000) $ ++tokenizerTest cfg sMap regen inpFile = localOption (mkTimeout 15000000) $ + goldenTest testname getExpected getActual + (compareValues referenceFile) updateGolden + where testname = lang ++ " tokenizing of " ++ inpFile diff -Nru haskell-skylighting-core-0.7.7/debian/patches/series haskell-skylighting-core-0.7.7/debian/patches/series --- haskell-skylighting-core-0.7.7/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ haskell-skylighting-core-0.7.7/debian/patches/series 2020-01-03 23:23:40.000000000 +0000 @@ -0,0 +1 @@ +qemu-level-timeouts.patch