summaryrefslogtreecommitdiff
path: root/hadrian/hadrian.cabal
diff options
context:
space:
mode:
authorDavid Eichmann <EichmannD@gmail.com>2019-02-27 18:31:13 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-04-14 01:08:15 -0400
commit5f1830817b90960d5d11bee95a99df3e1425f8ab (patch)
treebc498b68451481e2a82834c909d990d041bc7b0e /hadrian/hadrian.cabal
parent40848a43072768d5a0a41a1df05f7a8ffd85f345 (diff)
downloadhaskell-5f1830817b90960d5d11bee95a99df3e1425f8ab.tar.gz
Hadrian: add rts shared library symlinks for backwards compatability
Fixes test T3807 when building with Hadrian. Trac #16370
Diffstat (limited to 'hadrian/hadrian.cabal')
-rw-r--r--hadrian/hadrian.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/hadrian/hadrian.cabal b/hadrian/hadrian.cabal
index 02d524a957..fdcba15b8d 100644
--- a/hadrian/hadrian.cabal
+++ b/hadrian/hadrian.cabal
@@ -66,6 +66,7 @@ executable hadrian
, Rules.Nofib
, Rules.Program
, Rules.Register
+ , Rules.Rts
, Rules.Selftest
, Rules.SimpleTargets
, Rules.SourceDist
@@ -121,7 +122,7 @@ executable hadrian
build-depends: base >= 4.8 && < 5
, Cabal >= 3.0 && < 3.1
, containers >= 0.5 && < 0.7
- , directory >= 1.2 && < 1.4
+ , directory >= 1.3.1.0 && < 1.4
, extra >= 1.4.7
, filepath
, mtl == 2.2.*