gnu: ghc-data-accessor: Update to 0.2.2.8.

* gnu/packages/haskell-xyz.scm (ghc-data-accessor): Update to 0.2.2.8.
This commit is contained in:
Timothy Sample 2019-10-31 14:25:31 -04:00
parent ff25ccf429
commit 6dcca515c9
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -2289,7 +2289,7 @@ (define-public ghc-convertible
(define-public ghc-data-accessor
(package
(name "ghc-data-accessor")
(version "0.2.2.7")
(version "0.2.2.8")
(source
(origin
(method url-fetch)
@ -2297,7 +2297,7 @@ (define-public ghc-data-accessor
"mirror://hackage/package/data-accessor/data-accessor-"
version ".tar.gz"))
(sha256
(base32 "1vf2g1gac3rm32g97rl0fll51m88q7ry4m6khnl5j47qsmx24r9l"))))
(base32 "1fq4gygxbz0bd0mzgvc1sl3m4gjnsv8nbgpnmdpa29zj5lb9agxc"))))
(build-system haskell-build-system)
(home-page "https://www.haskell.org/haskellwiki/Record_access")
(synopsis