dates 0.2.3.1 → 0.2.3.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/Dates/Formats.hs +1/−1
- dates.cabal +1/−1
Data/Dates/Formats.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE UnicodeSyntax, DeriveDataTypeable, FlexibleContexts, FlexibleInstances, LambdaCase, BlockArguments, QuasiQuotes, TemplateHaskell #-}+{-# LANGUAGE UnicodeSyntax, DeriveDataTypeable, FlexibleContexts, FlexibleInstances, LambdaCase, QuasiQuotes, TemplateHaskell #-} -- | This module allows to parse arbitrary date formats. -- Date formats are specified as strings: --
dates.cabal view
@@ -1,5 +1,5 @@ name: dates-version: 0.2.3.1+version: 0.2.3.2 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.