From ariem at cs.uu.nl Tue Dec 4 20:27:31 2007 From: ariem at cs.uu.nl (Arie Middelkoop) Date: Tue, 4 Dec 2007 20:27:31 +0100 Subject: That fixed it, Re: [Hut] uuagc install dependency References: <20071203214643.7AAE1EEB5D@ws6-1.us4.outblaze.com> Message-ID: <001e01c836ab$b77a6b20$6800000a@Arie> >>There is a separate Cabal file for somewhat older installations of >>GHC and Cabal. If that is the case, rename the file >>uuagc.cabal-for-ghc-6.6 to uuagc.cabal, and try again. >Yes, I'm using ghc-6.6, and that was the magic that fixed my tricky > issue. Sorry, I thought uuagc.cabal and uuagc.cabal-for-ghc-6.6 > were equivalent. My (silly) mistake. No problem ;-) > Good thing this was a very > easy problem to fix, and thank you for taking the time to fix it for > me. Should I upgrade to ghc-6.8, then? It's good to stay up to date of course. But be aware that some of your existing code may need a few little changes to be able to compile it with the latest GHC. And you would have to install a whole bunch of libraries again. > Now, to work building attribute grammars! Would there happen > to be an eclipse IDE plug-in for UUAG available? Unfortunately, no. Setting the syntax-coloring of .ag files to that of Haskell in your favorite editor probably helps though. Greetings, Arie From chris at eidhof.nl Mon Dec 24 20:14:26 2007 From: chris at eidhof.nl (Chris Eidhof) Date: Mon, 24 Dec 2007 20:14:26 +0100 Subject: [Hut] HUT in Cabal/Hackage? Message-ID: <0192818D-D4F6-4B02-93A1-95FAAF2840C0@eidhof.nl> Hi everyone, I think it would be a good idea to put HUT in Hackage! This would enable more users to discover and use all the tools. I don't think this is a lot of work, the libraries only need to be cabalized. See [1] for more information. -chris [1]: http://hackage.haskell.org/packages/hackage.html From ariem at cs.uu.nl Tue Dec 25 00:57:58 2007 From: ariem at cs.uu.nl (Arie Middelkoop) Date: Tue, 25 Dec 2007 00:57:58 +0100 Subject: [Hut] HUT in Cabal/Hackage? References: <0192818D-D4F6-4B02-93A1-95FAAF2840C0@eidhof.nl> Message-ID: <001701c84688$cf00eca0$6800000a@Arie> Hi Chris, Our source-releases are cabal-only nowadays. Addition to hackage should be possible. Will investigate this in due time. Greetings, Arie ----- Original Message ----- From: "Chris Eidhof" To: Sent: Monday, December 24, 2007 8:14 PM Subject: [Hut] HUT in Cabal/Hackage? > Hi everyone, > > I think it would be a good idea to put HUT in Hackage! This would enable > more users to discover and use all the tools. I don't think this is a lot > of work, the libraries only need to be cabalized. See [1] for more > information. > > -chris > > [1]: http://hackage.haskell.org/packages/hackage.html > _______________________________________________ > Hut mailing list > Hut at cs.uu.nl > http://mail.cs.uu.nl/mailman/listinfo/hut > HUT www page: http://www.cs.uu.nl/wiki/HUT/WebHome >