Clean up warnings

This commit is contained in:
Michael Snoyman 2015-05-11 10:39:46 +03:00
parent b8b33e0ad3
commit 0992779e82
2 changed files with 0 additions and 7 deletions

View file

@ -10,7 +10,6 @@ import qualified Data.Yaml as Yaml
import Filesystem (readTextFile, isFile)
import Types
import Model
newtype GhcLinks = GhcLinks

View file

@ -3,13 +3,7 @@ module Handler.BuildPlan where
import Import hiding (get, PackageName (..), Version (..), DList)
import Data.Slug (SnapSlug)
import qualified Filesystem as F
import Data.Yaml (decodeFileEither)
import Control.Monad.State.Strict (get, modify, execStateT, MonadState)
import Control.Monad.Catch.Pure (runCatch)
import Stackage.Types
import Distribution.Package (PackageName (..))
import Data.Version (Version)
import Stackage.BuildPlan
getBuildPlanR :: SnapSlug -> Handler TypedContent