diff options
Diffstat (limited to 'libraries/haskell-fgl/README')
-rw-r--r-- | libraries/haskell-fgl/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/haskell-fgl/README b/libraries/haskell-fgl/README new file mode 100644 index 0000000000..bf530f2cc3 --- /dev/null +++ b/libraries/haskell-fgl/README @@ -0,0 +1,9 @@ +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. + +When uninstalling, run this command to unregister the package from the ghc +package database: ghc-pkg unregister fgl |