haskell-mime: update to version 0.4.0

This commit is contained in:
Peter Simons 2014-02-05 10:42:56 +01:00
parent 859f5be293
commit d5aaeb89c1
1 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
{ cabal }:
{ cabal, text }:
cabal.mkDerivation (self: {
pname = "mime";
version = "0.3.4";
sha256 = "1klvy32idy6v029p5a6g93r79ac5cycnrx5c8z9bgvplbplpfjwy";
version = "0.4.0";
sha256 = "159jp7dcyx26slda2743zdr2prnm707mnglcb9p66hr1wjh98kx4";
buildDepends = [ text ];
meta = {
homepage = "https://github.com/GaloisInc/mime";
description = "Working with MIME types";