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