time-compat 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/Data/Time/Compat.hs +2/−2
- time-compat.cabal +1/−1
src/Data/Time/Compat.hs view
@@ -1,8 +1,8 @@ {-# LANGUAGE RecordWildCards #-} -- | Compatibility with the--- <old-time http://hackage.haskell.org/package/old-time> package for the--- \"new\" <time http://hackage.haskell.org/package/time> package.+-- <http://hackage.haskell.org/package/old-time old-time> package for the+-- \"new\" <http://hackage.haskell.org/package/time time> package. -- -- This is useful for writing portable code; in particular, if you're -- using the <directory http://hackage.haskell.org/package/directory>
time-compat.cabal view
@@ -1,5 +1,5 @@ name : time-compat-version : 0.1.0.1+version : 0.1.0.2 homepage : http://hub.darcs.net/dag/time-compat bug-reports : http://hub.darcs.net/dag/time-compat/issues category : System