diff options
Diffstat (limited to 'libraries/haskell-fgl/README')
-rw-r--r-- | libraries/haskell-fgl/README | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/haskell-fgl/README b/libraries/haskell-fgl/README index d3045c2485..ed8951f045 100644 --- a/libraries/haskell-fgl/README +++ b/libraries/haskell-fgl/README @@ -1,9 +1,7 @@ -haskell-fgl (Martin Erwig's Functional Graph Library) - The functional graph library for Haskell provides several modules that define inductive graphs and graph algorithms. -This requires haskell-mtl. +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 |