File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
src/Dhall/Syntax/Instances Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,6 @@ if impl(ghc < 9.8)
1313 packages :
1414 ./dhall-nix
1515 ./dhall-nixpkgs
16+
17+ if impl(ghc >= 9.12 )
18+ allow-newer : repline :containers
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ Common common
245245 repline >= 0.4.0.0 && < 0.5 ,
246246 serialise >= 0.2.0.0 && < 0.3 ,
247247 scientific >= 0.3.0.0 && < 0.4 ,
248- template-haskell >= 2.13.0.0 && < 2.23 ,
248+ template-haskell >= 2.13.0.0 && < 2.24 ,
249249 text >= 0.11.1.0 && < 2.2 ,
250250 text-manipulate >= 0.2.0.1 && < 0.4 ,
251251 text-short >= 0.1 && < 0.2 ,
Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ import qualified Data.Fixed as Fixed
2121#endif
2222import qualified Data.Time as Time
2323
24+ #if !MIN_VERSION_time(1,14,0)
2425deriving instance Lift Time. Day
26+ #endif
2527deriving instance Lift Time. TimeOfDay
2628deriving instance Lift Time. TimeZone
2729#if !MIN_VERSION_template_haskell(2,21,0)
You can’t perform that action at this time.
0 commit comments