me
/
guix
Archived
1
0
Fork 0

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
Timothy Sample 2019-10-31 01:18:46 -04:00
parent 9a8adeb1a6
commit 6b7b89db52
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -699,7 +699,7 @@ Haskell.")
(define-public ghc-mime-types
(package
(name "ghc-mime-types")
(version "0.1.0.8")
(version "0.1.0.9")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@ -707,7 +707,7 @@ Haskell.")
version ".tar.gz"))
(sha256
(base32
"14ccl2842ya17zyj0bpc7vzklbyqvvydpbypn69h2fmhgji192x8"))))
"1lkipa4v73z3l5lqs6sdhl898iq41kyxv2jb9agsajzgd58l6cha"))))
(build-system haskell-build-system)
(home-page "https://github.com/yesodweb/wai")
(synopsis "Basic MIME type handling types and functions")