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-system-filepath | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) | |
download | ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip |
Notes
Diffstat (limited to 'devel/hs-system-filepath')
-rw-r--r-- | devel/hs-system-filepath/Makefile | 5 | ||||
-rw-r--r-- | devel/hs-system-filepath/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-system-filepath/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/devel/hs-system-filepath/Makefile b/devel/hs-system-filepath/Makefile index c2e3dc66ae9d..4ac83df0132a 100644 --- a/devel/hs-system-filepath/Makefile +++ b/devel/hs-system-filepath/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= system-filepath -PORTVERSION= 0.4.12 -PORTREVISION= 1 +PORTVERSION= 0.4.13.4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +9,7 @@ COMMENT= High-level, byte-based file and directory path manipulations LICENSE= MIT -USE_CABAL= text>=0.7.1 +USE_CABAL= text>=0.11.0.6 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/devel/hs-system-filepath/distinfo b/devel/hs-system-filepath/distinfo index e7181fbe34e0..10b75e63b874 100644 --- a/devel/hs-system-filepath/distinfo +++ b/devel/hs-system-filepath/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/system-filepath-0.4.12.tar.gz) = a2714835ac25263b64c340a497e4d9409b8475181b885bb1836995f63855d969 -SIZE (cabal/system-filepath-0.4.12.tar.gz) = 15860 +SHA256 (cabal/system-filepath-0.4.13.4.tar.gz) = 345d7dec968b74ab1b8c0e7bb78c2ef1e5be7be6b7bac455340fd658abfec5fb +SIZE (cabal/system-filepath-0.4.13.4.tar.gz) = 16590 diff --git a/devel/hs-system-filepath/pkg-descr b/devel/hs-system-filepath/pkg-descr index c57f56163c61..059dae31f051 100644 --- a/devel/hs-system-filepath/pkg-descr +++ b/devel/hs-system-filepath/pkg-descr @@ -1,3 +1,3 @@ High-level, byte-based file and directory path manipulations. -WWW: https://john-millikin.com/software/haskell-filesystem/ +WWW: https://github.com/fpco/haskell-filesystem |