nixpkgs/pkgs/development/libraries/haskell/mime-types/default.nix
2014-08-09 13:49:24 +02:00

17 lines
482 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, text }:
cabal.mkDerivation (self: {
pname = "mime-types";
version = "0.1.0.4";
sha256 = "0bxhkwz8p7mhg5kspbpc5zm4k50pc0r5pzjr6807y88x8vjpvj2x";
buildDepends = [ text ];
meta = {
homepage = "https://github.com/yesodweb/wai";
description = "Basic mime-type handling types and functions";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})