~ruther/guix-local

99049df1d4de9033c09744f9576b9484d8abf06a — Romain GARBAGE 2 years ago 641512d
gnu: ghc-text-zipper: Update to 0.13.

* gnu/packages/haskell-xyz.scm (ghc-text-zipper): Update to 0.13.

Change-Id: I0ae9154713d799b48f9f0772a7c7ee2210493095
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/haskell-xyz.scm
M gnu/packages/haskell-xyz.scm => gnu/packages/haskell-xyz.scm +2 -2
@@ 8519,13 8519,13 @@ plus the length of the UTF-8 encoded payload.")
(define-public ghc-text-zipper
  (package
    (name "ghc-text-zipper")
    (version "0.12")
    (version "0.13")
    (source (origin
              (method url-fetch)
              (uri (hackage-uri "text-zipper" version))
              (sha256
               (base32
                "00k7d6qfznhp6l2ihw3pppkn580pwd7ac7wx9vidil4y9hjagaw6"))))
                "1acq583wmgb53viqslbkgl454300fawg5lryxddfiy1mqk3iqlh6"))))
    (build-system haskell-build-system)
    (properties '((upstream-name . "text-zipper")))
    (inputs (list ghc-vector))