Move splitBy to more general 'Util' module

This commit is contained in:
2014-10-07 19:22:37 +02:00
parent 73984b796d
commit 09ac8dd440
3 changed files with 16 additions and 11 deletions

View File

@@ -54,7 +54,7 @@ executable CG2
main-is: Main.hs
-- Modules included in this executable, other than Main.
other-modules: Diagram Gtk Class.Defaults Parser.Meshparser Parser.Core OS.FileExt LinearAlgebra.Vector
other-modules: Diagram Gtk Util Class.Defaults Parser.Meshparser Parser.Core OS.FileExt LinearAlgebra.Vector
-- LANGUAGE extensions used by modules in this package.
-- other-extensions: