packages feed

genvalidity-time 0.2.1.0 → 0.2.1.1

raw patch · 2 files changed

+13/−14 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

genvalidity-time.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 09c2e73a04279740d2caa8197cb474313ddaafec777e470f43a2076a0c70c2ea+-- hash: 4fae1bb408cadb3e1e3086c40f8cba71f6fbb6ec5e2bcca32546e72f83ff2be8  name:           genvalidity-time-version:        0.2.1.0+version:        0.2.1.1 synopsis:       GenValidity support for time description:    Please see README.md category:       Testing@@ -25,14 +25,6 @@   location: https://github.com/NorfairKing/validity  library-  hs-source-dirs:-      src-  build-depends:-      QuickCheck-    , base >=4.7 && <5-    , genvalidity >=0.5-    , time-    , validity-time >=0.2   exposed-modules:       Data.GenValidity.Time       Data.GenValidity.Time.Calendar@@ -41,11 +33,22 @@       Data.GenValidity.Time.LocalTime   other-modules:       Paths_genvalidity_time+  hs-source-dirs:+      src+  build-depends:+      QuickCheck+    , base >=4.7 && <5+    , genvalidity >=0.5+    , time+    , validity-time >=0.2   default-language: Haskell2010  test-suite genvalidity-time-test   type: exitcode-stdio-1.0   main-is: Spec.hs+  other-modules:+      Data.GenValidity.TimeSpec+      Paths_genvalidity_time   hs-source-dirs:       test   ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -fno-warn-name-shadowing@@ -55,7 +58,4 @@     , genvalidity-time     , hspec     , time-  other-modules:-      Data.GenValidity.TimeSpec-      Paths_genvalidity_time   default-language: Haskell2010
test/Data/GenValidity/TimeSpec.hs view
@@ -29,6 +29,5 @@     genValiditySpec @LocalTime     shrinkValiditySpec @LocalTime     genValiditySpec @ZonedTime-    shrinkValiditySpec @ZonedTime     genValidSpec @TimeLocale     shrinkValidSpec @TimeLocale