summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/haskell.lorry6
1 files changed, 5 insertions, 1 deletions
diff --git a/open-source-lorries/haskell.lorry b/open-source-lorries/haskell.lorry
index 817f2ab..555185f 100644
--- a/open-source-lorries/haskell.lorry
+++ b/open-source-lorries/haskell.lorry
@@ -1,6 +1,10 @@
{
"haskell": {
"type": "git",
- "url": "https://gitlab.haskell.org/ghc/ghc.git"
+ "url": "https://gitlab.haskell.org/ghc/ghc.git",
+ "refspecs": [
+ "refs/tags/*",
+ "+refs/heads/*"
+ ]
}
}