name: system-filepath version: 0.1 x-revision: 1 synopsis: High-level, byte-based file and directory path manipulations license: MIT license-file: license.txt author: John Millikin maintainer: jmillikin@gmail.com copyright: Copyright (c) John Millikin 2010 build-type: Simple cabal-version: >=1.6 category: System stability: experimental homepage: http://ianen.org/haskell/system-filepath/ bug-reports: mailto:jmillikin@gmail.com tested-with: GHC==6.12.1 source-repository head type: darcs location: http://ianen.org/haskell/system-filepath/ library ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-orphans build-depends: base >=3 && < 4.10 , bytestring >= 0.9 && < 0.10 exposed-modules: System.FilePath System.FilePath.CurrentOS System.FilePath.Rules other-modules: System.FilePath.Internal