Update to hs-vector-0.11.0.0.
This commit is contained in:
parent
61b6d5086f
commit
72d057e52e
@ -1,12 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2015/04/22 20:24:11 sthen Exp $
|
||||
|
||||
BROKEN-i386 = duplicate definition for symbol __i686.get_pc_thunk.bx
|
||||
# $OpenBSD: Makefile,v 1.18 2015/09/19 08:13:23 kili Exp $
|
||||
|
||||
COMMENT = Int-indexed arrays
|
||||
|
||||
# Dependency of meta/haskell-platform.
|
||||
# Please do *not* update without thinking.
|
||||
DISTNAME = vector-0.10.9.1
|
||||
DISTNAME = vector-0.11.0.0
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@openbsd.org>, \
|
||||
@ -19,7 +17,9 @@ MODULES = lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
RUN_DEPENDS += devel/hs-primitive>=0.5.0.1,<0.6
|
||||
MODGHC_PACKAGE_KEY = 3jMaUrldidp1bqsrn0qsS2
|
||||
|
||||
RUN_DEPENDS += devel/hs-primitive>=0.5.0.1,<0.7
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ghc/vector-0.10.9.1.tar.gz) = IFZW6XQarUBuQn6Yjb8WZb9dvfPp1XTjCcJ0vk4GveU=
|
||||
SIZE (ghc/vector-0.10.9.1.tar.gz) = 101693
|
||||
SHA256 (ghc/vector-0.11.0.0.tar.gz) = ClMg7UTD8rBLf2Hg9j9PzVszdSTmAeAdWBOs4/WkMuQ=
|
||||
SIZE (ghc/vector-0.11.0.0.tar.gz) = 115558
|
||||
|
@ -1,17 +1,20 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2014/11/22 20:52:13 kili Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2015/09/19 08:13:23 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Vector/
|
||||
lib/ghc/${DISTNAME}/Data/Vector.hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Fusion/
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Fusion/Bundle/
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Fusion/Bundle.hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Fusion/Bundle.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Fusion/Bundle/Monadic.hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Fusion/Bundle/Monadic.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Fusion/Bundle/Size.hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Fusion/Bundle/Size.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Fusion/Stream/
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Fusion/Stream.hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Fusion/Stream.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Fusion/Stream/Monadic.hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Fusion/Stream/Monadic.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Fusion/Stream/Size.hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Fusion/Stream/Size.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Fusion/Util.hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Fusion/Util.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Generic/
|
||||
@ -19,8 +22,11 @@ lib/ghc/${DISTNAME}/Data/Vector/Generic.hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Generic.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Generic/Base.hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Generic/Base.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Generic/Mutable/
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Generic/Mutable.hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Generic/Mutable.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Generic/Mutable/Base.hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Generic/Mutable/Base.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Generic/New.hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Generic/New.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Internal/
|
||||
@ -47,18 +53,21 @@ lib/ghc/${DISTNAME}/Data/Vector/Unboxed/Base.hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Unboxed/Base.p_hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Unboxed/Mutable.hi
|
||||
lib/ghc/${DISTNAME}/Data/Vector/Unboxed/Mutable.p_hi
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}-${MODGHC_PACKAGE_KEY}.o
|
||||
lib/ghc/${DISTNAME}/include/
|
||||
lib/ghc/${DISTNAME}/include/vector.h
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}_p.a
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}-${MODGHC_PACKAGE_KEY}.a
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}-${MODGHC_PACKAGE_KEY}_p.a
|
||||
lib/ghc/${DISTNAME}/register.sh
|
||||
share/doc/hs-${DISTNAME}/
|
||||
share/doc/hs-${DISTNAME}/LICENSE
|
||||
share/doc/hs-${DISTNAME}/html/
|
||||
share/doc/hs-${DISTNAME}/html/Data-Vector-Fusion-Bundle-Monadic.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Vector-Fusion-Bundle-Size.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Vector-Fusion-Bundle.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Vector-Fusion-Stream-Monadic.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Vector-Fusion-Stream-Size.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Vector-Fusion-Stream.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Vector-Fusion-Util.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Vector-Generic-Mutable-Base.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Vector-Generic-Mutable.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Vector-Generic-New.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Vector-Generic.html
|
||||
@ -104,10 +113,12 @@ share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vector-Fusion-Bundle-Monadic.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vector-Fusion-Bundle-Size.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vector-Fusion-Bundle.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vector-Fusion-Stream-Monadic.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vector-Fusion-Stream-Size.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vector-Fusion-Stream.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vector-Fusion-Util.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vector-Generic-Mutable-Base.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vector-Generic-Mutable.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vector-Generic-New.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Vector-Generic.html
|
||||
|
Loading…
Reference in New Issue
Block a user