gnu: ghc-mysql-simple: Update to 0.4.7.
* gnu/packages/haskell-xyz.scm (ghc-mysql-simple): Update to 0.4.7. [inputs]: Add ghc-vector.master
parent
f66c69a32d
commit
0423272c1c
|
@ -16220,7 +16220,7 @@ Haskell datatypes in text form using the @code{ghc-blaze-builder} library.")
|
||||||
(define-public ghc-mysql-simple
|
(define-public ghc-mysql-simple
|
||||||
(package
|
(package
|
||||||
(name "ghc-mysql-simple")
|
(name "ghc-mysql-simple")
|
||||||
(version "0.4.6")
|
(version "0.4.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -16229,7 +16229,7 @@ Haskell datatypes in text form using the @code{ghc-blaze-builder} library.")
|
||||||
version
|
version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1am8ck092s9cv4x1ambalil4mlazkp8w5qhjbl4nq0j2hpy73rby"))))
|
(base32 "1mhmszpq64h8kxr20iaj1laq46wr2gaqc8xxq1k821i7jfxfld6j"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments `(#:tests? #f)) ; TODO: Fails to connect to server.
|
(arguments `(#:tests? #f)) ; TODO: Fails to connect to server.
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -16240,6 +16240,7 @@ Haskell datatypes in text form using the @code{ghc-blaze-builder} library.")
|
||||||
("ghc-pcre-light" ,ghc-pcre-light)
|
("ghc-pcre-light" ,ghc-pcre-light)
|
||||||
("ghc-old-locale" ,ghc-old-locale)
|
("ghc-old-locale" ,ghc-old-locale)
|
||||||
("ghc-blaze-textual" ,ghc-blaze-textual)
|
("ghc-blaze-textual" ,ghc-blaze-textual)
|
||||||
|
("ghc-vector" ,ghc-vector)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs `(("ghc-hspec" ,ghc-hspec)))
|
(native-inputs `(("ghc-hspec" ,ghc-hspec)))
|
||||||
|
|
Reference in New Issue