Don't include Control.Applicative where not necessary

This commit is contained in:
John Wiegley 2018-05-06 01:04:56 -07:00 committed by hsloan
parent 6aa64760d1
commit fd9b77c29b

View file

@ -8,7 +8,6 @@
module Nix.Utils (module Nix.Utils, module X) where
import Control.Applicative
import Control.Arrow ((&&&))
import Control.Monad
import Control.Monad.Fix