aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-06-04 03:13:46 +0800
committerpgj <pgj@FreeBSD.org>2012-06-04 03:13:46 +0800
commit396e91dec83485e22f1c4634a5ce3c8e3df6a331 (patch)
tree22af688f3c804ea179cc6aa704a0a89ec63e79a8 /lang
parent557c177cf2c153611ca760cab0f4f4607fbaeb74 (diff)
downloadfreebsd-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.mk1
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