From: Carlo Holl <carloholl@gmail.com>
To: 44873@debbugs.gnu.org
Cc: Carlo Holl <carloholl@gmail.com>
Subject: [bug#44873] [PATCH 4/6] gnu: ghc-hledger-lib: Downgrade to 0.14.1.
Date: Wed, 25 Nov 2020 12:16:36 -0800 [thread overview]
Message-ID: <20201125201638.2044-4-carloholl@gmail.com> (raw)
In-Reply-To: <20201125201638.2044-1-carloholl@gmail.com>
* gnu/packages/haskell-xyz.scm (ghc-hledger-lib): Downgrade to 0.14.1.
[inputs]: Replace with what is generated by guix import.
---
gnu/packages/haskell-xyz.scm | 22 ++++++++--------------
1 file changed, 8 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 67395baea3..2e3fbbb5b0 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5866,7 +5866,7 @@ accessed or modified.")
(define-public ghc-hledger-lib
(package
(name "ghc-hledger-lib")
- (version "1.19.1")
+ (version "1.14.1")
(source
(origin
(method url-fetch)
@@ -5876,14 +5876,10 @@ accessed or modified.")
".tar.gz"))
(sha256
(base32
- "0py11011r358nmnvwwkc8mlx6mpy36jm8sqlr4i8ihx3x0zjdgya"))))
+ "1w6qp01cak6spnpldm01czlm6i5a2alw47w76875l2nagrc4rfp2"))))
(build-system haskell-build-system)
(inputs
- `(("ghc-decimal" ,ghc-decimal)
- ("ghc-glob" ,ghc-glob)
- ("ghc-aeson" ,ghc-aeson)
- ("ghc-aeson-pretty" ,ghc-aeson-pretty)
- ("ghc-ansi-terminal" ,ghc-ansi-terminal)
+ `(("ghc-ansi-terminal" ,ghc-ansi-terminal)
("ghc-base-compat-batteries" ,ghc-base-compat-batteries)
("ghc-blaze-markup" ,ghc-blaze-markup)
("ghc-call-stack" ,ghc-call-stack)
@@ -5891,11 +5887,14 @@ accessed or modified.")
("ghc-cassava-megaparsec" ,ghc-cassava-megaparsec)
("ghc-cmdargs" ,ghc-cmdargs)
("ghc-data-default" ,ghc-data-default)
+ ("ghc-decimal" ,ghc-decimal)
+ ("ghc-easytest" ,ghc-easytest)
("ghc-extra" ,ghc-extra)
- ("ghc-fgl" ,ghc-fgl)
("ghc-file-embed" ,ghc-file-embed)
+ ("ghc-glob" ,ghc-glob)
("ghc-hashtables" ,ghc-hashtables)
("ghc-megaparsec" ,ghc-megaparsec)
+ ("ghc-mtl-compat" ,ghc-mtl-compat)
("ghc-old-time" ,ghc-old-time)
("ghc-parser-combinators" ,ghc-parser-combinators)
("ghc-pretty-show" ,ghc-pretty-show)
@@ -5903,14 +5902,9 @@ accessed or modified.")
("ghc-safe" ,ghc-safe)
("ghc-split" ,ghc-split)
("ghc-tabular" ,ghc-tabular)
- ("ghc-tasty" ,ghc-tasty)
- ("ghc-tasty-hunit" ,ghc-tasty-hunit)
- ("ghc-timeit" ,ghc-timeit)
("ghc-uglymemo" ,ghc-uglymemo)
- ("ghc-unordered-containers" ,ghc-unordered-containers)
("ghc-utf8-string" ,ghc-utf8-string)))
- (native-inputs
- `(("ghc-doctest" ,ghc-doctest)))
+ (native-inputs `(("ghc-doctest" ,ghc-doctest)))
(home-page "https://hledger.org")
(synopsis "Reusable library providing the core functionality of hledger")
(description
--
2.29.2
next prev parent reply other threads:[~2020-11-25 20:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-25 20:10 [bug#44873] [PATCH 0/6] Fix Haskell packages incompatible with latest LTSHaskell release Carlo Holl
2020-11-25 20:16 ` [bug#44873] [PATCH 1/6] gnu: ghc-tabular: Downgrade to 0.2.2.7 Carlo Holl
2020-11-25 20:16 ` [bug#44873] [PATCH 2/6] gnu: ghc-doctest: Downgrade to 0.16.2 Carlo Holl
2020-11-25 20:16 ` [bug#44873] [PATCH 3/6] gnu: Add ghc-easytest Carlo Holl
2020-11-25 20:16 ` Carlo Holl [this message]
2020-11-25 20:16 ` [bug#44873] [PATCH 5/6] gnu: hledger: Downgrade to 1.14.2 Carlo Holl
2020-11-25 20:16 ` [bug#44873] [PATCH 6/6] gnu: ghc-cassava-megaparsec: Downgrade to 2.0.1 Carlo Holl
2020-11-26 2:07 ` bug#44873: [PATCH 0/6] Fix Haskell packages incompatible with latest LTSHaskell release Leo Famulari
2020-11-26 17:51 ` [bug#44873] " Carlo Holl
2020-11-26 18:53 ` Leo Famulari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201125201638.2044-4-carloholl@gmail.com \
--to=carloholl@gmail.com \
--cc=44873@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.