Relax dependencies and bump.
This commit is contained in:
parent
9ceb748da0
commit
c03866990e
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2012/10/28 23:31:33 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2012/12/02 20:47:11 kili Exp $
|
||||
|
||||
COMMENT = Snap Haskell Web Framework Server
|
||||
|
||||
DISTNAME = snap-server-0.9.2.4
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES = www
|
||||
HOMEPAGE = http://snapframework.com/
|
||||
|
||||
@ -20,25 +20,17 @@ MODULES = lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
RUN_DEPENDS += devel/hs-binary>=0.5,<0.6 \
|
||||
devel/hs-blaze-builder>=0.2.1.4,<0.4 \
|
||||
RUN_DEPENDS += devel/hs-blaze-builder>=0.2.1.4,<0.4 \
|
||||
devel/hs-blaze-builder-enumerator>=0.2.0,<0.3 \
|
||||
devel/hs-case-insensitive>=0.3,<0.5 \
|
||||
devel/hs-directory-tree>=0.10,<0.11 \
|
||||
devel/hs-enumerator>=0.4.15,<0.5 \
|
||||
devel/hs-MonadCatchIO-transformers>=0.2.1,<0.4 \
|
||||
devel/hs-murmur-hash>=0.1,<0.2 \
|
||||
devel/hs-mtl>=2,<3 \
|
||||
devel/hs-network>=2.3,<2.5 \
|
||||
devel/hs-PSQueue>=1.1,<1.2 \
|
||||
devel/hs-transformers>=0.2,<0.4 \
|
||||
devel/hs-text>=0.11,<0.12 \
|
||||
devel/hs-unix-compat>=0.2,<0.5 \
|
||||
devel/hs-vector>=0.7,<0.10 \
|
||||
devel/hs-vector-algorithms>=0.4,<0.6 \
|
||||
textproc/hs-attoparsec>=0.10,<0.11 \
|
||||
textproc/hs-attoparsec-enumerator>=0.3,<0.4 \
|
||||
textproc/hs-bytestring-nums \
|
||||
www/hs-snap-core>=0.9.2,<0.10
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS}
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2012/10/22 12:44:32 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2012/12/02 20:49:28 kili Exp $
|
||||
|
||||
COMMENT = minimalistic text based status bar
|
||||
|
||||
DISTNAME = xmobar-0.15
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
CATEGORIES = x11
|
||||
HOMEPAGE = http://projects.haskell.org/xmobar
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-xmobar_cabal,v 1.5 2012/10/22 12:44:32 dcoppa Exp $
|
||||
$OpenBSD: patch-xmobar_cabal,v 1.6 2012/12/02 20:49:28 kili Exp $
|
||||
--- xmobar.cabal.orig Mon Jun 4 02:55:49 2012
|
||||
+++ xmobar.cabal Fri Oct 12 11:44:41 2012
|
||||
+++ xmobar.cabal Sat Dec 1 13:27:58 2012
|
||||
@@ -85,9 +85,10 @@ executable xmobar
|
||||
Plugins.Monitors.Swap, Plugins.Monitors.Thermal,
|
||||
Plugins.Monitors.ThermalZone, Plugins.Monitors.Top,
|
||||
@ -13,15 +13,18 @@ $OpenBSD: patch-xmobar_cabal,v 1.5 2012/10/22 12:44:32 dcoppa Exp $
|
||||
|
||||
if true
|
||||
ghc-options: -funbox-strict-fields -Wall
|
||||
@@ -112,7 +113,7 @@ executable xmobar
|
||||
@@ -112,9 +113,9 @@ executable xmobar
|
||||
time,
|
||||
filepath,
|
||||
X11 == 1.6.*,
|
||||
- mtl == 2.0.*,
|
||||
+ mtl,
|
||||
parsec == 3.1.*,
|
||||
stm == 2.3.*
|
||||
- stm == 2.3.*
|
||||
+ stm
|
||||
|
||||
if flag(small_base)
|
||||
build-depends:
|
||||
@@ -162,6 +163,6 @@ executable xmobar
|
||||
cpp-options: -DDATEZONE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user