fix build with old version of feed

This commit is contained in:
Joey Hess 2019-01-18 14:16:22 -04:00
parent 67c5a628eb
commit 50a9a77148
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -20,9 +20,7 @@ import Data.Time.Format
#if ! MIN_VERSION_time(1,5,0)
import System.Locale
#endif
#if MIN_VERSION_feed(1,0,0)
import qualified Data.Text as T
#endif
import Command
import qualified Annex