3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ghc-microlens-th: Update to 0.4.2.2.

* gnu/packages/haskell.scm (ghc-microlens-th): Update to 0.4.2.2.
[inputs]: Add ghc-th-abstraction.
This commit is contained in:
Timothy Sample 2018-08-28 21:32:26 -04:00 committed by Ricardo Wurmus
parent acf1327130
commit c18122265e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9715,7 +9715,7 @@ stripped. As the result, this package has no dependencies.")
(define-public ghc-microlens-th (define-public ghc-microlens-th
(package (package
(name "ghc-microlens-th") (name "ghc-microlens-th")
(version "0.4.1.3") (version "0.4.2.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -9724,9 +9724,10 @@ stripped. As the result, this package has no dependencies.")
"microlens-th-" version ".tar.gz")) "microlens-th-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"15a12cqxlgbcn1n73zwrxnp2vfm8b0ma0a0sdd8zmjbs8zy3np4f")))) "02nj7lnl61yffi3c6wn341arxhld5r0vj6nzcb5zmqjhnqsv8c05"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs `(("ghc-microlens" ,ghc-microlens))) (inputs `(("ghc-microlens" ,ghc-microlens)
("ghc-th-abstraction" ,ghc-th-abstraction)))
(home-page (home-page
"https://github.com/aelve/microlens") "https://github.com/aelve/microlens")
(synopsis "Automatic generation of record lenses for (synopsis "Automatic generation of record lenses for