packages feed

hsb2hs-0.3: hsb2hs.cabal

Name:         hsb2hs
Version:      0.3
Synopsis:     Preprocesses a file, adding blobs from files as string literals.
Description:
    hsb2hs is a preprocessor that allows you to include the contents of
    files as string literals in your Haskell programs and libraries.
    It is an alternative to file-embed for those who do not want to rely
    on Template Haskell.  See @README.markdown@ for instructions.

License:      BSD3
License-file: LICENSE
Author:       John MacFarlane
Maintainer:   jgm@berkeley.edu
Copyright:    Copyright (C) 2013 John MacFarlane
Category:     Development
Cabal-version:  >=1.6
Build-type:   Simple
Source-repository head
  type:              git
  location:          git://github.com/jgm/hsb2hs.git
Executable hsb2hs
    Main-is: hsb2hs.hs
    Ghc-Options: -Wall
    Build-depends: base >= 4 && < 5, containers, bytestring, directory,
                   filepath, preprocessor-tools > 1.0