aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/hs-criterion/files/patch-Criterion__Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/hs-criterion/files/patch-Criterion__Main.hs')
-rw-r--r--benchmarks/hs-criterion/files/patch-Criterion__Main.hs12
1 files changed, 0 insertions, 12 deletions
diff --git a/benchmarks/hs-criterion/files/patch-Criterion__Main.hs b/benchmarks/hs-criterion/files/patch-Criterion__Main.hs
deleted file mode 100644
index dd41dac0c7f2..000000000000
--- a/benchmarks/hs-criterion/files/patch-Criterion__Main.hs
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./Criterion/Main.hs.orig 2010-03-30 00:56:34.000000000 +0200
-+++ ./Criterion/Main.hs 2010-06-07 11:28:30.097091827 +0200
-@@ -58,8 +58,7 @@
- import System.Console.GetOpt
- import System.Environment (getArgs, getProgName)
- import System.Exit (ExitCode(..), exitWith)
--import Text.Parsec
--import Text.Parsec.String
-+import Text.ParserCombinators.Parsec
-
- -- | Parse a plot output.
- parsePlot :: Parser PlotOutput