diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 10:20:17 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 10:20:17 -0500 |
commit | f723171a518720e558990702eccec5358bde3b5c (patch) | |
tree | e5a8f2988fea0aa139c12807145c9b376d3a1161 /haskell | |
parent | 20ab59440a98052e054af762bf8115265f625212 (diff) |
haskell/haskell-fgl: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'haskell')
-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 ed8951f04503..eafce509b220 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 |