[Haskell-cafe] Weird dependency failure log

2009-11-12 Thread Maurí­cio CA

Hi, all,

Hackage shows a log failure for 'bindings-gsl':

Configuring bindings-gsl-0.1.1...
cabal-setup: At least the following dependencies are missing:
bindings-DSL ==1.0.*

But here is, at version 1.0.1, no building problems:

http://hackage.haskell.org/package/bindings-DSL


There's one thing special about bindings-DSL. It's
a package with a set of macros for hsc2hs, and contains
no Haskell code. Maybe this revealed some hidden error
in package dependency checking.

Thanks,
Maurício

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Weird dependency failure log

2009-11-13 Thread Ross Paterson
On Thu, Nov 12, 2009 at 06:32:48PM -0200, Maurí­cio CA wrote:
> There's one thing special about bindings-DSL. It's
> a package with a set of macros for hsc2hs, and contains
> no Haskell code. Maybe this revealed some hidden error
> in package dependency checking.

This is a package with no library and no executables.
That's not supposed to work.
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe