name: system-filepath
version: 0.2
synopsis: High-level, byte-based file and directory path manipulations
license: MIT
license-file: license.txt
author: John Millikin <jmillikin@gmail.com>
maintainer: jmillikin@gmail.com
copyright: Copyright (c) John Millikin 2010
build-type: Simple
cabal-version: >=1.6
category: System
stability: experimental
homepage: http://john-millikin.com/software/system-filepath/
bug-reports: mailto:jmillikin@gmail.com
tested-with: GHC==6.12.1
source-repository head
type: bzr
location: http://john-millikin.com/software/system-filepath/
library
ghc-options: -Wall -O2
build-depends:
base >= 3 && < 5
, bytestring >= 0.9 && < 0.10
, text >= 0.3 && < 0.12
exposed-modules:
System.FilePath
System.FilePath.CurrentOS
System.FilePath.Rules
other-modules:
System.FilePath.Internal