File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ library
26
26
, deepseq
27
27
, transformers
28
28
, data-fix
29
- , Cabal
29
+ , Cabal >= 2.4
30
30
, text
31
31
, filepath
32
32
, directory
Original file line number Diff line number Diff line change @@ -236,7 +236,8 @@ hackage:
236
236
"deriving-compat" . flags . template-haskell-2-11 = true ;
237
237
"deriving-compat" . flags . new-functor-classes = true ;
238
238
"text" . revision = ( ( ( hackage . "text" ) . "1.2.3.1" ) . revisions ) . default ;
239
- "Cabal" . revision = ( ( ( hackage . "Cabal" ) . "2.2.0.1" ) . revisions ) . default ;
239
+ "Cabal" . revision = ( ( ( hackage . "Cabal" ) . "2.4.1.0" ) . revisions ) . default ;
240
+ "Cabal" . flags . bundled-binary-generic = false ;
240
241
"Diff" . revision = ( ( ( hackage . "Diff" ) . "0.3.4" ) . revisions ) . default ;
241
242
"unordered-containers" . revision = ( ( ( hackage . "unordered-containers" ) . "0.2.9.0" ) . revisions ) . default ;
242
243
"unordered-containers" . flags . debug = false ;
@@ -350,7 +351,6 @@ hackage:
350
351
"containers" = "0.5.11.0" ;
351
352
"bytestring" = "0.10.8.2" ;
352
353
"text" = "1.2.3.1" ;
353
- "Cabal" = "2.2.0.1" ;
354
354
"base" = "4.11.1.0" ;
355
355
"time" = "1.8.0.2" ;
356
356
"terminfo" = "0.4.1.1" ;
You can’t perform that action at this time.
0 commit comments