diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-28 22:46:48 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:13 +0200 |
commit | 5209fc22e1fe1c24f154b0eeecc2b5587aa64a1f (patch) | |
tree | de760c056da87dd4adfaabd0df43e257efcaf163 /gnu | |
parent | 19b29882878a6558e5f16d587265eb3a0c0cdec6 (diff) | |
download | guix-5209fc22e1fe1c24f154b0eeecc2b5587aa64a1f.tar guix-5209fc22e1fe1c24f154b0eeecc2b5587aa64a1f.tar.gz |
gnu: ghc-th-reify-many: Update to 0.1.8.
* gnu/packages/haskell.scm (ghc-th-reify-many): Update to 0.1.8.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index aaf9f6c6a2..fce0c81c3e 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -5707,7 +5707,7 @@ instances. This package provides orphan instances for @code{containers}, (define-public ghc-th-reify-many (package (name "ghc-th-reify-many") - (version "0.1.6") + (version "0.1.8") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" @@ -5715,7 +5715,7 @@ instances. This package provides orphan instances for @code{containers}, version ".tar.gz")) (sha256 (base32 - "1b76zjxkj0v0n8zj9l0nwav2irm0c43rx6qjihfw8klmmxvx59df")))) + "0hzy6hvhvcd6i60vx5cp2b7ggmnnjh9rx4h8bm8xw4grglcaxjnf")))) (build-system haskell-build-system) (inputs `(("ghc-safe" ,ghc-safe) |