[Haskell-cafe] Maintainer of pngload listening?
Ivan Perez
ivanperezdominguez at gmail.com
Thu Jun 28 19:18:56 CEST 2012
Hi,
I am not the maintainer.
AFAIK, haskell98 is only used to import System in Test.hs.
You should be able to remove the dependency on haskell98 from the
cabal file and install the library without problems. In order to test
it, move Test.hs to a temp directory after installing the library, add
the following import to that file:
import "base" Prelude
And compile with:
ghc --make Test.hs -package haskell98 -XPackageImports -XNoImplicitPrelude
Cheers,
Ivan.
On 9 June 2012 13:22, Daniel Trstenjak <daniel.trstenjak at googlemail.com> wrote:
>
> Hi,
>
> Marko Lauronens email address from the package is invalid, so I'm trying
> to reach him this way.
>
> pngload doesn't compile with ghc >= 7.2 because of it's dependency to base and haskell98.
>
>
> Greetings,
> Daniel
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
More information about the Haskell-Cafe
mailing list