You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
490 B

  1. The functions for creating temporary files and directories in the
  2. base library are quite limited. The unixutils package contains some
  3. good ones, but they aren't portable to Windows. This library just
  4. repackages the Cabal implementations of its own temporary file and
  5. folder functions so that you can use them without linking against
  6. Cabal or depending on it being installed.
  7. After uninstalling, run this command to unregister the package from
  8. the ghc package database: ghc-pkg recache