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 /www/hs-yesod-static/Makefile | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) | |
download | ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip |
Notes
Diffstat (limited to 'www/hs-yesod-static/Makefile')
-rw-r--r-- | www/hs-yesod-static/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/www/hs-yesod-static/Makefile b/www/hs-yesod-static/Makefile index 91a8c2979fc5..7f74e2ed0518 100644 --- a/www/hs-yesod-static/Makefile +++ b/www/hs-yesod-static/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= yesod-static -PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTVERSION= 1.5.0.2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -14,10 +13,9 @@ USE_CABAL= async attoparsec>=0.10 base64-bytestring>=0.1.0.1 \ blaze-builder>=0.3 byteable>=0.1 conduit>=0.5 conduit-extra \ cryptohash>=0.11 cryptohash-conduit>=0.1 css-text>=0.1.2 \ data-default file-embed>=0.0.4.1 hashable>=1.1 hjsmin \ - http-types>=0.7 mime-types>=0.1 resourcet>=0.4 \ - shakespeare>=2.0 system-fileio>=0.3 system-filepath>=0.4.6 \ - text>=0.9 unix-compat>=0.2 unordered-containers>=0.2 \ - wai>=1.3 wai-app-static>=1.3.2 yesod-core>=1.2 + http-types>=0.7 mime-types>=0.1 old-time>=1.0 resourcet>=0.4 \ + text>=0.9 unix-compat>=0.2 unordered-containers>=0.2 wai>=1.3 \ + wai-app-static>=3.1 yesod-core>=1.4 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |