guix-commits
[Top][All Lists]
Advanced

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

217/328: gnu: ghc-snap-server: Update to 1.1.1.1.


From: guix-commits
Subject: 217/328: gnu: ghc-snap-server: Update to 1.1.1.1.
Date: Sat, 16 Nov 2019 19:33:11 -0500 (EST)

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

commit 960aac64cb45c326cf3c18bbab7b9f53381773a9
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.
    [arguments]: Set Cabal file to r1.
---
 gnu/packages/haskell-web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 39c82bd..84d4693 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -1418,7 +1418,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)
@@ -1426,7 +1426,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)
@@ -1457,7 +1457,7 @@ contains the core definitions and types for the Snap 
framework.")
        ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
     (arguments
      `(#:cabal-revision
-       ("3" "0a9d3nqb5rvgm25nak68lp6yj9m6cwhbgdbg5l7ib5i2czcg7yjh")))
+       ("1" "094b7ll47lxd4lvr6kd59jyw0vz686gw5cx16w758d6fli0cy3x3")))
     (home-page "http://snapframework.com/";)
     (synopsis "Web server for the Snap Framework")
     (description "Snap is a simple and fast web development framework



reply via email to

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