diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 03:13:46 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 03:13:46 +0800 |
commit | 396e91dec83485e22f1c4634a5ce3c8e3df6a331 (patch) | |
tree | 22af688f3c804ea179cc6aa704a0a89ec63e79a8 /lang | |
parent | 557c177cf2c153611ca760cab0f4f4607fbaeb74 (diff) | |
download | freebsd-ports-gnome-396e91dec83485e22f1c4634a5ce3c8e3df6a331.tar.gz freebsd-ports-gnome-396e91dec83485e22f1c4634a5ce3c8e3df6a331.tar.zst freebsd-ports-gnome-396e91dec83485e22f1c4634a5ce3c8e3df6a331.zip |
The functions for creating temporary files and directories in the base
library are quite limited. The unixutils package contains some good ones,
but they aren't portable to Windows. This library just repackages the
Cabal implementations of its own temporary file and folder functions so
that you can use them without linking against Cabal or depending on it
being installed.
WWW: http://www.github.com/batterseapower/temporary
Obtained from: FreeBSD Haskell
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ghc/bsd.hackage.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index 004f39b72c73..5f92ff4f1533 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -262,6 +262,7 @@ system-filepath_port= devel/hs-system-filepath tagged_port= devel/hs-tagged tagsoup_port= textproc/hs-tagsoup # executable tar_port= archivers/hs-tar +temporary_port= devel/hs-temporary Tensor_port= devel/hs-Tensor terminfo_port= devel/hs-terminfo test-framework_port= devel/hs-test-framework |