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:
parent
256d8f07e8
commit
f5a5886307
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue