Re-merge concurrent,timeout,unique,st,getopt into base
[ghc-hetmet.git] / compiler / ghc.cabal
index a08f518..eff7bd3 100644 (file)
@@ -53,10 +53,6 @@ Library
     if !flag(base3) && !flag(base4)
         Build-Depends: base       < 3
 
-    if flag(base4)
-        Build-Depends: concurrent >= 0.1 && < 0.2,
-                       st         >= 0.1 && < 0.2
-
     if flag(base3) || flag(base4)
         Build-Depends: directory  >= 1   && < 1.1,
                        process    >= 1   && < 1.1,