packages feed

binembed-example-0.1: README

binembed is designed to be as simple as possible to use.  This example
package contains two programs, each of which print out the sources of
the package.

Usage from Haskell:
  Example.binembed
  Main_haskell.hs
  Setup.hs
  binembed-example.cabal
  -- 'cabal sdist' is currently broken; use 'runhaskell Setup.hs sdist'

Usage from C:
  Example.binembed
  main_c.c
  Makefile
  -- 'make install' is currently unimplemented