mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-30 21:00:24 +01:00
Clean up warnings
This commit is contained in:
parent
b8b33e0ad3
commit
0992779e82
@ -10,7 +10,6 @@ import qualified Data.Yaml as Yaml
|
|||||||
import Filesystem (readTextFile, isFile)
|
import Filesystem (readTextFile, isFile)
|
||||||
|
|
||||||
import Types
|
import Types
|
||||||
import Model
|
|
||||||
|
|
||||||
|
|
||||||
newtype GhcLinks = GhcLinks
|
newtype GhcLinks = GhcLinks
|
||||||
|
|||||||
@ -3,13 +3,7 @@ module Handler.BuildPlan where
|
|||||||
|
|
||||||
import Import hiding (get, PackageName (..), Version (..), DList)
|
import Import hiding (get, PackageName (..), Version (..), DList)
|
||||||
import Data.Slug (SnapSlug)
|
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 Stackage.Types
|
||||||
import Distribution.Package (PackageName (..))
|
|
||||||
import Data.Version (Version)
|
|
||||||
import Stackage.BuildPlan
|
import Stackage.BuildPlan
|
||||||
|
|
||||||
getBuildPlanR :: SnapSlug -> Handler TypedContent
|
getBuildPlanR :: SnapSlug -> Handler TypedContent
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user