summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorCarlo Holl <carloholl@gmail.com>2020-11-25 12:16:33 -0800
committerLeo Famulari <leo@famulari.name>2020-11-25 21:02:15 -0500
commit4e3b6235a427f3c278f65a0313da1d21b53232b7 (patch)
tree9ef59e40f698c1a99b96afa85e63adba8bd89705 /gnu/packages/haskell-xyz.scm
parent2853dadb3ea832e3268543897d11a9b9e09b0058 (diff)
downloadguix-patches-4e3b6235a427f3c278f65a0313da1d21b53232b7.tar
guix-patches-4e3b6235a427f3c278f65a0313da1d21b53232b7.tar.gz
gnu: ghc-tabular: Downgrade to 0.2.2.7.
* gnu/packages/haskell-xyz.scm (ghc-tabular): Downgrade to 0.2.2.7. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files 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)