Skip to content

Commit

Permalink
Remove Stack.Iface module (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Aug 9, 2015
1 parent 06218bd commit c571c30
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 299 deletions.
290 changes: 0 additions & 290 deletions src/Stack/Iface.hs

This file was deleted.

8 changes: 0 additions & 8 deletions src/main/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ import Stack.Exec
import Stack.Fetch
import Stack.FileWatch
import Stack.Ide
import Stack.Iface (iface)
import qualified Stack.Image as Image
import Stack.Init
import Stack.New
Expand Down Expand Up @@ -270,10 +269,6 @@ main = withInterpreterArgs stackProgName $ \args isInterpreter -> fixCodePage $
"Clean the local packages"
cleanCmd
(pure ())
addCommand "iface"
"Display TH dependencies"
ifaceCmd
(pure ())
addCommand "list-dependencies"
"List the dependencies"
listDependenciesCmd
Expand Down Expand Up @@ -901,9 +896,6 @@ solverCmd fixStackYaml go =
dotCmd :: DotOpts -> GlobalOpts -> IO ()
dotCmd dotOpts go = withBuildConfigAndLock go (\_ -> dot dotOpts)

ifaceCmd :: () -> GlobalOpts -> IO ()
ifaceCmd () go = withBuildConfigAndLock go (\_ -> iface)

-- | List the dependencies
listDependenciesCmd :: Text -> GlobalOpts -> IO ()
listDependenciesCmd sep go = withBuildConfig go (listDependencies sep')
Expand Down
1 change: 0 additions & 1 deletion stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ library
Stack.FileWatch
Stack.GhcPkg
Stack.Init
Stack.Iface
Stack.New
Stack.Options
Stack.Package
Expand Down

0 comments on commit c571c30

Please sign in to comment.