Update to hs-scientific-0.3.4.6.
This commit is contained in:
parent
4d6d2d43ca
commit
542cfa6d3a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2016/01/29 20:28:08 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2017/11/07 22:20:53 kili Exp $
|
||||
|
||||
COMMENT = scientific number type
|
||||
|
||||
@ -6,8 +6,8 @@ COMMENT = scientific number type
|
||||
# Please do *not* update without thinking.
|
||||
PORTROACH = ignore:1
|
||||
|
||||
DISTNAME = scientific-0.3.3.8
|
||||
REVISION = 1
|
||||
# 0.3.4.9 for haskell-platform 8.0.2
|
||||
DISTNAME = scientific-0.3.4.6
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://github.com/basvandijk/scientific
|
||||
@ -21,10 +21,11 @@ MODULES = lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
MODGHC_PACKAGE_KEY = 41jKKjOL3MC1wNr2vTak8T
|
||||
MODGHC_PACKAGE_KEY = KHbfTo5SODkPBujZqnDMi
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/hs-hashable>=1.1.2,<1.3 \
|
||||
devel/hs-text>=0.8,<1.3
|
||||
devel/hs-text>=0.8,<1.3 \
|
||||
devel/hs-vector>=0.5,<0.12
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ghc/scientific-0.3.3.8.tar.gz) = 4wzeKkSnvt7RWv1WYGxWK3bkV4NefeKUKBXyK8dLzkw=
|
||||
SIZE (ghc/scientific-0.3.3.8.tar.gz) = 18543
|
||||
SHA256 (ghc/scientific-0.3.4.6.tar.gz) = vdFccrN5zq718w1xE+aXGkcJCihfRtHURSjjKAYd84I=
|
||||
SIZE (ghc/scientific-0.3.4.6.tar.gz) = 21932
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/09/19 08:04:42 kili Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2017/11/07 22:20:54 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/ByteString/
|
||||
@ -12,11 +12,20 @@ lib/ghc/${DISTNAME}/Data/Text/Lazy/
|
||||
lib/ghc/${DISTNAME}/Data/Text/Lazy/Builder/
|
||||
lib/ghc/${DISTNAME}/Data/Text/Lazy/Builder/Scientific.hi
|
||||
lib/ghc/${DISTNAME}/Data/Text/Lazy/Builder/Scientific.p_hi
|
||||
lib/ghc/${DISTNAME}/GHC/
|
||||
lib/ghc/${DISTNAME}/GHC/Integer/
|
||||
lib/ghc/${DISTNAME}/GHC/Integer/Compat.hi
|
||||
lib/ghc/${DISTNAME}/GHC/Integer/Compat.p_hi
|
||||
lib/ghc/${DISTNAME}/GHC/Integer/Logarithms/
|
||||
lib/ghc/${DISTNAME}/GHC/Integer/Logarithms/Compat.hi
|
||||
lib/ghc/${DISTNAME}/GHC/Integer/Logarithms/Compat.p_hi
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}-${MODGHC_PACKAGE_KEY}.o
|
||||
lib/ghc/${DISTNAME}/Math/
|
||||
lib/ghc/${DISTNAME}/Math/NumberTheory/
|
||||
lib/ghc/${DISTNAME}/Math/NumberTheory/Logarithms.hi
|
||||
lib/ghc/${DISTNAME}/Math/NumberTheory/Logarithms.p_hi
|
||||
lib/ghc/${DISTNAME}/Utils.hi
|
||||
lib/ghc/${DISTNAME}/Utils.p_hi
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}-${MODGHC_PACKAGE_KEY}.a
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}-${MODGHC_PACKAGE_KEY}_p.a
|
||||
lib/ghc/${DISTNAME}/register.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user