Restructure Algorithms subdir and module names

No subdirs in Algorithms, just the module files
This commit is contained in:
2014-12-03 21:26:35 +01:00
parent f1f3f20a26
commit 73e1673c63
15 changed files with 31 additions and 31 deletions

View File

@@ -2,7 +2,7 @@
module Parser.PathParser where
import Algorithms.QuadTree.QuadTree (Quad(NW, NE, SW, SE), Orient(North, South, West, East))
import Algorithms.QuadTree (Quad(NW, NE, SW, SE), Orient(North, South, West, East))
import Control.Applicative
import Data.Attoparsec.ByteString.Char8
import qualified Data.ByteString.Char8 as B