~ruther/guix-local

6d39aee5216b8bac8bf3059a62f84ed3dc3f1032 — Tobias Geerinckx-Rice 8 years ago ab880e6
gnu: ghc-cookie: Update to 0.4.3.

* gnu/packages/haskell-web.scm (ghc-cookie): Update to 0.4.3.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/haskell-web.scm
M gnu/packages/haskell-web.scm => gnu/packages/haskell-web.scm +2 -2
@@ 65,7 65,7 @@ for screen-scraping.")
(define-public ghc-cookie
  (package
    (name "ghc-cookie")
    (version "0.4.1.6")
    (version "0.4.3")
    (source
     (origin
       (method url-fetch)


@@ 75,7 75,7 @@ for screen-scraping.")
             ".tar.gz"))
       (sha256
        (base32
         "0b6ym6fn29p5az4dwydy036lxj131kagrmgb93w4bbkqfkds8b9s"))))
         "0qpdydhb9gw590ffabqg70x7xvjpg8l74idqnrfbhv5yrr7hryzv"))))
    (build-system haskell-build-system)
    (inputs
     `(("ghc-old-locale" ,ghc-old-locale)