mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
29 lines
1.4 KiB
Diff
29 lines
1.4 KiB
Diff
--- old-darcs.net/darcs.cabal 1970-01-01 01:00:01.000000000 +0100
|
|
+++ new-darcs.net/darcs.cabal 2026-06-22 16:10:41.137461887 +0200
|
|
@@ -416,7 +416,7 @@
|
|
build-depends: unix >= 2.7.1.0 && < 2.9,
|
|
directory >= 1.2.7 && < 1.4
|
|
|
|
- build-depends: base >= 4.10 && < 4.21,
|
|
+ build-depends: base >= 4.10 && < 4.22,
|
|
safe >= 0.3.20 && < 0.4,
|
|
stm >= 2.1 && < 2.6,
|
|
binary >= 0.5 && < 0.11,
|
|
@@ -436,7 +436,7 @@
|
|
base16-bytestring >= 1.0 && < 1.1,
|
|
utf8-string >= 1 && < 1.1,
|
|
vector >= 0.11 && < 0.14,
|
|
- tar >= 0.5 && < 0.7,
|
|
+ tar >= 0.5 && < 0.8,
|
|
data-ordlist == 0.4.*
|
|
|
|
if impl(ghc < 8.10)
|
|
@@ -462,7 +462,7 @@
|
|
network >= 2.6 && < 3.3,
|
|
conduit >= 1.3.0 && < 1.4,
|
|
http-conduit >= 2.3 && < 2.4,
|
|
- http-types >= 0.12.1 && < 0.12.5,
|
|
+ http-types >= 0.12.1 && < 0.13,
|
|
exceptions >= 0.6 && < 0.11,
|
|
terminal-size >= 0.3.4 && < 0.4
|
|
|