packages feed

xdg-userdirs 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+3/−6 lines, 1 filesdep ~directorydep ~filepath

Dependency ranges changed: directory, filepath

Files

xdg-userdirs.cabal view
@@ -1,8 +1,5 @@--- 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+version:             0.1.0.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,@@ -23,9 +20,9 @@   -- other-modules:          build-depends:       base >= 4 && <5,                        containers ==0.4.*,-                       filepath ==1.3.*,+                       filepath >=1.3,                        xdg-basedir ==0.2.*,-                       directory ==1.1.*+                       directory >=1.1  Source-repository head   type: git