diff options
Diffstat (limited to 'CabalHelper/Sandbox.hs')
-rw-r--r-- | CabalHelper/Sandbox.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CabalHelper/Sandbox.hs b/CabalHelper/Sandbox.hs index f379eeb..fa413cc 100644 --- a/CabalHelper/Sandbox.hs +++ b/CabalHelper/Sandbox.hs @@ -1,6 +1,5 @@ module CabalHelper.Sandbox where - import Control.Applicative import Data.Char import Data.Maybe @@ -8,6 +7,7 @@ import Data.List import Data.Version import System.FilePath import System.Directory +import Prelude import qualified Data.Traversable as T |