{-# LINE 1 "src/System/Directory/Glob/GNU/Compat.hsc" #-}
{-|
Module      : System.Directory.Glob.GNU.Compat
Copyright   : (c) Reuben D'Netto 2016
License     : Apache 2.0
Maintainer  : rdnetto@gmail.com

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.
-}
module System.Directory.Glob.GNU.Compat where


{-# LINE 23 "src/System/Directory/Glob/GNU/Compat.hsc" #-}