Archived
1
0
Fork 0

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.
This commit is contained in:
Timothy Sample 2019-10-31 13:18:52 -04:00
parent 560f940b6c
commit ae7fe90864
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -1418,7 +1418,7 @@ contains the core definitions and types for the Snap framework.")
(define-public ghc-snap-server (define-public ghc-snap-server
(package (package
(name "ghc-snap-server") (name "ghc-snap-server")
(version "1.1.0.0") (version "1.1.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1426,7 +1426,7 @@ contains the core definitions and types for the Snap framework.")
"snap-server/snap-server-" version ".tar.gz")) "snap-server/snap-server-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0vvw9n8xs272qdlrf3dxhnva41zh3awi7pf022rrjj75lj8a77i4")))) "0lw475wp0lnrbgc3jcfif3qjjc3pmrh2k74d8cgpnc1304g6a2s5"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-attoparsec" ,ghc-attoparsec) `(("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))) ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
(arguments (arguments
`(#:cabal-revision `(#:cabal-revision
("3" "0a9d3nqb5rvgm25nak68lp6yj9m6cwhbgdbg5l7ib5i2czcg7yjh"))) ("1" "094b7ll47lxd4lvr6kd59jyw0vz686gw5cx16w758d6fli0cy3x3")))
(home-page "http://snapframework.com/") (home-page "http://snapframework.com/")
(synopsis "Web server for the Snap Framework") (synopsis "Web server for the Snap Framework")
(description "Snap is a simple and fast web development framework (description "Snap is a simple and fast web development framework