summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/ghc.cabal.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 953da438e4..35755a539d 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -60,17 +60,17 @@ Library
Exposed: False
Build-Depends: base >= 4.11 && < 4.15,
- deepseq >= 1.4 && < 1.5,
- directory >= 1 && < 1.4,
- process >= 1 && < 1.7,
- bytestring >= 0.9 && < 0.11,
+ array >= 0.1 && < 0.6,
binary == 0.8.*,
- time >= 1.4 && < 1.10,
+ bytestring >= 0.9 && < 0.11,
containers >= 0.5 && < 0.7,
- array >= 0.1 && < 0.6,
+ deepseq >= 1.4 && < 1.5,
+ directory >= 1 && < 1.4,
filepath >= 1 && < 1.5,
- template-haskell == 2.16.*,
hpc == 0.6.*,
+ process >= 1 && < 1.7,
+ template-haskell == 2.16.*,
+ time >= 1.4 && < 1.10,
transformers == 0.5.*,
ghc-boot == @ProjectVersionMunged@,
ghc-boot-th == @ProjectVersionMunged@,