diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2021-10-05 15:34:26 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2021-10-08 09:13:54 +0200 |
commit | d142843d150bf874bda2028262c7a6ebcef95b73 (patch) | |
tree | 0dd66444fb8200c00f0953155145967b08865239 /gnu/packages/dhall.scm | |
parent | 06587abbd2e6b94d8afae279dbe4f480617a063f (diff) |
gnu: ghc-repline: Remove version 0.2.0.0.
Not required by any package in the tree.
* gnu/packages/haskell-xyz.scm (ghc-repline-0.3): Merge into…
(ghc-repline): …this.
* gnu/packages/dhall.scm (dhall): Use ghc-repline.
Diffstat (limited to 'gnu/packages/dhall.scm')
-rw-r--r-- | gnu/packages/dhall.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/dhall.scm b/gnu/packages/dhall.scm index 91c31ebc55..d9ec1fbade 100644 --- a/gnu/packages/dhall.scm +++ b/gnu/packages/dhall.scm @@ -68,7 +68,7 @@ ("ghc-pretty-simple" ,ghc-pretty-simple) ("ghc-profunctors" ,ghc-profunctors) ("ghc-pretty-simple" ,ghc-pretty-simple) - ("ghc-repline" ,ghc-repline-0.3) + ("ghc-repline" ,ghc-repline) ("ghc-serialise" ,ghc-serialise) ("ghc-scientific" ,ghc-scientific) ("ghc-text-manipulate" ,ghc-text-manipulate) |