summaryrefslogtreecommitdiff
path: root/open-source-lorries/haskell.lorry
blob: 555185f9ad99ad4a60ec189dbdb7346da8192c93 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "haskell": {
        "type": "git",
        "url": "https://gitlab.haskell.org/ghc/ghc.git",
        "refspecs": [
            "refs/tags/*",
            "+refs/heads/*"
        ]
    }
}