[Haskell-cafe] Re: ANN: hledger 0.3 released

2009-01-19 Thread Sebastian Sylvan
The cabal file still includes the vty dependency, but simply removing it 
made it compile.


--
From: Simon Michael si...@joyful.com
Sent: Sunday, January 18, 2009 7:04 PM
To: Sebastian Sylvan sebastian.syl...@gmail.com
Cc: hled...@googlegroups.com; haskell-cafe@haskell.org
Subject: Re: ANN: hledger 0.3 released

I've pushed a patch which should omit the vty dependency and ui  command 
on windows. Sebastian, could you darcs get the latest code  from 
http://joyful.com/repos/hledger and see if cabal configure and  build 
works for you on windows ?



___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Re: ANN: hledger 0.3 released

2009-01-18 Thread Simon Michael

On 1/18/09 9:39 AM, Sebastian Sylvan wrote:

I was interested in actually using this for real, but unfortunately it seems 
like you have a dependency on the unix package. Would it be possible to use something 
portable (specifically to windows) instead?



Darn, thanks for the heads up. I guess we need to make the vty 
requirement (and ui command) optional. (I thought vty was 
cross-platform. :/)

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Re: ANN: hledger 0.3 released

2009-01-18 Thread Sebastian Sylvan
Yeah looks like it depends on unix. Also, looks like the terminfo package 
isn't cross-platform either.


Perhaps we need a better tool to mark packages which are platform-specific, 
so people don't accidentally use them, especially if they're a few levels 
away in the dependency graph.


--
From: Simon Michael si...@joyful.com
Sent: Sunday, January 18, 2009 6:08 PM
To: Sebastian Sylvan sebastian.syl...@gmail.com
Cc: hled...@googlegroups.com; haskell-cafe@haskell.org
Subject: Re: ANN: hledger 0.3 released


On 1/18/09 9:39 AM, Sebastian Sylvan wrote:
I was interested in actually using this for real, but unfortunately it 
seems like you have a dependency on the unix package. Would it be 
possible to use something portable (specifically to windows) instead?



Darn, thanks for the heads up. I guess we need to make the vty requirement 
(and ui command) optional. (I thought vty was cross-platform. :/)



___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Re: ANN: hledger 0.3 released

2009-01-18 Thread Simon Michael
I've pushed a patch which should omit the vty dependency and ui  
command on windows. Sebastian, could you darcs get the latest code  
from http://joyful.com/repos/hledger and see if cabal configure and  
build works for you on windows ?

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe