[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/177: gnu: ghc: Use ghc-8 as default GHC.
From: |
Ricardo Wurmus |
Subject: |
02/177: gnu: ghc: Use ghc-8 as default GHC. |
Date: |
Tue, 13 Feb 2018 07:38:01 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit e2dc97d69ad68733ffdc0a8576a9b881eceff2e3
Author: Ricardo Wurmus <address@hidden>
Date: Mon Feb 12 18:38:52 2018 +0100
gnu: ghc: Use ghc-8 as default GHC.
* gnu/packages/haskell.scm (ghc): Rename variable...
(ghc-7): ...to this.
(ghc-8)[native-inputs]: Adjust accordingly.
(ghc): New alias for ghc-8.
---
gnu/packages/haskell.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a6a4954..654f4df 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -136,7 +136,7 @@ top of CLISP.")
;;
;; - Test posix010 tries to check the existence of a user on the system:
;; getUserEntryForName: does not exist (no such user)
-(define-public ghc
+(define-public ghc-7
(package
(name "ghc")
(version "7.10.2")
@@ -346,7 +346,7 @@ interactive environment for the functional language
Haskell.")
("python" ,python-2) ; for tests
("ghostscript" ,ghostscript) ; for tests
;; GHC is built with GHC.
- ("ghc-bootstrap" ,ghc)))
+ ("ghc-bootstrap" ,ghc-7)))
(arguments
`(#:test-target "test"
;; We get a smaller number of test failures by disabling parallel test
@@ -423,6 +423,8 @@ interactive environment for the functional language
Haskell.")
interactive environment for the functional language Haskell.")
(license license:bsd-3)))
+(define-public ghc ghc-8)
+
(define-public ghc-hostname
(package
(name "ghc-hostname")
- 32/177: gnu: ghc-data-default-class: Update to 0.1.2.0., (continued)
- 32/177: gnu: ghc-data-default-class: Update to 0.1.2.0., Ricardo Wurmus, 2018/02/13
- 34/177: gnu: ghc-haddock-api: Update to 2.17.3., Ricardo Wurmus, 2018/02/13
- 25/177: gnu: ghc-quickcheck-instances: Update to 0.3.16.1., Ricardo Wurmus, 2018/02/13
- 17/177: gnu: ghc-hspec-meta: Update to 2.2.1., Ricardo Wurmus, 2018/02/13
- 07/177: gnu: ghc-mtl: Fix build with GHC 8., Ricardo Wurmus, 2018/02/13
- 08/177: gnu: ghc-dlist: Update to 0.8.0.4., Ricardo Wurmus, 2018/02/13
- 15/177: gnu: ghc-hspec-core: Update to 2.2.4., Ricardo Wurmus, 2018/02/13
- 20/177: gnu: ghc-attoparsec: Update to 0.13.2.2., Ricardo Wurmus, 2018/02/13
- 38/177: gnu: ghc-stm: Update to 2.4.5.0., Ricardo Wurmus, 2018/02/13
- 27/177: gnu: ghc-text: Update to 1.2.2.2., Ricardo Wurmus, 2018/02/13
- 02/177: gnu: ghc: Use ghc-8 as default GHC.,
Ricardo Wurmus <=
- 14/177: gnu: ghc-hspec: Update to 2.2.4., Ricardo Wurmus, 2018/02/13
- 45/177: gnu: ghc-cgi: Update to 3001.3.0.2., Ricardo Wurmus, 2018/02/13
- 48/177: gnu: ghc-extra: Update to 1.6.3., Ricardo Wurmus, 2018/02/13
- 53/177: gnu: ghc-th-lift: Update to 0.7.8., Ricardo Wurmus, 2018/02/13
- 55/177: gnu: ghc-nats: Update to 1.1.1., Ricardo Wurmus, 2018/02/13
- 16/177: gnu: ghc-hunit: Update to 1.3.1.2., Ricardo Wurmus, 2018/02/13
- 05/177: gnu: ghc-quickcheck: Update to 2.10.1., Ricardo Wurmus, 2018/02/13
- 10/177: gnu: ghc-test-framework: Fix build with GHC 8., Ricardo Wurmus, 2018/02/13
- 23/177: gnu: ghc-old-time: Allow building with GHC 8., Ricardo Wurmus, 2018/02/13
- 22/177: gnu: Add ghc-hashable-time., Ricardo Wurmus, 2018/02/13