From 0154fac42a6e3ec6080605af89958b779f536e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 21 Nov 2021 18:03:22 +0100 Subject: gnu: ghc: Depend on 'git-minimal/fixed'. * gnu/packages/haskell.scm (ghc-8.8): Replace GIT/FIXED by GIT-MINIMAL/FIXED. * gnu/packages/version-control.scm (git/fixed): Remove. --- gnu/packages/haskell.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/packages/haskell.scm') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 84a9075453..69a806e635 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -634,8 +634,7 @@ interactive environment for the functional language Haskell.") (sha256 (base32 "0c55pj2820q26rikhpf636sn4mjgqsxjrl94vsywrh79dxp3k14z")))) - ;; TODO: Change to GIT-MINIMAL/FIXED. - ("git" ,git/fixed) ; invoked during tests + ("git" ,git-minimal/fixed) ; invoked during tests ,@(filter (match-lambda (("ghc-bootstrap" . _) #f) (("ghc-testsuite" . _) #f) -- cgit v1.2.3