Skip to content
Snippets Groups Projects
Commit b54f30d8 authored by malcolm wallace's avatar malcolm wallace
Browse files

needs an import of non-H'98 instance Functor ((->) r)

parent 605a7dd4
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ module Distribution.Simple.Command (
) where
import Control.Monad
import Control.Monad.Instances (Functor(..)) -- instance Functor ((->) r)
import qualified Control.Exception as Exception
import Data.Char (isAlpha, toLower)
import Data.List (sortBy, isPrefixOf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment