We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa1d29 commit a7224f0Copy full SHA for a7224f0
REQUIRE
@@ -1,2 +1,3 @@
1
+julia 0.4-
2
BinDeps
3
@windows WinRPM
src/Mime_ext.jl
@@ -2,7 +2,7 @@ module Mime_ext
export MimeExt
4
5
-MimeExt = {
+MimeExt = Dict{String, String}(
6
"ez" => "application/andrew-inset",
7
"anx" => "application/annodex",
8
"atom" => "application/atom+xml",
@@ -541,6 +541,6 @@ MimeExt = {
541
"vrml" => "x-world/x-vrml",
542
"wrl" => "x-world/x-vrml",
543
"" => ""
544
-}
+)
545
546
end
0 commit comments