darcs patch: add warnings not to edit auto-generated Prim.hs file.
Sat Sep 5 12:38:28 EDT 2009 David Roundy <roundyd@physics.oregonstate.edu> * add warnings not to edit auto-generated Prim.hs file.
Thanks! applied. Did you get a chance to look at the new --list-libraries format? without -v it just does a simple list, with -v, the output looks like the attached. I think it should be more helpful for franchise integration. I am working on a similar dependencies output. I am standardizing on YAML for all machine readable output from jhc to make integration with external tools straightforward. John -- John Meacham - ⑆repetae.net⑆john⑈ - http://notanumber.net/
With your latest changes, I get the following compile errors: [150 of 167] Compiling Ho.Binary ( ./src/Ho/Binary.hs, ./src/Ho/Binary.o ) ./src/Ho/Binary.hs:94:13: Not in scope: `libHoHeader' ./src/Ho/Binary.hs:94:13: Not in scope: `libHoLib' ./src/Ho/Binary.hs:94:13: Not in scope: `libTcMap' ./src/Ho/Binary.hs:94:13: Not in scope: `libBuildMap' ./src/Ho/Binary.hs:94:13: Not in scope: `libFileName' David P.S. Is there a Haskell YAML parser that you would recommend? On Tue, Sep 8, 2009 at 5:46 PM, John Meacham<john@repetae.net> wrote:
Thanks! applied. Did you get a chance to look at the new --list-libraries format? without -v it just does a simple list, with -v, the output looks like the attached. I think it should be more helpful for franchise integration. I am working on a similar dependencies output. I am standardizing on YAML for all machine readable output from jhc to make integration with external tools straightforward.
On Tue, Sep 08, 2009 at 06:08:43PM -0400, David Roundy wrote:
With your latest changes, I get the following compile errors:
[150 of 167] Compiling Ho.Binary ( ./src/Ho/Binary.hs, ./src/Ho/Binary.o )
./src/Ho/Binary.hs:94:13: Not in scope: `libHoHeader'
./src/Ho/Binary.hs:94:13: Not in scope: `libHoLib'
./src/Ho/Binary.hs:94:13: Not in scope: `libTcMap'
./src/Ho/Binary.hs:94:13: Not in scope: `libBuildMap'
./src/Ho/Binary.hs:94:13: Not in scope: `libFileName'
Hmm.. it appears I accidentally used a ghc 6.10ism (record wild cards) in said patch.
P.S. Is there a Haskell YAML parser that you would recommend?
I have used this one http://hackage.haskell.org/package/HsSyck along with the attached module. It seems to work just fine but I didn't really explore to see if there were others out there. John -- John Meacham - ⑆repetae.net⑆john⑈ - http://notanumber.net/
participants (2)
-
David Roundy -
John Meacham