summaryrefslogtreecommitdiff
path: root/devel/hs-concurrent-output
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-concurrent-output')
-rw-r--r--devel/hs-concurrent-output/Makefile4
-rw-r--r--devel/hs-concurrent-output/distinfo6
-rw-r--r--devel/hs-concurrent-output/files/patch-concurrent-output.cabal11
3 files changed, 5 insertions, 16 deletions
diff --git a/devel/hs-concurrent-output/Makefile b/devel/hs-concurrent-output/Makefile
index d7883325b977..189ec57b6772 100644
--- a/devel/hs-concurrent-output/Makefile
+++ b/devel/hs-concurrent-output/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= concurrent-output
-PORTVERSION= 1.10.0
+PORTVERSION= 1.10.5
PORTREVISION= 1
CATEGORIES= devel haskell
@@ -10,7 +10,7 @@ COMMENT= Ungarble output from several threads or commands
LICENSE= BSD2CLAUSE
-USE_CABAL= text async stm exceptions ansi-terminal terminal-size
+USE_CABAL= async exceptions ansi-terminal terminal-size
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/devel/hs-concurrent-output/distinfo b/devel/hs-concurrent-output/distinfo
index f3d0b41e12c9..1d3fd4ffc09a 100644
--- a/devel/hs-concurrent-output/distinfo
+++ b/devel/hs-concurrent-output/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501333173
-SHA256 (cabal/concurrent-output-1.10.0.tar.gz) = 29716759e088f2a59b4aef2c9cb5e4931d7990f1a6393adcb551781ed1af58b2
-SIZE (cabal/concurrent-output-1.10.0.tar.gz) = 21764
+TIMESTAMP = 1523694433
+SHA256 (cabal/concurrent-output-1.10.5.tar.gz) = 98c096228664d591eb2c352080955a202e883cdab8452efae3cae407e30fa5c3
+SIZE (cabal/concurrent-output-1.10.5.tar.gz) = 21970
diff --git a/devel/hs-concurrent-output/files/patch-concurrent-output.cabal b/devel/hs-concurrent-output/files/patch-concurrent-output.cabal
deleted file mode 100644
index a517c388b924..000000000000
--- a/devel/hs-concurrent-output/files/patch-concurrent-output.cabal
+++ /dev/null
@@ -1,11 +0,0 @@
---- concurrent-output.cabal.orig 2017-05-19 15:55:09 UTC
-+++ concurrent-output.cabal
-@@ -34,7 +34,7 @@ Library
- , text (>= 0.11.0 && < 1.3.0)
- , async (>= 2.0 && < 2.2)
- , stm (>= 2.0 && < 2.5)
-- , process (>= 1.6.0 && < 1.7.0)
-+ , process
- , directory (>= 1.2.0 && < 1.4.0)
- , transformers (>= 0.3.0 && < 0.6.0)
- , exceptions (>= 0.6.0 && < 0.9.0)