From c86fb48e2fe685434558c0ccfc27d093ce741835 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 24 May 2016 01:30:21 -0400 Subject: merge from git-annex --- Utility/SystemDirectory.hs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Utility/SystemDirectory.hs (limited to 'Utility/SystemDirectory.hs') diff --git a/Utility/SystemDirectory.hs b/Utility/SystemDirectory.hs new file mode 100644 index 0000000..3dd44d1 --- /dev/null +++ b/Utility/SystemDirectory.hs @@ -0,0 +1,16 @@ +{- System.Directory without its conflicting isSymbolicLink + - + - Copyright 2016 Joey Hess + - + - License: BSD-2-clause + -} + +-- Disable warnings because only some versions of System.Directory export +-- isSymbolicLink. +{-# OPTIONS_GHC -fno-warn-tabs -w #-} + +module Utility.SystemDirectory ( + module System.Directory +) where + +import System.Directory hiding (isSymbolicLink) -- cgit v1.2.3