diff options
Diffstat (limited to 'compiler/utils/ListT.hs')
-rw-r--r-- | compiler/utils/ListT.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/utils/ListT.hs b/compiler/utils/ListT.hs index 7dc1aa3eaf..c16701419d 100644 --- a/compiler/utils/ListT.hs +++ b/compiler/utils/ListT.hs @@ -29,6 +29,8 @@ module ListT ( fold ) where +import GhcPrelude + import Control.Applicative import Control.Monad |