diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 20:52:29 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 20:52:29 +0000 |
commit | 46e9ab0ca5e504d3509678b4d43a41d938650e75 (patch) | |
tree | a34afe36b374e7894e236fb8cee020928d36c967 /devel/hs-ghc-events | |
parent | be44ec14c77de91f8ac86e25372545e0e39e9bcb (diff) | |
download | ports-46e9ab0ca5e504d3509678b4d43a41d938650e75.tar.gz ports-46e9ab0ca5e504d3509678b4d43a41d938650e75.zip |
Notes
Diffstat (limited to 'devel/hs-ghc-events')
-rw-r--r-- | devel/hs-ghc-events/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-ghc-events/files/patch-ghc-events.cabal | 11 |
2 files changed, 12 insertions, 2 deletions
diff --git a/devel/hs-ghc-events/Makefile b/devel/hs-ghc-events/Makefile index ae1fd5d0dd30..1e1588484876 100644 --- a/devel/hs-ghc-events/Makefile +++ b/devel/hs-ghc-events/Makefile @@ -7,6 +7,7 @@ PORTNAME= ghc-events PORTVERSION= 0.4.0.0 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -14,7 +15,7 @@ COMMENT= Library and tool for parsing .eventlog files from GHC LICENSE= BSD -USE_CABAL= binary>=0.5 mtl>=1.1 +USE_CABAL= mtl>=1.1 EXECUTABLE= ghc-events diff --git a/devel/hs-ghc-events/files/patch-ghc-events.cabal b/devel/hs-ghc-events/files/patch-ghc-events.cabal index 1736aa0ef01f..fd73d37b9893 100644 --- a/devel/hs-ghc-events/files/patch-ghc-events.cabal +++ b/devel/hs-ghc-events/files/patch-ghc-events.cabal @@ -1,5 +1,14 @@ --- ./ghc-events.cabal.orig 2012-01-14 03:14:39.000000000 +0100 -+++ ./ghc-events.cabal 2012-01-21 14:21:48.000000000 +0100 ++++ ./ghc-events.cabal 2012-05-12 13:48:07.000000000 +0200 +@@ -27,7 +27,7 @@ + + library + build-depends: base == 4.*, +- mtl >= 1.1 && < 2.1, ++ mtl >= 1.1 && < 2.2, + containers >= 0.2 && < 0.5, + binary == 0.5.*, + bytestring == 0.9.*, @@ -40,7 +40,7 @@ GHC.RTS.Events.Analysis.Thread other-modules: GHC.RTS.EventParserUtils, |