Update to hs-base64-bytestring-1.0.0.0.
ok dcoppa@, jasper@ (maintainer)
This commit is contained in:
parent
e6d0f75aab
commit
5a82261ef1
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2012/01/21 17:15:34 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2012/10/17 20:07:44 kili Exp $
|
||||
|
||||
COMMENT= fast base64 encodings and decoding for ByteStrings
|
||||
|
||||
DISTNAME= base64-bytestring-0.1.0.3
|
||||
DISTNAME= base64-bytestring-1.0.0.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (ghc/base64-bytestring-0.1.0.3.tar.gz) = +Y7kn/unckysbirpSJx96Q==
|
||||
RMD160 (ghc/base64-bytestring-0.1.0.3.tar.gz) = AQxIlZKfth4c1XrV0pEcusc2Ap4=
|
||||
SHA1 (ghc/base64-bytestring-0.1.0.3.tar.gz) = hn2FRzEFuJS8RGBKVIqRKbPhUyw=
|
||||
SHA256 (ghc/base64-bytestring-0.1.0.3.tar.gz) = o9dtJ/InHGA5kNkJ/tCk8XVijpxuGUJ8yDh91MJCkjQ=
|
||||
SIZE (ghc/base64-bytestring-0.1.0.3.tar.gz) = 4983
|
||||
SHA256 (ghc/base64-bytestring-1.0.0.0.tar.gz) = dZ+7D48/8mxK0+cfvMz9RyvBpO7+S1UIznioeTMFGXw=
|
||||
SIZE (ghc/base64-bytestring-1.0.0.0.tar.gz) = 8861
|
||||
|
@ -1,8 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/04/11 14:45:15 kili Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/10/17 20:07:44 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/ByteString/
|
||||
lib/ghc/${DISTNAME}/Data/ByteString/Base64/
|
||||
lib/ghc/${DISTNAME}/Data/ByteString/Base64.hi
|
||||
lib/ghc/${DISTNAME}/Data/ByteString/Base64/Internal.hi
|
||||
lib/ghc/${DISTNAME}/Data/ByteString/Base64/Lazy.hi
|
||||
lib/ghc/${DISTNAME}/Data/ByteString/Base64/URL/
|
||||
lib/ghc/${DISTNAME}/Data/ByteString/Base64/URL.hi
|
||||
lib/ghc/${DISTNAME}/Data/ByteString/Base64/URL/Lazy.hi
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
|
||||
lib/ghc/${DISTNAME}/register.sh
|
||||
@ -12,6 +18,9 @@ lib/ghc/${DISTNAME}/unregister.sh
|
||||
share/doc/hs-${DISTNAME}/
|
||||
share/doc/hs-${DISTNAME}/LICENSE
|
||||
share/doc/hs-${DISTNAME}/html/
|
||||
share/doc/hs-${DISTNAME}/html/Data-ByteString-Base64-Lazy.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-ByteString-Base64-URL-Lazy.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-ByteString-Base64-URL.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-ByteString-Base64.html
|
||||
share/doc/hs-${DISTNAME}/html/base64-bytestring.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
@ -20,6 +29,9 @@ 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-ByteString-Base64-Lazy.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-ByteString-Base64-URL-Lazy.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-ByteString-Base64-URL.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-ByteString-Base64.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
|
Loading…
x
Reference in New Issue
Block a user