Use System.FilePath.Posix instead of our own implementation

This commit is contained in:
2014-11-16 00:25:17 +01:00
parent 3f3467cc44
commit f3cd0fa676
3 changed files with 3 additions and 30 deletions

View File

@@ -62,7 +62,6 @@ executable Gtk
Parser.PathParser
Parser.Meshparser
Parser.Core
System.FileSystem.FileExt
Algebra.Vector
Algorithms.ConvexHull.GrahamScan
QueueEx
@@ -86,6 +85,7 @@ executable Gtk
safe >= 0.3.8,
containers >= 0.5.0.0,
diagrams-contrib >= 1.1.2.1
filepath >= 1.3.0.2
-- Directories containing source files.
-- hs-source-dirs:
@@ -106,7 +106,6 @@ executable Gif
Parser.PathParser
Parser.Meshparser
Parser.Core
System.FileSystem.FileExt
Algebra.Vector
Algorithms.ConvexHull.GrahamScan
QueueEx