Update to 0.3.4.
This commit is contained in:
parent
4907aa16a0
commit
87c694ea24
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/20 19:56:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2011/04/11 14:53:31 kili Exp $
|
||||
|
||||
COMMENT = efficient conversion of values to readable byte strings
|
||||
|
||||
DISTNAME = bytestring-show-0.3.3
|
||||
REVISION = 1
|
||||
DISTNAME = bytestring-show-0.3.4
|
||||
CATEGORIES = textproc
|
||||
|
||||
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (bytestring-show-0.3.3.tar.gz) = B8l3ZsGrWy8+9wpPW4gRtw==
|
||||
RMD160 (bytestring-show-0.3.3.tar.gz) = oYo/WdvUlQuK87rJMDjhe8wggjc=
|
||||
SHA1 (bytestring-show-0.3.3.tar.gz) = 0+tpzYNs/l+e5G7NUQ65sQkwa2o=
|
||||
SHA256 (bytestring-show-0.3.3.tar.gz) = 9hvV4H+8TnbrZHZZZ5OP/RHVpwyU3/v5cVUh9ZQWQNg=
|
||||
SIZE (bytestring-show-0.3.3.tar.gz) = 8405
|
||||
MD5 (bytestring-show-0.3.4.tar.gz) = mfYI327FUgfuQ6jbPdoZGA==
|
||||
RMD160 (bytestring-show-0.3.4.tar.gz) = TcGlzUDtpja0r8B7v7x1pHYbdtQ=
|
||||
SHA1 (bytestring-show-0.3.4.tar.gz) = mtoRUd6TjAQdtGiOSSb2N5VpGTE=
|
||||
SHA256 (bytestring-show-0.3.4.tar.gz) = ZJEUr9DbbKTG3OwLnt1g5UVyuunAlfjw0PvURyrFeLY=
|
||||
SIZE (bytestring-show-0.3.4.tar.gz) = 8363
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/10/28 13:54:09 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/11 14:53:31 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
lib/ghc/${DISTNAME}/Text/
|
||||
@ -23,10 +23,11 @@ share/doc/hs-${DISTNAME}/html/bytestring-show.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
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_Text-Show-ByteString.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
Loading…
Reference in New Issue
Block a user