
Hi, I uploaded a package, named HaTeX, to Hackage, but it gets a build failure: cabal: Couldn't read cabal file "./HaTeX/1.0.0/HaTeX.cabal It makes reference to 1.0.0 version, even when building version 1.0.1. I get the same error when I use cabal install. However, using configure>build>register I don't have any problem. I would like this package works well, but I don't know how to solve this problem. In fact, I don't know what's the problem. Here a link to the HaTeX package: http://hackage.haskell.org/package/HaTeX Any idea?

El vie, 23-07-2010 a las 16:53 +0400, Alexey Khudyakov escribió:
On Fri, Jul 23, 2010 at 4:04 PM, Daniel Díaz
wrote: Hi,
I uploaded a package, named HaTeX, to Hackage, but it gets a build failure:
Any idea?
Cabal file has BOM in the beginning. Maybe it make parser choke...
http://hackage.haskell.org/trac/hackage/ticket/533 claims that this bug is fixed, however, removing the BOM does indeed help here. Someone will have to fix this on the hackage server, I guess. Jürgen
participants (3)
-
Alexey Khudyakov
-
Daniel Díaz
-
Jürgen Doser