packages feed

NewBinary-0.1: NewBinary.cabal

Name: NewBinary
Version: 0.1
License: OtherLicense
License-File: LICENSE
Maintainer: jeremy@n-heptane.com
Category: Data
Synopsis: A binary I/O library
Description: An older binary serialization library used by a number of
 projects. For new projects consider an alternative such as 'binary'.
ghc-options: -fglasgow-exts -cpp
Build-Depends: base
Exposed-modules: NewBinary.FastMutInt, NewBinary.Binary
extra-source-files: todo.txt, Notes