diff options
Diffstat (limited to 'haskell/haskell-fgl/README')
-rw-r--r-- | haskell/haskell-fgl/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-fgl/README b/haskell/haskell-fgl/README new file mode 100644 index 0000000000..ed8951f045 --- /dev/null +++ b/haskell/haskell-fgl/README @@ -0,0 +1,7 @@ +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 |