packages feed

binembed 0.1 → 0.1.0.2

raw patch · 3 files changed

+7/−7 lines, 3 filesdep ~Cabaldep ~bytestring

Dependency ranges changed: Cabal, bytestring

Files

Data/BinEmbed.hs view
@@ -2,7 +2,7 @@ -- | -- Module      :  Data.BinEmbed -- Copyright   :  Claude Heiland-Allen 2010--- Maintainer  :  claudiusmaximus@goto10.org+-- Maintainer  :  claude@mathr.co.uk -- -- Support code used by the output of @binembed --output-hs=@. --
Distribution/Simple/BinEmbed.hs view
@@ -2,7 +2,7 @@ -- | -- Module      :  Distribution.Simple.BinEmbed -- Copyright   :  Claude Heiland-Allen 2010--- Maintainer  :  claudiusmaximus@goto10.org+-- Maintainer  :  claude@mathr.co.uk -- -- Support code to use @binembed@ as a pre-processor in Cabal.  For -- example, your @Setup.hs@ might look like:
binembed.cabal view
@@ -1,5 +1,5 @@ Name:                binembed-Version:             0.1+Version:             0.1.0.2 Synopsis:            Embed data into object files. Description:         Given a list of files and directories to include,                      binembed generates assembly source to include the data@@ -13,7 +13,7 @@ License:             BSD3 License-file:        LICENSE Author:              Claude Heiland-Allen-Maintainer:          claudiusmaximus@goto10.org+Maintainer:          claude@mathr.co.uk Category:            Distribution Build-type:          Simple Cabal-version:       >=1.6@@ -21,8 +21,8 @@  Library   Build-depends:     base >= 4 && < 5,-                     bytestring >= 0.9 && < 0.10,-                     Cabal >= 1.8 && < 1.9+                     bytestring >= 0.9 && < 0.11,+                     Cabal >= 1.8 && < 1.17   Exposed-modules:   Data.BinEmbed                      Distribution.Simple.BinEmbed   include-dirs:      include@@ -47,4 +47,4 @@ Source-repository this   type:     git   location: git://gitorious.org/binembed/binembed.git-  tag:      v0.1+  tag:      v0.1.0.2