me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -13054,7 +13054,7 @@ increasing type safety.")
(define-public ghc-tabular (define-public ghc-tabular
(package (package
(name "ghc-tabular") (name "ghc-tabular")
(version "0.2.2.8") (version "0.2.2.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -13064,7 +13064,7 @@ increasing type safety.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0z936gh8n8i8qdkagyxwd9gqq13skd5fv013vdvwsibrxkm0czfb")))) "1ysgq7rrks7f98nnvxil8xz1q27hxdgz4szbjhqwzbwd209dmy0k"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-csv" ,ghc-csv) `(("ghc-csv" ,ghc-csv)