~ruther/guix-local

15009c14edd317f71f1850e74e49bf29bd5f5ddf — Ricardo Wurmus 8 years ago 3a4181d
gnu: ghc-socks: Update to 0.5.5.

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

M gnu/packages/haskell.scm
M gnu/packages/haskell.scm => gnu/packages/haskell.scm +2 -2
@@ 5701,14 5701,14 @@ set, memory copy, ..) and more")
(define-public ghc-socks
  (package
    (name "ghc-socks")
    (version "0.5.4")
    (version "0.5.5")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://hackage.haskell.org/package/"
                                  "socks/socks-" version ".tar.gz"))
              (sha256
               (base32
                "1nmldlwxqasmg359i2aa3a903gi3lmnlspvf12xk49jrg3mf3dg9"))))
                "0s689w1hh9g8ifl75xhzbv96ir07hwn04b4lgvbxzl8swa9ylir6"))))
    (build-system haskell-build-system)
    (inputs
     `(("ghc-cereal" ,ghc-cereal)