me
/
guix
Archived
1
0
Fork 0

gnu: ghc-generics-sop: Update to 0.3.2.0.

* gnu/packages/haskell.scm (ghc-generics-sop): Update to 0.3.2.0.
master
Timothy Sample 2018-08-28 21:28:37 -04:00 committed by Ricardo Wurmus
parent 95415545ab
commit acf1327130
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9464,7 +9464,7 @@ from aeson.")
(define-public ghc-generics-sop
(package
(name "ghc-generics-sop")
(version "0.3.1.0")
(version "0.3.2.0")
(source
(origin
(method url-fetch)
@ -9473,7 +9473,7 @@ from aeson.")
"generics-sop-" version ".tar.gz"))
(sha256
(base32
"1bazlhgmxcwv7vd44jhdx74cnhmaz6yy47jxfycapjj4mjrnp0x7"))))
"168v62i845jh9jbfaz3ldz8svz4wmzq9mf2vhb7pxlnbkk8fqq1h"))))
(build-system haskell-build-system)
(inputs `(("ghc-transformers-compat" ,ghc-transformers-compat)))
(home-page "https://github.com/well-typed/generics-sop")