temporary 1.2.0.1 → 1.2.0.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~directorydep ~exceptions
Dependency ranges changed: base, directory, exceptions, filepath, transformers, unix
Files
- temporary.cabal +4/−4
temporary.cabal view
@@ -1,5 +1,5 @@ name: temporary-version: 1.2.0.1+version: 1.2.0.2 cabal-version: >= 1.6 synopsis: Portable temporary file and directory support for Windows and Unix, based on code from Cabal description: The functions for creating temporary files and directories in the base library are quite limited. The unixutils@@ -22,8 +22,8 @@ exposed-modules: System.IO.Temp other-modules: Distribution.Compat.Exception Distribution.Compat.TempFile- build-depends: base >= 3 && < 6, filepath >= 1.1 && < 1.4, directory >= 1.0 && < 1.3,- transformers >= 0.2.0.0 && < 0.4, exceptions >= 0.1.1 && < 0.4+ build-depends: base >= 3 && < 10, filepath >= 1.1, directory >= 1.0,+ transformers >= 0.2.0.0, exceptions >= 0.1.1 if !os(windows)- build-depends: unix >= 2.3 && < 2.8+ build-depends: unix >= 2.3