Add comments about the ForceSpecConstr mechanism
[ghc-hetmet.git] / utils / hpc / hpc-bin.cabal
index 2c1cd97..cd66853 100644 (file)
@@ -30,12 +30,10 @@ Executable hpc
     if !flag(base3) && !flag(base4)
         Build-Depends: base       < 3
 
-    if flag(base4)
-        Build-Depends: getopt     >= 0.1 && < 0.2
     if flag(base3) || flag(base4)
         Build-Depends: directory  >= 1   && < 1.1,
-                       containers >= 0.1 && < 0.2,
-                       array      >= 0.1 && < 0.2
+                       containers >= 0.1 && < 0.3,
+                       array      >= 0.1 && < 0.3
     Build-Depends: haskell98, hpc
     Extensions: CPP