guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

193/249: gnu: ghc-snap-server: Update to 1.1.1.1.


From: guix-commits
Subject: 193/249: gnu: ghc-snap-server: Update to 1.1.1.1.
Date: Thu, 31 Oct 2019 23:50:01 -0400 (EDT)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit aa9cebb86f6c07347bd1969ffd2175f4036a5432
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:18:52 2019 -0400

    gnu: ghc-snap-server: Update to 1.1.1.1.
    
    * gnu/packages/haskell-web.scm (ghc-snap-server): Update to 1.1.1.1.
---
 gnu/packages/haskell-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 8904af7..46c9d7b 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -1414,7 +1414,7 @@ contains the core definitions and types for the Snap 
framework.")
 (define-public ghc-snap-server
   (package
     (name "ghc-snap-server")
-    (version "1.1.0.0")
+    (version "1.1.1.1")
     (source
      (origin
        (method url-fetch)
@@ -1422,7 +1422,7 @@ contains the core definitions and types for the Snap 
framework.")
                            "snap-server/snap-server-" version ".tar.gz"))
        (sha256
         (base32
-         "0vvw9n8xs272qdlrf3dxhnva41zh3awi7pf022rrjj75lj8a77i4"))))
+         "0lw475wp0lnrbgc3jcfif3qjjc3pmrh2k74d8cgpnc1304g6a2s5"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-attoparsec" ,ghc-attoparsec)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]