Remove ghc-pkg's dependency on haskell98
[ghc-hetmet.git] / utils / ghc-pkg / ghc-pkg.cabal
index eb54d84..3870249 100644 (file)
@@ -19,9 +19,8 @@ Executable ghc-pkg
     Extensions: CPP, ForeignFunctionInterface
 
     Build-Depends: base       >= 4   && < 5,
-                   directory  >= 1   && < 1.1,
+                   directory  >= 1   && < 1.2,
                    process    >= 1   && < 1.1,
-                   haskell98,
                    filepath,
                    Cabal,
                    binary,