File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,5 +38,5 @@ keysTests =
38
38
, testProperty " Version" $ roundTripKey (undefined :: Version )
39
39
, testProperty " Lazy Text" $ roundTripKey (undefined :: LT. Text )
40
40
, testProperty " UUID" $ roundTripKey UUID. nil
41
- , testProperty " Const Text" $ roundTripKey (undefined :: Const T. Text )
41
+ , testProperty " Const Text" $ roundTripKey (undefined :: Const T. Text () )
42
42
]
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ fromJSONKeyAssertions =
344
344
[ assertIsCoerce " Text" (fromJSONKey :: FromJSONKeyFunction Text )
345
345
, assertIsCoerce " Tagged Int Text" (fromJSONKey :: FromJSONKeyFunction (Tagged Int Text ))
346
346
, assertIsCoerce " MyText" (fromJSONKey :: FromJSONKeyFunction MyText )
347
- , assertIsCoerce " Const Text" (fromJSONKey :: FromJSONKeyFunction (Const Text ))
347
+ , assertIsCoerce " Const Text" (fromJSONKey :: FromJSONKeyFunction (Const Text () ))
348
348
349
349
#if __GLASGOW_HASKELL__ >= 710
350
350
, assertIsCoerce' " MyText'" (fromJSONKey :: FromJSONKeyFunction MyText' )
You can’t perform that action at this time.
0 commit comments