glob-posix-0.1.0.1: Haskell bindings for POSIX glob library.

Copyright(c) Reuben D'Netto 2016
LicenseApache 2.0
Maintainerrdnetto@gmail.com
Safe HaskellSafe
LanguageHaskell2010

System.Directory.Glob.GNU.Compat

Description

On non-GNU platforms, this module exports values for GlobFlag which will throw an exception on use. They can be used to defer the failure to runtime, when you wish to avoid adding #ifdef checks to your code.