packages feed

Unixutils 1.44 → 1.45

raw patch · 2 files changed

+11/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

+ Tests.hs view
@@ -0,0 +1,10 @@+import System.Exit+import System.Unix.Progress (tests)+import Test.HUnit++main =+    do (c,st) <- runTestText putTextToShowS (TestList $ System.Unix.Progress.tests)+       putStrLn (st "")+       case (failures c) + (errors c) of+         0 -> return ()+         n -> exitFailure
Unixutils.cabal view
@@ -1,5 +1,5 @@ Name:           Unixutils-Version:        1.44+Version:        1.45 License:        BSD3 License-File:	COPYING Author:         Jeremy Shaw, David Fox