
15 Feb
2010
15 Feb
'10
5:01 p.m.
I've imported in my module: import Control.Concurrent.STM. My question is: Have I to use -package stm in ghc command line options? Thanks in advance. Luca.

15 Feb
15 Feb
5:56 p.m.
Hello Luca, Monday, February 15, 2010, 8:01:11 PM, you wrote:
I've imported in my module: import Control.Concurrent.STM. My question is: Have I to use -package stm in ghc command line options?
either use -package stm or --make. later automatically imports all required packages -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com
5624
Age (days ago)
5624
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bulat Ziganshin
-
Luca Ciciriello