packages feed

filepath-1.1.0.0: filepath.cabal

Name:           filepath
Version:        1.1.0.0
License:        BSD3
Author:         Neil Mitchell
Homepage:       http://www-users.cs.york.ac.uk/~ndm/filepath/
Category:       System
build-type:     Simple
Build-Depends:  base
Synopsis:       Library for manipulating FilePath's in a cross platform way.
Exposed-modules:
        System.FilePath
        System.FilePath.Posix
        System.FilePath.Windows
Extra-Source-Files: System/FilePath/Internal.hs
Extensions: CPP