diff options
author | David Binder <david.binder@uni-tuebingen.de> | 2023-01-06 19:30:34 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-03-08 01:24:17 -0500 |
commit | cf98e28658f29e754e7631f1cb437bf93e922a8c (patch) | |
tree | 8acaf62e11c5fcfca7d4d3c464b79af7e9902961 | |
parent | f3ff7cb1888e2d96e037cfbfa97b72cd536a5766 (diff) | |
download | haskell-cf98e28658f29e754e7631f1cb437bf93e922a8c.tar.gz |
Add git submodule for utils/hpc
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | utils/hpc | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c44e7335e5..2994d6e31f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -110,3 +110,6 @@ [submodule "libraries/exceptions"] path = libraries/exceptions url = https://gitlab.haskell.org/ghc/packages/exceptions.git +[submodule "utils/hpc"] + path = utils/hpc + url = https://gitlab.haskell.org/hpc/hpc-bin.git diff --git a/utils/hpc b/utils/hpc new file mode 160000 +Subproject 0cd517a76d7120fdcb7fcb72bc17821d2e18e7a |