diff options
-rw-r--r-- | haskell/haskell-fgl/README | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/haskell/haskell-fgl/README b/haskell/haskell-fgl/README index ed8951f045..eafce509b2 100644 --- a/haskell/haskell-fgl/README +++ b/haskell/haskell-fgl/README @@ -1,7 +1,5 @@ The functional graph library for Haskell provides several modules that define inductive graphs and graph algorithms. -This requires ghc, haskell-transformers, and haskell-mtl. - -After uninstalling, run this command to unregister the package from the ghc -package database: ghc-pkg recache +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |