summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHécate Moonlight <kleidukos@crypto-keupone.eu>2022-01-02 02:00:39 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-01-02 04:20:47 -0500
commitf212cece72b4be2750afa0f71f833f4b0190383a (patch)
tree32525a7a80e3741dc9c11ad052cdebd9bb6f42ce
parent246d278277dc3414a440639fd35c60006dfb93f0 (diff)
downloadhaskell-f212cece72b4be2750afa0f71f833f4b0190383a.tar.gz
Add a source-repository stanza to rts/rts.cabal
-rw-r--r--rts/rts.cabal.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in
index 419d4b15bd..0b57c290bf 100644
--- a/rts/rts.cabal.in
+++ b/rts/rts.cabal.in
@@ -5,6 +5,11 @@ license: BSD-3-Clause
maintainer: glasgow-haskell-users@haskell.org
build-type: Simple
+source-repository head
+ type: git
+ location: https://gitlab.haskell.org/ghc/ghc.git
+ subdir: rts
+
extra-source-files:
-- This file needs to be in the package but shouldn't be compiled on its own.
xxhash.c