[Haskell] Importing Repa library

2013-01-03 Thread Емануела Моллова
Hello! :) I want to write a simple application, using the Repa library as a university project, but I don't know much about Haskell. I'm using Windows, so I downloaded and installed Haskell platform for Windows, then I run in the command prompt cabal update, then cabal install cabal-install and the

Re: [Haskell] Importing Repa library

2013-01-03 Thread Henning Thielemann
On Thu, 3 Jan 2013, Емануела Моллова wrote: Hello! :) I think you should better post your question to haskell-c...@haskell.org. Then I put this script  import qualified Data.Array.Repa as R :m +Data.Array.Repa Z into the file "file.hs", This is GHCi syntax, but it is not a valid Haskell