diff options
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/Path.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utility/Path.hs b/Utility/Path.hs index 8c8fc39e7..4ffcf1c65 100644 --- a/Utility/Path.hs +++ b/Utility/Path.hs @@ -5,6 +5,8 @@ - Licensed under the GNU GPL version 3 or higher. -} +{-# LANGUAGE PackageImports #-} + module Utility.Path where import Data.String.Utils |