~ruther/guix-local

7531b1fc4dc1cf4752cbcb54e11d254d7780d68b — Efraim Flashner 9 years ago 92c2f60
gnu: ghc-memory: Update to 0.13.

* gnu/packages/haskell.scm (ghc-memory): Update to 0.13.
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/haskell.scm
M gnu/packages/haskell.scm => gnu/packages/haskell.scm +3 -2
@@ 5,6 5,7 @@
;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 6008,14 6009,14 @@ generators, and more.")
(define-public ghc-memory
  (package
    (name "ghc-memory")
    (version "0.10")
    (version "0.13")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://hackage.haskell.org/package/"
                                  "memory/memory-" version ".tar.gz"))
              (sha256
               (base32
                "1xqs9zmjbjihb7gfbk25f2q00m2lsi4kc3jv672175ac8a36pgag"))))
                "02l742qxjqy3jw1a347gb7sn7pn7a5qha1vzi2qqbvgafcjn0wyw"))))
    (build-system haskell-build-system)
    (native-inputs
     `(("ghc-tasty" ,ghc-tasty)