XAttr 0.1 → 0.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- XAttr.cabal +2/−2
XAttr.cabal view
@@ -1,5 +1,5 @@ Name: XAttr-Version: 0.1+Version: 0.1.1 Cabal-Version: >= 1.2 License: GPL License-File: LICENSE@@ -9,7 +9,7 @@ Category: System Bug-Reports: mailto:tensor5@gmail.com Build-Type: Simple-Description: XAttr provides bindings to the glibc function for reading and manipulating extended attributes (setxattr, getxattr, listxattr, ...).+Description: This package is obsolete. Use <http://hackage.haskell.org/package/linux-xattr> instead. Library Build-Depends: base >=4.0 && < 5.0, unix