今日Haskellを始めました。

https://www.haskell.org/platform/ よりインストールを終え、サンプルコードをfile.hsという名前で保存しました。
GHCi画面にてghci file.hsと入力すると、

[1 of 1] Compiling Main ( file.hs, interpreted )
Ok, modules loaded: Main.
*Main >

と出力されなければならないところ

Variable not in scope: ghci :: t0 -> b0 -> c
Variable not in scope : file
Variable not in scope : hs :: a -> b0

とエラーが出て先に進めません。
ネットで検索してみましたが、わかりません。

どうか助言をお願い致します。