From df4a4c2a27ce8bdcb19ed59014bca477777aeca1 Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 4 Feb 2015 00:21:38 +0100 Subject: [PATCH] PARSER: export the whole module --- Parser/Meshparser.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parser/Meshparser.hs b/Parser/Meshparser.hs index ce3408f..3cbca00 100644 --- a/Parser/Meshparser.hs +++ b/Parser/Meshparser.hs @@ -1,6 +1,6 @@ {-# OPTIONS_HADDOCK ignore-exports #-} -module Parser.Meshparser (meshToArr, facesToArr) where +module Parser.Meshparser where import Control.Applicative import Data.Attoparsec.ByteString.Char8