From cda0f43e346fb3b96baca9e6a4b23f25e119a953 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 22 May 2016 15:38:45 +0200 Subject: [PATCH] ghc: bind update-check to stackage. --- srcpkgs/ghc/update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ghc/update b/srcpkgs/ghc/update index 605fe80eed5..c07ab14552b 100644 --- a/srcpkgs/ghc/update +++ b/srcpkgs/ghc/update @@ -1,2 +1,2 @@ -site='https://www.haskell.org/ghc/' -pattern='GHC \K[\d.]+' +site='https://www.stackage.org/lts' +pattern='\(ghc-\K[\d.]+'