packages feed

Cabal revisions of dates-0.2.2.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                dates-version:             0.2.2.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.-                     Supported date formats are:-                     .-                       * DD.MM.YYYY-                       .-                       * YYYY\/MM\/DD-                       .-                       * `12 September 2012'-                       .-                       * `today', `tomorrow', `yesterday'-                       .-                       * `in 2 days', '3 weeks ago'-                       .-                       * `last monday', 'next friday'-                       .-                       * `last month' (1th of this month), `next year' (1th of January of next year)-                     .-                     4-digits years may be abbreviated (such as 12 for 2012).-                     Both 12-hour and 24-hour time formats are supported.-                     .-                     User-specified date formats are supported by-                     Data.Dates.Formats module.--homepage:            http://redmine.iportnov.ru/projects/dates/-license:             BSD3-license-file:        LICENSE-author:              IlyaPortnov-maintainer:          portnov84@rambler.ru--- copyright:           -category:            Data-build-type:          Simple-cabal-version:       >=1.8--library-  exposed-modules:     Data.Dates,-                       Data.Dates.Types,-                       Data.Dates.Formats,-                       Data.Dates.Internal--  build-depends:       base >=4 && < 4.12,-                       base-unicode-symbols ==0.2.*,-                       time >= 1.4,-                       parsec >=3.1,-                       syb >=0.3.7--  GHC-Options:         -O2--Source-repository head-  type:     git-  location: git://redmine.iportnov.ru/dates.git+name:                dates
+version:             0.2.2.2
+x-revision: 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.
+                     Supported date formats are:
+                     .
+                       * DD.MM.YYYY
+                       .
+                       * YYYY\/MM\/DD
+                       .
+                       * `12 September 2012'
+                       .
+                       * `today', `tomorrow', `yesterday'
+                       .
+                       * `in 2 days', '3 weeks ago'
+                       .
+                       * `last monday', 'next friday'
+                       .
+                       * `last month' (1th of this month), `next year' (1th of January of next year)
+                     .
+                     4-digits years may be abbreviated (such as 12 for 2012).
+                     Both 12-hour and 24-hour time formats are supported.
+                     .
+                     User-specified date formats are supported by
+                     Data.Dates.Formats module.
+
+homepage:            http://redmine.iportnov.ru/projects/dates/
+license:             BSD3
+license-file:        LICENSE
+author:              IlyaPortnov
+maintainer:          portnov84@rambler.ru
+-- copyright:           
+category:            Data
+build-type:          Simple
+cabal-version:       >=1.8
+
+library
+  exposed-modules:     Data.Dates,
+                       Data.Dates.Types,
+                       Data.Dates.Formats,
+                       Data.Dates.Internal
+
+  build-depends:       base >=4.9 && < 4.12,
+                       base-unicode-symbols ==0.2.*,
+                       time >= 1.4,
+                       parsec >=3.1,
+                       syb >=0.3.7
+
+  GHC-Options:         -O2
+
+Source-repository head
+  type:     git
+  location: git://redmine.iportnov.ru/dates.git