summaryrefslogtreecommitdiff
path: root/src/Codec/Wavefront/Lexer.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Codec/Wavefront/Lexer.hs')
-rw-r--r--src/Codec/Wavefront/Lexer.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Codec/Wavefront/Lexer.hs b/src/Codec/Wavefront/Lexer.hs
index 79b167a..efb4b97 100644
--- a/src/Codec/Wavefront/Lexer.hs
+++ b/src/Codec/Wavefront/Lexer.hs
@@ -9,6 +9,7 @@
9-- 9--
10----------------------------------------------------------------------------- 10-----------------------------------------------------------------------------
11 11
12{-# LANGUAGE OverloadedStrings #-}
12module Codec.Wavefront.Lexer where 13module Codec.Wavefront.Lexer where
13 14
14import Codec.Wavefront.Element 15import Codec.Wavefront.Element