haskell98 2.0.0.1 → 2.0.0.2
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~basedep ~directoryPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base, directory
API changes (from Hackage documentation)
- Directory: getModificationTime :: FilePath -> IO ClockTime
+ Directory: getModificationTime :: FilePath -> IO UTCTime
Files
- IO.hs +1/−1
- haskell98.cabal +2/−2
IO.hs view
@@ -28,7 +28,7 @@ ) where import System.IO-import System.IO.Error hiding (catch, try)+import System.IO.Error -- | The 'bracket' function captures a common allocate, compute, deallocate -- idiom in which the deallocation step must occur even in the case of an
haskell98.cabal view
@@ -1,5 +1,5 @@ name: haskell98-version: 2.0.0.1+version: 2.0.0.2 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org@@ -18,7 +18,7 @@ Library build-depends: base >= 3 && < 5,- directory >= 1.1 && < 1.2,+ directory >= 1.1 && < 1.3, old-time >= 1.0 && < 1.2, old-locale >= 1.0 && < 1.1, process >= 1.0 && < 1.2,