haskell-mime: update to version 0.4.0
This commit is contained in:
parent
859f5be293
commit
d5aaeb89c1
|
@ -1,9 +1,10 @@
|
||||||
{ cabal }:
|
{ cabal, text }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "mime";
|
pname = "mime";
|
||||||
version = "0.3.4";
|
version = "0.4.0";
|
||||||
sha256 = "1klvy32idy6v029p5a6g93r79ac5cycnrx5c8z9bgvplbplpfjwy";
|
sha256 = "159jp7dcyx26slda2743zdr2prnm707mnglcb9p66hr1wjh98kx4";
|
||||||
|
buildDepends = [ text ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/GaloisInc/mime";
|
homepage = "https://github.com/GaloisInc/mime";
|
||||||
description = "Working with MIME types";
|
description = "Working with MIME types";
|
||||||
|
|
Loading…
Reference in New Issue