summaryrefslogtreecommitdiff
path: root/MtlParser.hs
diff options
context:
space:
mode:
Diffstat (limited to 'MtlParser.hs')
-rw-r--r--MtlParser.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MtlParser.hs b/MtlParser.hs
index ed952d0..a59c0eb 100644
--- a/MtlParser.hs
+++ b/MtlParser.hs
@@ -4,6 +4,7 @@ module MtlParser
4 , parseMtl 4 , parseMtl
5 , readMtl 5 , readMtl
6 , readMtlWithFallback 6 , readMtlWithFallback
7 , newMaterial
7 ) where 8 ) where
8 9
9import Data.Map (Map) 10import Data.Map (Map)