gnu: ghc-haskeline: Remove version postfix from variable name.

* gnu/packages/haskell-xyz.scm (ghc-haskeline-0.8): Rename to…
(ghc-haskeline): …this.
This commit is contained in:
Lars-Dominik Braun 2021-10-05 15:37:21 +02:00
parent d142843d15
commit ff5fea3dfe
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -5515,7 +5515,7 @@ (define-public ghc-hashtables
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 @@ (define-public ghc-repline
(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