packages feed

system-filepath-0.4: system-filepath.cabal

name: system-filepath
version: 0.4
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: https://john-millikin.com/software/hs-filepath/
bug-reports: mailto:jmillikin@gmail.com
tested-with: GHC == 6.12.1

source-repository head
  type: bzr
  location: https://john-millikin.com/software/hs-filepath/

library
  ghc-options: -Wall -O2

  build-depends:
      base >= 3 && < 5
    , bytestring >= 0.9 && < 0.10
    , text >= 0.3 && < 0.12

  if os(windows)
    cpp-options: -DCABAL_OS_WINDOWS

  exposed-modules:
    Filesystem.Path
    Filesystem.Path.CurrentOS
    Filesystem.Path.Rules

  other-modules:
    Filesystem.Path.Internal