File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -214,6 +214,7 @@ test-suite aeson-tests
214
214
generic-deriving >= 1.10 && < 1.15 ,
215
215
ghc-prim >= 0.2 ,
216
216
hashable >= 1.2.4.0 ,
217
+ hashable-time >= 0.2.1 && < 0.3 ,
217
218
scientific,
218
219
strict,
219
220
tagged,
@@ -247,8 +248,6 @@ test-suite aeson-tests
247
248
build-depends : nats >= 1 && < 1.2 ,
248
249
void >= 0.7.2 && < 0.8
249
250
250
- if impl(ghc >= 7.8 )
251
- build-depends : hashable-time >= 0.2.0.1 && < 0.3
252
251
253
252
if flag(fast)
254
253
ghc-options : -fno-enable-rewrite-rules
Original file line number Diff line number Diff line change @@ -35,11 +35,10 @@ keysTests =
35
35
, testProperty " Float" $ roundTripKey (undefined :: Float )
36
36
, testProperty " Double" $ roundTripKey (undefined :: Double )
37
37
, testProperty " Day" $ roundTripKey (undefined :: Day )
38
- -- TODO: needs https://github.com/w3rs/hashable-time/pull/12
39
- -- , testProperty "DayOfWeek" $ roundTripKey (undefined :: DayOfWeek)
40
- -- , testProperty "Month" $ roundTripKey (undefined :: Month)
41
- -- , testProperty "Quarter" $ roundTripKey (undefined :: Quarter)
42
- -- , testProperty "QuarterOfYear" $ roundTripKey (undefined :: QuarterOfYear)
38
+ , testProperty " DayOfWeek" $ roundTripKey (undefined :: DayOfWeek )
39
+ , testProperty " Month" $ roundTripKey (undefined :: Month )
40
+ , testProperty " Quarter" $ roundTripKey (undefined :: Quarter )
41
+ , testProperty " QuarterOfYear" $ roundTripKey (undefined :: QuarterOfYear )
43
42
, testProperty " LocalTime" $ roundTripKey (undefined :: LocalTime )
44
43
, testProperty " TimeOfDay" $ roundTripKey (undefined :: TimeOfDay )
45
44
, testProperty " UTCTime" $ roundTripKey (undefined :: UTCTime )
You can’t perform that action at this time.
0 commit comments