mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
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:
parent
2853dadb3e
commit
4e3b6235a4
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue