Unixutils 1.34 → 1.35
raw patch · 3 files changed
+4/−4 lines, 3 files
Files
- COPYING +1/−1
- System/Unix/Progress.hs +1/−1
- Unixutils.cabal +2/−2
COPYING view
@@ -1,4 +1,4 @@-Copyright Jeremy Shaw 2007-2010+Copyright Jeremy Shaw, David Fox 2007-2010 All rights reserved. Redistribution and use in source and binary forms, with or without
System/Unix/Progress.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE PackageImports, RankNTypes, ScopedTypeVariables #-}+{-# LANGUAGE FlexibleContexts, PackageImports, RankNTypes, ScopedTypeVariables #-} {-# OPTIONS -Wall -fno-warn-name-shadowing #-} -- |Control the progress reporting and output of subprocesses. module System.Unix.Progress
Unixutils.cabal view
@@ -1,8 +1,8 @@ Name: Unixutils-Version: 1.34+Version: 1.35 License: BSD3 License-File: COPYING-Author: Jeremy Shaw+Author: Jeremy Shaw, David Fox Homepage: http://src.seereason.com/haskell-unixutils Category: System Build-Depends: array, base >= 4 && <5, containers, mtl, HUnit, unix, regex-tdfa, process < 3, bytestring, directory, time, old-time, parallel, filepath