Cabal revisions of xdg-userdirs-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial xdg-userdir.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/--name: xdg-userdirs-version: 0.1.0.0-synopsis: Basic implementation of XDG user directories specification-description: On Unix platforms, this should be a very straightforward- implementation of the XDG User Directory spec. On Windows,- it will attempt to do the right thing with regards to- choosing appropriate directories. -homepage: http://redmine.iportnov.ru/projects/xdg-userdirs-license: BSD3-license-file: LICENSE-author: IlyaPortnov-maintainer: portnov84@rambler.ru--- copyright: -category: System-build-type: Simple-cabal-version: >=1.8--library- exposed-modules: System.Environment.XDG.UserDir- -- other-modules: - build-depends: base >= 4 && <5,- containers ==0.4.*,- filepath ==1.3.*,- xdg-basedir ==0.2.*,- directory ==1.1.*--Source-repository head- type: git- location: git://redmine.iportnov.ru/xdg-userdirs.git+-- Initial xdg-userdir.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: xdg-userdirs +version: 0.1.0.0 +x-revision: 1 +synopsis: Basic implementation of XDG user directories specification +description: On Unix platforms, this should be a very straightforward + implementation of the XDG User Directory spec. On Windows, + it will attempt to do the right thing with regards to + choosing appropriate directories. +homepage: https://github.com/portnov/xdg-userdirs +license: BSD3 +license-file: LICENSE +author: IlyaPortnov +maintainer: portnov84@rambler.ru +-- copyright: +category: System +build-type: Simple +cabal-version: >=1.8 + +library + exposed-modules: System.Environment.XDG.UserDir + -- other-modules: + build-depends: base >= 4 && <5, + containers ==0.4.*, + filepath ==1.3.*, + xdg-basedir ==0.2.*, + directory ==1.1.* + +Source-repository head + type: git + location: https://github.com/portnov/xdg-userdirs.git