1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
name: xdg-basedir
version: 0.2.2
category: System
synopsis: A basic implementation of the XDG Base Directory specification.
description: On Unix platforms, this should be a very straightforward
implementation of the XDG Base Directory spec. On Windows,
it will attempt to do the right thing with regards to
choosing appropriate directories.
homepage: http://github.com/willdonnelly/xdg-basedir
bug-reports: http://github.com/willdonnelly/xdg-basedir/issues
stability: alpha
author: Will Donnelly
maintainer: Will Donnelly <will.donnelly@gmail.com>
copyright: (c) 2011 Will Donnelly
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.6
library
exposed-modules: System.Environment.XDG.BaseDir
build-depends: base >= 4 && < 5, directory, filepath
source-repository head
type: git
location: git://github.com/willdonnelly/xdg-basedir.git
|