packages feed

filepath-1.1.0.4: filepath.cabal

Name:           filepath
Version:        1.1.0.4
License:        BSD3
license-file:   LICENSE
Author:         Neil Mitchell
bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29
Homepage:       http://www-users.cs.york.ac.uk/~ndm/filepath/
Category:       System
build-type:     Simple
Synopsis:       Library for manipulating FilePaths in a cross platform way.
cabal-version:  >=1.6
Extra-Source-Files: System/FilePath/Internal.hs

Library
    Exposed-modules:
        System.FilePath
        System.FilePath.Posix
        System.FilePath.Windows
    Extensions: CPP
    Build-Depends:  base >= 2 && < 5

source-repository head
    type:     darcs
    location: http://darcs.haskell.org/packages/filepath/