[Haskell] CFP: WFLP 2014 - Workshop on Functional and (Constraint) Logic Programming

2014-05-12 Thread Johannes Waldmann
23rd International Workshop on Functional and (Constraint) Logic Programming http://www.imn.htwk-leipzig.de/WFLP2014/ colocated with 28th Workshop on (Constraint) Logic Programming (WLP 2014) September 15 - 17, at Leucorea conference center in Lutherstadt Wittenberg, Germany. **

Re: [Haskell] ANNOUNCE: jhc-0.8.1

2014-05-12 Thread Krzysztof Skrzętnicki
Hello, I tried compiling jhc from source (compiled version doesn't work on my system) but after several attempts I just couldn't find a working set of libraries for it. Can you specify which versions of libraries are known to work for jhc? Best regards, Krzysztof Skrzętnicki On Sun, May 11, 201

Re: [Haskell] ANNOUNCE: jhc-0.8.1

2014-05-12 Thread John Meacham
Hi, I need to update that page, I compile it with the ubuntu ghc and the ubuntu packaged ones. Can you tell me what libraries you are having issues with? the ./configure should tell you the names of any that I expected might be an issue, I'll actually update it to check and report on everything con

Re: [Haskell] ANNOUNCE: jhc-0.8.1

2014-05-12 Thread Jens Petersen
Thank you for the new release. :) On 13 May 2014 04:40, John Meacham wrote: > as for the packages i've been testing with > > > fgl,regex-compat,bytestring,binary,mtl,containers,unix,utf8-string,zlib,HsSyck,filepath,process,syb,old-time,pretty. > and editline ? For me it fails to build on Fedor

Re: [Haskell] ANNOUNCE: jhc-0.8.1

2014-05-12 Thread John Meacham
Yeah, there was a bug in the way it detected editline/readline which has been fixed in the repo. You can run configure with --disable-line to work around it. or change the word USE_NOLINE to USE_READLINE in src/Util/Interact.hs always some silly typo that works its way in somewhere. I should stop

Re: [Haskell] ANNOUNCE: jhc-0.8.1

2014-05-12 Thread Krzysztof Skrzętnicki
Hmm, I'll give it a try, thanks! As for the other errors for sure there is missing Binary instance for strict ByteStrings in newest binary package. Another one is instance for Show (Identity a) which in turn needed to be commented out because it appeared in newer version of some other package, don'