Re: [Haskell-cafe] ANN: scion 0.1

2009-08-27 Thread Johan Tibell
On Thu, Aug 27, 2009 at 11:44 AM, Thomas Schilling wrote: > On 27 Aug 2009, at 09:17, Johan Tibell wrote: >> Also, I tried to play with the scion-open-cabal-project function. I'm >> not sure I understand how it's intended to be used. Does it make sure >> that if you compile a file using C-c C-x C-l

Re: [Haskell-cafe] ANN: scion 0.1

2009-08-27 Thread Thomas Schilling
On 27 Aug 2009, at 09:17, Johan Tibell wrote: Hi Thomas, This is really cool stuff. I played with it this morning and found a potential bug. Both the emacs and vim client libraries refer to the binary "scion_server" but the binary that gets built and put in ~/.cabal/bin is called "scion-server

[Haskell-cafe] ANN: scion 0.1

2009-08-26 Thread Thomas Schilling
Hello, I am pleased to announce the first release of Scion. Scion [1] is a Haskell library that aims to implement those parts of a Haskell IDE which are independent of a particular front-end. Scion is based on the GHC API and Cabal. It provides both a Haskell API and a server for non-Haskell c