gnu: ghc-mime-types: Update to 0.1.0.9.
* gnu/packages/haskell-web.scm (ghc-mime-types): Update to 0.1.0.9.master
parent
9a8adeb1a6
commit
6b7b89db52
|
@ -699,7 +699,7 @@ Haskell.")
|
||||||
(define-public ghc-mime-types
|
(define-public ghc-mime-types
|
||||||
(package
|
(package
|
||||||
(name "ghc-mime-types")
|
(name "ghc-mime-types")
|
||||||
(version "0.1.0.8")
|
(version "0.1.0.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
|
@ -707,7 +707,7 @@ Haskell.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14ccl2842ya17zyj0bpc7vzklbyqvvydpbypn69h2fmhgji192x8"))))
|
"1lkipa4v73z3l5lqs6sdhl898iq41kyxv2jb9agsajzgd58l6cha"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(home-page "https://github.com/yesodweb/wai")
|
(home-page "https://github.com/yesodweb/wai")
|
||||||
(synopsis "Basic MIME type handling types and functions")
|
(synopsis "Basic MIME type handling types and functions")
|
||||||
|
|
Reference in New Issue