system-fileio-0.2.2: system-fileio.cabal
name: system-fileio
version: 0.2.2
synopsis: High-level filesystem interaction
license: MIT
license-file: license.txt
author: John Millikin <jmillikin@gmail.com>
maintainer: John Millikin <jmillikin@gmail.com>
copyright: John Millikin 2011
build-type: Simple
cabal-version: >= 1.6
category: System
stability: experimental
homepage: https://john-millikin.com/software/hs-fileio/
bug-reports: mailto:jmillikin@gmail.com
description:
This is a small wrapper around the \"directory\", \"unix\", and \"Win32\"
packages for use with \"system-filepath\".
source-repository head
type: bzr
location: https://john-millikin.com/software/hs-fileio/
source-repository this
type: bzr
location: https://john-millikin.com/branches/hs-fileio/0.2/
tag: system-fileio_0.2.2
library
ghc-options: -Wall -O2
hs-source-dirs: src
build-depends:
base >= 3 && < 5
, bytestring >= 0.9 && < 0.10
, directory >= 1.0 && < 1.2
, system-filepath >= 0.3 && < 0.5
, text >= 0.1 && < 0.12
, time >= 1.0 && < 1.4
if os(windows)
cpp-options: -DCABAL_OS_WINDOWS
build-depends: Win32 >= 2.2 && < 2.3
else
build-depends: unix >= 2.3 && < 2.6
exposed-modules:
Filesystem
System.Directory
System.File