name: canonical-filepath
version: 1.0.0.3
license: BSD3
license-file: LICENSE
author: Max Bolingbroke, Thomas Schilling
maintainer: Thomas Schilling <nominolo@googlemail.com>
homepage: http://github.com/nominolo/canonical-filepath
synopsis: Abstract data type for canonical file paths.
description:
Abstract data type for canonical file paths.
category: System
stability: provisional
build-type: Simple
cabal-version: >= 1.6
library
build-depends:
base >= 4 && < 5,
deepseq >= 1.1 && < 1.4,
directory >= 1.1 && < 1.3,
filepath >= 1.2 && < 1.4
exposed-modules:
System.FilePath.Canonical