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