Add devel/hs-random dependency.
This commit is contained in:
parent
1684d3a5f5
commit
b670cc117b
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2011/12/31 22:19:45 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2012/09/02 20:04:51 kili Exp $
|
||||
|
||||
COMMENT = large library of utility functions
|
||||
|
||||
DISTNAME = MissingH-1.1.1.0
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = https://github.com/jgoerzen/missingh/wiki
|
||||
|
||||
@ -22,6 +22,7 @@ MODGHC_BUILD = cabal hackage haddock register
|
||||
RUN_DEPENDS += devel/hs-hslogger \
|
||||
devel/hs-HUnit \
|
||||
devel/hs-mtl \
|
||||
devel/hs-random \
|
||||
devel/hs-regex-compat
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS}
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/05/07 18:51:40 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2012/09/02 20:01:55 kili Exp $
|
||||
|
||||
COMMENT = QuickCheck2 support for hs-test-framework
|
||||
|
||||
DISTNAME = test-framework-quickcheck2-0.2.12.2
|
||||
REVISION = 0
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://batterseapower.github.com/test-framework/
|
||||
@ -21,6 +22,7 @@ MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/hs-QuickCheck>=2.4,<2.5 \
|
||||
devel/hs-random>=1 \
|
||||
devel/hs-test-framework>=0.6
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/05/07 18:50:40 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2012/09/02 20:02:19 kili Exp $
|
||||
|
||||
COMMENT = framework for running and organising tests
|
||||
|
||||
DISTNAME = test-framework-0.6
|
||||
REVISION = 0
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://batterseapower.github.com/test-framework/
|
||||
@ -22,6 +23,7 @@ MODGHC_BUILD = cabal hackage haddock register
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/hs-ansi-terminal>=0.4.0 \
|
||||
devel/hs-ansi-wl-pprint>=0.5.1 \
|
||||
devel/hs-random>=1.0 \
|
||||
devel/hs-regex-posix>=0.72 \
|
||||
textproc/hs-xml>=1.3.5 \
|
||||
net/hs-hostname>=1.0
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/01/22 17:16:57 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2012/09/02 20:02:43 kili Exp $
|
||||
|
||||
COMMENT = secure password storage
|
||||
|
||||
DISTNAME = pwstore-fast-2.2
|
||||
REVISION = 0
|
||||
CATEGORIES = security
|
||||
|
||||
# BSD3
|
||||
@ -16,6 +17,7 @@ MODULES = lang/ghc
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
RUN_DEPENDS = devel/hs-base64-bytestring>=0.1 \
|
||||
devel/hs-random>=1 \
|
||||
security/hs-cryptohash>=0.6
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2011/09/16 12:00:06 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2012/09/02 20:01:24 kili Exp $
|
||||
|
||||
COMMENT = fast and easy to use XHTML 1.0 Strict combinators
|
||||
|
||||
DISTNAME = xhtml-combinators-0.2.2
|
||||
REVISION = 5
|
||||
REVISION = 6
|
||||
CATEGORIES = www
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
||||
@ -18,7 +18,8 @@ MODULES = lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
RUN_DEPENDS += devel/hs-text \
|
||||
RUN_DEPENDS += devel/hs-random \
|
||||
devel/hs-text \
|
||||
devel/hs-transformers \
|
||||
textproc/hs-xml
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS}
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2012/06/19 20:40:10 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2012/09/02 20:00:55 kili Exp $
|
||||
|
||||
COMMENT = third party xmonad extensions
|
||||
|
||||
DISTNAME = xmonad-contrib-0.10
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES = x11
|
||||
HOMEPAGE = http://www.xmonad.org/
|
||||
|
||||
@ -20,6 +20,7 @@ MODGHC_BUILD = cabal hackage register haddock
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/hs-mtl \
|
||||
devel/hs-random \
|
||||
shells/bash \
|
||||
x11/hs-X11-xft \
|
||||
x11/xmonad,-lib
|
||||
|
Loading…
Reference in New Issue
Block a user