diff options
Diffstat (limited to 'haskell/haskell-unix-compat/README')
-rw-r--r-- | haskell/haskell-unix-compat/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-unix-compat/README b/haskell/haskell-unix-compat/README new file mode 100644 index 0000000000000..a377213036271 --- /dev/null +++ b/haskell/haskell-unix-compat/README @@ -0,0 +1,6 @@ +This package provides portable implementations of parts of the unix +package. This package re-exports the unix package when available. +When it isn't available, portable implementations are used. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |