NOTICE: This package has been removed from pkgsrc

./wip/hs-zip-archive, Haskell library providing functions for manipulating zip archives

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.2, Package name: hs-zip-archive-0.2, Maintainer: zecrazytux

Haskell library providing functions for creating, modifying, and extracting
files from zip archives.


Required to run:
[wip/ghc] [devel/hs-mtl] [devel/hs-text] [archivers/hs-zlib] [security/hs-digest]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 3835af982d2ac23bb2ab3acbef5631d638969681
RMD160: b3d094e1902871e6afd07cafdd987a89c6dd3e1f
Filesize: 11.134 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:10:29 by Ryosuke Moro | Files touched by this commit (22)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-08-18 23:22:47 by Ryosuke Moro | Files touched by this commit (14)
Log message:
Remove hs-digest, imported to pkgsrc/security.
Remove hs-hscolour, imported to pkgsrc/textproc.
   2014-08-12 23:24:14 by Ryosuke Moro | Files touched by this commit (16)
Log message:
Remove hs-zlib, imported to pkgsrc/archivers.
   2014-05-18 23:33:25 by Ryosuke Moro | Files touched by this commit (119)
Log message:
Remove hs-data-default-class, hs-dlist, hs-text, hs-utf8-string,
imported to pkgsrc/devel.
   2014-05-16 22:47:07 by Ryosuke Moro | Files touched by this commit (112)
Log message:
Remove hs-mtl, imported to pkgsrc/devel
   2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53)
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
   2014-01-11 00:01:01 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.2

changes:
0.2
 - Depend on text instead of utf8-string.
 - Added Binary instance for Archive.
   This will allow use of decodeOrFail from recent Data.Binary
   for an error-catching decode.
   2013-12-09 23:10:52 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.1.4

changes:
0.1.4
 - Added OptDestination to ZipOptions.
     Modified extractFilesFromArchive so that OptDestination will
     be used as the base path, if given.