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>
This commit is contained in:
Carlo Holl 2020-11-25 12:16:33 -08:00 committed by Leo Famulari
parent 2853dadb3e
commit 4e3b6235a4
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -13054,7 +13054,7 @@ (define ghc-system-filepath-bootstrap
(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 @@ (define-public ghc-tabular
".tar.gz"))
(sha256
(base32
"0z936gh8n8i8qdkagyxwd9gqq13skd5fv013vdvwsibrxkm0czfb"))))
"1ysgq7rrks7f98nnvxil8xz1q27hxdgz4szbjhqwzbwd209dmy0k"))))
(build-system haskell-build-system)
(inputs
`(("ghc-csv" ,ghc-csv)