gnu: ghc-multipart: Update to 0.1.3.
* gnu/packages/haskell-web.scm (ghc-multipart): Update to 0.1.3. [inputs]: Add ghc-stringsearch.
This commit is contained in:
parent
4a2100b8ae
commit
4729cfaceb
|
@ -911,7 +911,7 @@ of a JSON value into a @code{Data.Aeson.Value}.")
|
||||||
(define-public ghc-multipart
|
(define-public ghc-multipart
|
||||||
(package
|
(package
|
||||||
(name "ghc-multipart")
|
(name "ghc-multipart")
|
||||||
(version "0.1.2")
|
(version "0.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -921,9 +921,11 @@ of a JSON value into a @code{Data.Aeson.Value}.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g04jhyw1ib1s7c9bcldyyn4n90qd9x7dmvic4vgq57bgcqgnhz5"))))
|
"1x4n4yyva22dhfr1pg5ki112qvvzb4hyd7bwpm189iq4gcp52q4z"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs `(("ghc-parsec" ,ghc-parsec)))
|
(inputs
|
||||||
|
`(("ghc-parsec" ,ghc-parsec)
|
||||||
|
("ghc-stringsearch" ,ghc-stringsearch)))
|
||||||
(home-page
|
(home-page
|
||||||
"http://www.github.com/silkapp/multipart")
|
"http://www.github.com/silkapp/multipart")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Loading…
Reference in New Issue