packages feed

text-time 0.3.1 → 0.3.2

raw patch · 1 files changed

+7/−7 lines, 1 filesdep ~attoparsecdep ~formattingdep ~text

Dependency ranges changed: attoparsec, formatting, text

Files

text-time.cabal view
@@ -1,5 +1,5 @@ name:           text-time-version:        0.3.1+version:        0.3.2 synopsis:       Library for Time parsing from Text into UTCTime License:        BSD3 License-file:   LICENSE@@ -27,9 +27,9 @@   ghc-options:      -Wall   build-depends:                     base >= 4.7 && < 5,-                    attoparsec < 0.14,-                    formatting < 7,-                    text < 2,+                    attoparsec < 0.15,+                    formatting < 8,+                    text < 3,                     time < 2   exposed-modules:                     Data.Text.Time@@ -46,9 +46,9 @@                     hspec >=2 && <3,                     QuickCheck >=2.6 && <3,                     Cabal >=1.16.0 && <4,-                    attoparsec < 0.14,-                    formatting < 7,-                    text < 2,+                    attoparsec < 0.15,+                    formatting < 8,+                    text < 3,                     time < 2   other-modules:                     Data.Text.Time.Parse