diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2021-10-05 15:37:21 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2021-10-08 09:13:54 +0200 |
commit | ff5fea3dfe64b933f7698134de9dba14ef8d0694 (patch) | |
tree | e850dd303e71f7e1de9e08369e3253ca517d0a75 /gnu | |
parent | d142843d150bf874bda2028262c7a6ebcef95b73 (diff) |
gnu: ghc-haskeline: Remove version postfix from variable name.
* gnu/packages/haskell-xyz.scm (ghc-haskeline-0.8): Rename to…
(ghc-haskeline): …this.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 7445e47a71..3682de9ac6 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 |