squash build warning with optparse-applicative-0.14.1

It exported some stuff that used to be only in .Internal, IIRC done at
my request..
This commit is contained in:
Joey Hess 2018-04-22 13:41:24 -04:00
parent 256d8f07e8
commit f5a5886307
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -5,12 +5,14 @@
- Licensed under the GNU GPL version 3 or higher.
-}
{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-}
{-# LANGUAGE TypeSynonymInstances, FlexibleInstances, CPP #-}
module CmdLine.GitAnnex.Options where
import Options.Applicative
#if ! MIN_VERSION_optparse_applicative(0,14,1)
import Options.Applicative.Builder.Internal
#endif
import Control.Concurrent
import qualified Data.Map as M