1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 0.5.0.0

This commit is contained in:
Gabor Pali 2010-06-08 12:47:24 +00:00
parent 7eafd44e55
commit b8b3508bdf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256126
4 changed files with 29 additions and 6 deletions

View File

@ -6,15 +6,15 @@
#
PORTNAME= criterion
PORTVERSION= 0.4.1.0
PORTVERSION= 0.5.0.0
CATEGORIES= benchmarks haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Robust, reliable performance measurement and analysis for Haskell
CABAL_SETUP= Setup.hs
USE_HACKAGE= deepseq>=1.1.0.0 statistics>=0.3.5 uvector>=0.1.0.5 \
uvector-algorithms>=0.2
USE_HACKAGE= deepseq>=1.1.0.0 mwc-random>=0.5.0.0 statistics>=0.5.1.0 \
vector>=0.5 vector-algorithms>=0.3
PORTEXAMPLES= *
INSTALL_PORTEXAMPLES= \

View File

@ -1,3 +1,3 @@
MD5 (criterion-0.4.1.0.tar.gz) = 55f90d0fff67dff305fde7fa684fab54
SHA256 (criterion-0.4.1.0.tar.gz) = 2bebfd3c8bfd7eeb3cc30ff23c6be067cf1dc9af11a1edda92f3fbe967b3dcf6
SIZE (criterion-0.4.1.0.tar.gz) = 17529
MD5 (criterion-0.5.0.0.tar.gz) = 8c84f3a9cc0b8fccf0ad999d46e0d0fc
SHA256 (criterion-0.5.0.0.tar.gz) = 1f27da214dbb0600ac35e752665f83e7eaa201b07427c3bb1d4752a34225bd0a
SIZE (criterion-0.5.0.0.tar.gz) = 17737

View File

@ -0,0 +1,12 @@
--- ./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

View File

@ -0,0 +1,11 @@
--- ./criterion.cabal.orig 2010-03-30 00:56:34.000000000 +0200
+++ ./criterion.cabal 2010-06-07 11:22:44.032554295 +0200
@@ -53,7 +53,7 @@
mtl,
mwc-random >= 0.5.0.0,
parallel,
- parsec >= 3.1.0,
+ parsec,
statistics >= 0.5.1.0,
time,
vector >= 0.5,