dates 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+5/−2 lines, 2 files
Files
- Data/Dates.hs +4/−1
- dates.cabal +1/−1
Data/Dates.hs view
@@ -6,7 +6,10 @@ parseDate, pDate, pDateTime, getCurrentDateTime,- tryRead+ tryRead,+ DateIntervalType (..),+ DateInterval (..),+ addInterval ) where import Prelude.Unicode
dates.cabal view
@@ -1,5 +1,5 @@ name: dates-version: 0.2.0.0+version: 0.2.0.1 synopsis: Small library for parsing different dates formats. description: This package allows to parse many different formats of dates. Both absolute and relative dates are supported.