cvs commit: ports/devel Makefile ports/devel/hs-cereal Makefile distinfo pkg-descr ports/lang/ghc bsd.hackage.mk

Gabor Pali pgj at FreeBSD.org
Sat Aug 13 20:44:40 UTC 2011


pgj         2011-08-13 20:44:40 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
    lang/ghc             bsd.hackage.mk 
  Added files:
    devel/hs-cereal      Makefile distinfo pkg-descr 
  Log:
  A binary serialization library, similar to binary, that introduces an
  isolate primitive for parser isolation, and replaces the asynchronous
  errors with a user-handleable Either type. Similar to binary in
  performance, but uses a strict ByteString instead of a lazy
  ByteString, thus restricting it to operating on finite inputs.
  
  WWW:    http://hackage.haskell.org/package/cereal
  
  Obtained from:  FreeBSD Haskell
  
  Revision  Changes    Path
  1.4492    +1 -0      ports/devel/Makefile
  1.1       +18 -0     ports/devel/hs-cereal/Makefile (new)
  1.1       +2 -0      ports/devel/hs-cereal/distinfo (new)
  1.1       +7 -0      ports/devel/hs-cereal/pkg-descr (new)
  1.45      +2 -1      ports/lang/ghc/bsd.hackage.mk


More information about the cvs-ports mailing list