Ah, my support for old utf8-string was broken. I will upload again. On Wed, Mar 18, 2015 at 1:14 PM, Sven Bartscher < [email protected]> wrote:
> On Wed, 18 Mar 2015 10:54:49 -0700 > David Fox <[email protected]> wrote: > > > Ok, I've uploaded hsx2hs-0.13.3 to hackage, with updated repository path. > > GHC-7.10 support is waiting for changes to haskell-src-meta. > > I tried to compile this, but I got the following errors: > > src/hsx2hs.hs:31:12: > Not in scope: `UTF8.readfile' > Perhaps you meant `UTF8.readFile' (imported from System.IO.UTF8) > > src/hsx2hs.hs:73:40: > Not in scope: `hPutStrLn' > Perhaps you meant one of these: > `UTF8.hPutStrLn' (imported from System.IO.UTF8), > `putStrLn' (imported from Prelude) > > Correcting UTF8.readfile to UTF8.readFile and hPutStrLn to > UTF8.hPutStrLn made it compile, but I'm not sure this is what you > intended. > > Regards > Sven > > > On Wed, Mar 18, 2015 at 3:39 AM, Sven Bartscher < > > [email protected]> wrote: > > > > > On Tue, 17 Mar 2015 17:50:43 -0700 > > > David Fox <[email protected]> wrote: > > > > > > > We build with the changes in https://github.com/seereason/hsx2hs.git > . > > > > > > That looks good, but it would be better, if there would be a release on > > > hackage, since our infrastructure builds on building packages from > > > hackage (though it's possible to build packages not from hackage). > > > > > > The repository listed on hackage doesn't seem very active. Do you know > > > whether they're active? If not, have you thought about taking over the > > > hackage package[1]? > > > > > > [1] https://wiki.haskell.org/Taking_over_a_package > > > > > > Regards > > > Sven > > > > > > > On Tue, Mar 17, 2015 at 10:26 AM, Sven Bartscher < > > > > [email protected]> wrote: > > > > > > > > > Greetings, > > > > > > > > > > I'm writing to you, because you are listed as maintainer of the > haskell > > > > > package hsx2hs. > > > > > > > > > > We (the Debian Haskell Group) are planning on transitioning to ghc > 7.8 > > > > > after the release of jessie, which will be very soon. > > > > > > > > > > This transitions includes upgrading the version of > haskell-src-exts in > > > > > debian to 1.16.0.1. Unfortunately hsx2hs can't be build with this > > > > > version of haskell-src-exts. > > > > > > > > > > Could you please release a new version of hsx2hs, which builds with > > > > > haskell-src-exts-1.16.0.1. > > > > > > > > > > Regards > > > > > Sven > > > > > > > > >
