system-fileio 0.3.15 → 0.3.16
raw patch · 3 files changed
+20/−17 lines, 3 filesnew-uploader
Files
- ChangeLog.md +3/−0
- README.md +9/−0
- system-fileio.cabal +8/−17
+ ChangeLog.md view
@@ -0,0 +1,3 @@+## 0.3.16++Maintenance taken over by FP Complete.
+ README.md view
@@ -0,0 +1,9 @@+## system-fileio++This is a small wrapper around the `directory`, `unix`, and `Win32`+packages, for use with `system-filepath`. It provides a consistent API+to the various versions of these packages distributed with different+versions of GHC.++In particular, this library supports working with POSIX files that have+paths which can't be decoded in the current locale encoding.
system-fileio.cabal view
@@ -1,27 +1,23 @@ name: system-fileio-version: 0.3.15+version: 0.3.16 license: MIT license-file: license.txt author: John Millikin <jmillikin@gmail.com>-maintainer: John Millikin <jmillikin@gmail.com>+maintainer: FP Complete <michael@fpcomplete.com> build-type: Simple cabal-version: >= 1.8 category: System stability: experimental-homepage: https://john-millikin.com/software/haskell-filesystem/-bug-reports: mailto:jmillikin@gmail.com+homepage: https://github.com/fpco/haskell-filesystem+bug-reports: https://github.com/fpco/haskell-filesystem/issues synopsis: Consistent filesystem interaction across GHC versions+description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/system-fileio>. description:- This is a small wrapper around the \"directory\", \"unix\", and \"Win32\"- packages, for use with \"system-filepath\". It provides a consistent API- to the various versions of these packages distributed with different- versions of GHC.- .- In particular, this library supports working with POSIX files that have- paths which can't be decoded in the current locale encoding. extra-source-files:+ README.md+ ChangeLog.md lib/hssystemfileio-unix.h lib/hssystemfileio-win32.h --@@ -33,12 +29,7 @@ source-repository head type: git- location: https://john-millikin.com/code/haskell-filesystem/--source-repository this- type: git- location: https://john-millikin.com/code/haskell-filesystem/- tag: system-fileio_0.3.14+ location: https://github.com/fpco/haskell-filesystem.git library ghc-options: -Wall -O2