diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-09-01 14:10:20 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:04 +0200 |
commit | dde15fea25b86c75512f204de91bb0c82a152967 (patch) | |
tree | e44371c534759c5f52c96f88e7ab22443ec672e8 /gnu | |
parent | f9051e387056fb1c29d8e67b76754168b304449d (diff) |
gnu: ghc: Use GHC 8.4.3 as the default GHC.
* gnu/packages/haskell.scm (ghc): Switch to ghc-8.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 6b774c358a..1e7a502d8f 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -559,7 +559,7 @@ interactive environment for the functional language Haskell.") (file-pattern ".*\\.conf\\.d$") (file-type 'directory)))))) -(define-public ghc ghc-8.0) +(define-public ghc ghc-8) (define-public ghc-hostname (package |