diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
commit | 39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch) | |
tree | 607a5ca77efd301a2b4dc49b05d108829fcffa77 /devel/hs-ghc-events | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) | |
download | ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip |
Notes
Diffstat (limited to 'devel/hs-ghc-events')
-rw-r--r-- | devel/hs-ghc-events/Makefile | 5 | ||||
-rw-r--r-- | devel/hs-ghc-events/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/hs-ghc-events/Makefile b/devel/hs-ghc-events/Makefile index d8ee111cd40f..e3bc987a88bd 100644 --- a/devel/hs-ghc-events/Makefile +++ b/devel/hs-ghc-events/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ghc-events -PORTVERSION= 0.4.3.0 -PORTREVISION= 1 +PORTVERSION= 0.4.4.0 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +9,7 @@ COMMENT= Library and tool for parsing .eventlog files from GHC LICENSE= BSD3CLAUSE -USE_CABAL= mtl>=1.1 +USE_CABAL= mtl>=2.2.1 EXECUTABLE= ghc-events diff --git a/devel/hs-ghc-events/distinfo b/devel/hs-ghc-events/distinfo index b10cacdac26b..49f97900fc31 100644 --- a/devel/hs-ghc-events/distinfo +++ b/devel/hs-ghc-events/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/ghc-events-0.4.3.0.tar.gz) = f94743d5b5ef86a347414bc2d87e66525173d580ae32a6228861a30b43311789 -SIZE (cabal/ghc-events-0.4.3.0.tar.gz) = 69875 +SHA256 (cabal/ghc-events-0.4.4.0.tar.gz) = ab2bf624848165872375954f6b67379991557a58dff66959f585ee9807c84f6d +SIZE (cabal/ghc-events-0.4.4.0.tar.gz) = 102944 |