[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/24: gnu: ghc-haskeline: Remove version postfix from variable name.
From: |
guix-commits |
Subject: |
19/24: gnu: ghc-haskeline: Remove version postfix from variable name. |
Date: |
Fri, 8 Oct 2021 03:20:53 -0400 (EDT) |
lbraun pushed a commit to branch master
in repository guix.
commit ff5fea3dfe64b933f7698134de9dba14ef8d0694
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Tue Oct 5 15:37:21 2021 +0200
gnu: ghc-haskeline: Remove version postfix from variable name.
* gnu/packages/haskell-xyz.scm (ghc-haskeline-0.8): Rename to…
(ghc-haskeline): …this.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 7445e47..3682de9 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5515,7 +5515,7 @@ monad, as well as a typeclass abstracting their common
operations, and
a set of wrappers to use the hash tables in the IO monad.")
(license license:bsd-3)))
-(define-public ghc-haskeline-0.8
+(define-public ghc-haskeline
(package
(name "ghc-haskeline")
(version "0.8.0.0")
@@ -11106,7 +11106,7 @@ inspired by libtre.")
(build-system haskell-build-system)
(inputs
`(("ghc-exceptions" ,ghc-exceptions)
- ("ghc-haskeline" ,ghc-haskeline-0.8)))
+ ("ghc-haskeline" ,ghc-haskeline)))
(home-page "https://github.com/sdiehl/repline")
(synopsis "Haskeline wrapper for GHCi-like REPL interfaces")
(description
- 07/24: build-system/haskell: Accept line breaks in config files., (continued)
- 07/24: build-system/haskell: Accept line breaks in config files., guix-commits, 2021/10/08
- 10/24: gnu: Update Haskell ecosystem., guix-commits, 2021/10/08
- 11/24: gnu: cabal-install: Build with GHC 8.10., guix-commits, 2021/10/08
- 12/24: gnu: hedgewars: Fix build., guix-commits, 2021/10/08
- 15/24: gnu: idris: Fix build., guix-commits, 2021/10/08
- 13/24: gnu: ruby-pandoc-ruby: Disable tests., guix-commits, 2021/10/08
- 14/24: gnu: ghc-silently: Remove unused input., guix-commits, 2021/10/08
- 16/24: gnu: ngless: Fix build., guix-commits, 2021/10/08
- 17/24: gnu: python-pypandoc: Upgrade to 1.6.4., guix-commits, 2021/10/08
- 18/24: gnu: ghc-repline: Remove version 0.2.0.0., guix-commits, 2021/10/08
- 19/24: gnu: ghc-haskeline: Remove version postfix from variable name.,
guix-commits <=
- 22/24: gnu: pigx-chipseq: Remove dependency on pandoc-citeproc., guix-commits, 2021/10/08
- 20/24: gnu: pigx-bsseq: Remove dependency on pandoc-citeproc., guix-commits, 2021/10/08
- 21/24: gnu: pigx-sars-cov2-ww: Remove dependency on pandoc-citeproc., guix-commits, 2021/10/08
- 23/24: gnu: pigx-rnaseq: Remove dependency on pandoc-citeproc., guix-commits, 2021/10/08
- 24/24: gnu: pigx-scrnaseq: Remove dependency on pandoc-citeproc., guix-commits, 2021/10/08