Package: ghc-temporary Version: 1.2.0.3 Revision: 5 Source: http://hackage.haskell.org/packages/archive/temporary/%v/temporary-%v.tar.gz Source-Checksum: SHA256(8a889c7e62a2bb144eb9e394fab51e5dbd843d473ac2eab9e16b55a9eb3a4647) SourceDirectory: temporary-%v BuildDepends: << fink (>= 0.38.3), ghc (>= 7.10.3-1), ghc (<< 7.10.3.1-1) << Depends: << ghc (>= 7.10.3-1), ghc (<< 7.10.3.1-1), ghc-exceptions (>= 0.6-1) << CompileScript: << runghc Setup.lhs configure --prefix=%p --docdir=%p/share/doc/%n runghc Setup.lhs build runghc Setup.lhs haddock runghc Setup.lhs register --gen-script runghc Setup.lhs unregister --gen-script << InstallScript: runghc Setup.lhs copy --destdir=%d Shlibs: << @rpath/libHStemporary-1.2.0.3-7ippdKpJxf6CKA7vcecuY9-ghc7.10.3.dylib 0.0.0 %n (>= 1.2.0.3-5) << DocFiles: LICENSE register.sh unregister.sh PostInstScript: %p/share/doc/%n/register.sh PreRmScript: sh %p/share/doc/%n/unregister.sh --force Description: Portable temporary file and directory support DescDetail: << 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. << Homepage: http://hackage.haskell.org/package/temporary License: BSD Maintainer: None