PARSER: export the whole module

This commit is contained in:
hasufell 2015-02-04 00:21:38 +01:00
parent 5120a44d0f
commit df4a4c2a27
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -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