GNU bug report logs -
#44873
[PATCH 0/6] Fix Haskell packages incompatible with latest LTSHaskell release.
Previous Next
Reported by: Carlo Holl <carloholl <at> gmail.com>
Date: Wed, 25 Nov 2020 20:12:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/haskell-xyz.scm (ghc-tabular): Downgrade to 0.2.2.7.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d340df4a08..7f68b82fc1 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -13054,7 +13054,7 @@ increasing type safety.")
(define-public ghc-tabular
(package
(name "ghc-tabular")
- (version "0.2.2.8")
+ (version "0.2.2.7")
(source
(origin
(method url-fetch)
@@ -13064,7 +13064,7 @@ increasing type safety.")
".tar.gz"))
(sha256
(base32
- "0z936gh8n8i8qdkagyxwd9gqq13skd5fv013vdvwsibrxkm0czfb"))))
+ "1ysgq7rrks7f98nnvxil8xz1q27hxdgz4szbjhqwzbwd209dmy0k"))))
(build-system haskell-build-system)
(inputs
`(("ghc-csv" ,ghc-csv)
--
2.29.2
This bug report was last modified 4 years and 196 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.