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
parent
2853dadb3e
commit
4e3b6235a4
|
@ -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)
|
||||||
|
|
Reference in New Issue