```haskell active {-# LANGUAGE PackageImports #-} import "lens" Control.Lens main = putStrLn "Hello World" ```