packages feed

binembed-example-0.1.0.3: binembed-example.cabal

Name:                binembed-example
Version:             0.1.0.3
Synopsis:            Example project using binembed to embed data in object files.
Description:         binembed-example prints out its source code, embedded into it
                     at compile time using the "binembed" package.

Homepage:            http://code.mathr.co.uk/binembed
License:             BSD3
License-file:        LICENSE
Author:              Claude Heiland-Allen
Maintainer:          claude@mathr.co.uk
Category:            Distribution
Build-type:          Custom
Cabal-version:       >=1.6

Extra-source-files:  main_c.c
                     Makefile
                     README

Executable binembed-example
  Main-is:             Main_haskell.hs
  Other-modules:       Example
  -- The next line is needed for the @withBinEmbed@ hooks to work:
  x-binembed:          Example
  Build-depends:       base >= 4 && < 4.9,
                       binembed >= 0.1 && < 0.2,
                       bytestring >= 0.9 && < 0.11,
                       containers >= 0.2 && < 0.6,
                       filepath >= 1 && < 1.5
  GHC-options:         -Wall

Source-repository head
  type:     git
  location: http://code.mathr.co.uk/binembed.git
  subdir:   example

Source-repository this
  type:     git
  location: http://code.mathr.co.uk/binembed.git
  subdir:   example
  tag:      v0.1.0.3