summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2019-10-15 17:13:55 -0400
committerJohn Ericson <git@JohnEricson.me>2020-01-26 11:02:19 -0500
commite3b2cbdfd6afd4a9cdcf6286c1598e636a5677e3 (patch)
tree541801ef50cb54198f9f8c7db2b096a0c36ab4c1
parentfc4384f29127a6456385d60fa0a6ed6c0cff99ff (diff)
downloadhaskell-wip/ghci-iserv-prep.tar.gz
Compiler sort build-dependswip/ghci-iserv-prep
Can't hurt, and makes the following diff easier to read.
-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@,