diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 13:18:52 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:34 -0500 |
commit | ae7fe90864a16b7fdc0e2b719cbb7a379c0f4dca (patch) | |
tree | b95098c56706df2595d520260870895e99fdd06e /gnu | |
parent | 560f940b6c91fb5ed86a93c2355b68e505bb2127 (diff) | |
download | guix-ae7fe90864a16b7fdc0e2b719cbb7a379c0f4dca.tar guix-ae7fe90864a16b7fdc0e2b719cbb7a379c0f4dca.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-web.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm index 39c82bd666..84d4693df3 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 |