diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-05-16 01:06:26 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-05-16 01:06:26 -0400 |
| commit | fa5cbd91f46e35ece6d9cd64230a831dade042c0 (patch) | |
| tree | 50b94c88a16b956826395694e14e0bc4a0ac9afc /src/Utility/Split.hs | |
| parent | fe4a246419dcbc5700e048bbf074f5e9871d8546 (diff) | |
merge fixes from git-annex
Diffstat (limited to 'src/Utility/Split.hs')
| -rw-r--r-- | src/Utility/Split.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Utility/Split.hs b/src/Utility/Split.hs index b3e5e276..decfe7d3 100644 --- a/src/Utility/Split.hs +++ b/src/Utility/Split.hs @@ -5,6 +5,8 @@ - License: BSD-2-clause -} +{-# OPTIONS_GHC -fno-warn-tabs #-} + module Utility.Split where import Data.List (intercalate) |
