Re: [Haskell-cafe] network-2.3.0.10 compiled for ghc 7.4.1 windows

2012-02-23 Thread Matias Hernandez
I though it might work without it, but I get the error I mentioned: cabal: Error: some packages failed to install: network-2.3.0.10 failed during the configure step. The exception was: ExitFailure 1 Well, I'll try with msys. Thanks for your time! ___

Re: [Haskell-cafe] network-2.3.0.10 compiled for ghc 7.4.1 windows

2012-02-21 Thread Matias Hernandez
Hi Alberto. Do we need cygwin to install your compiled package? I thought not (I'm not very versed on this) but when I tried cabal install network after extracting it I got: Configuring network-2.3.0.11... cabal: The package has a './configure' script. This requires a Unix compatibility

[Haskell-cafe] Using GHC Api to affect compilation of a module

2010-08-29 Thread Matias Hernandez
Hello people, I'm evaluating the use of the GHC API (6.12.3) to piggyback into the compilation process (in order, for example, to implement a custom optimization) and I'm having a lot of trouble doing so. In particular, I tried to modify a program being compiled, by working on its Core

[Haskell-cafe] Dividing integers?

2004-03-18 Thread Matias Hernandez
Hello there! Although you might not believe it since I'm going to ask a very very very basic question, I have been using Haskell for educational purposes for a couple semesters now. Nevertheless, I don't think I have ever worked with non-Int number types! :) I don't understand why I get this