gnu: ghc-code-page: Update to 0.2.

* gnu/packages/haskell-xyz.scm (ghc-code-page): Update to 0.2.
This commit is contained in:
Timothy Sample 2019-10-31 01:26:11 -04:00
parent 1941970976
commit f6bb651995
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -1767,7 +1767,7 @@ (define-public ghc-cmdargs
(define-public ghc-code-page
(package
(name "ghc-code-page")
(version "0.1.3")
(version "0.2")
(source
(origin
(method url-fetch)
@ -1776,7 +1776,7 @@ (define-public ghc-code-page
version ".tar.gz"))
(sha256
(base32
"1491frk4jx6dlhifky9dvcxbsbcfssrz979a5hp5zn061rh8cp76"))))
"0i0qbrbhvrwkbikqb7hh7yxaipaavwzvyrw211d0vkz99f62mqxz"))))
(build-system haskell-build-system)
(home-page "https://github.com/RyanGlScott/code-page")
(synopsis "Windows code page library for Haskell")