summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 21:32:26 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:10 +0200
commitc18122265e45419df9cbc6a8db9ec1fb5a450e5f (patch)
tree0b8dfd16abcbcb8762171fba15fd2559b7564012
parentacf13271302ae531b577b42502d790bd7e5a46d5 (diff)
downloadpatches-c18122265e45419df9cbc6a8db9ec1fb5a450e5f.tar
patches-c18122265e45419df9cbc6a8db9ec1fb5a450e5f.tar.gz
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.
-rw-r--r--gnu/packages/haskell.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 567bf75b5d..4bfde42b2b 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9715,7 +9715,7 @@ stripped. As the result, this package has no dependencies.")
(define-public ghc-microlens-th
(package
(name "ghc-microlens-th")
- (version "0.4.1.3")
+ (version "0.4.2.2")
(source
(origin
(method url-fetch)
@@ -9724,9 +9724,10 @@ stripped. As the result, this package has no dependencies.")
"microlens-th-" version ".tar.gz"))
(sha256
(base32
- "15a12cqxlgbcn1n73zwrxnp2vfm8b0ma0a0sdd8zmjbs8zy3np4f"))))
+ "02nj7lnl61yffi3c6wn341arxhld5r0vj6nzcb5zmqjhnqsv8c05"))))
(build-system haskell-build-system)
- (inputs `(("ghc-microlens" ,ghc-microlens)))
+ (inputs `(("ghc-microlens" ,ghc-microlens)
+ ("ghc-th-abstraction" ,ghc-th-abstraction)))
(home-page
"https://github.com/aelve/microlens")
(synopsis "Automatic generation of record lenses for