mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
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:
parent
d142843d15
commit
ff5fea3dfe
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue