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)
13
13
packages :
14
14
./dhall-nix
15
15
./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
245
245
repline >= 0.4.0.0 && < 0.5 ,
246
246
serialise >= 0.2.0.0 && < 0.3 ,
247
247
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 ,
249
249
text >= 0.11.1.0 && < 2.2 ,
250
250
text-manipulate >= 0.2.0.1 && < 0.4 ,
251
251
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
21
21
#endif
22
22
import qualified Data.Time as Time
23
23
24
+ #if !MIN_VERSION_time(1,14,0)
24
25
deriving instance Lift Time. Day
26
+ #endif
25
27
deriving instance Lift Time. TimeOfDay
26
28
deriving instance Lift Time. TimeZone
27
29
#if !MIN_VERSION_template_haskell(2,21,0)
You can’t perform that action at this time.
0 commit comments