name: system-filepath
version: 0.1.1
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://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 && < 5
, bytestring >= 0.9 && < 0.10
exposed-modules:
System.FilePath
System.FilePath.CurrentOS
System.FilePath.Rules
other-modules:
System.FilePath.Internal