Skip to content

Commit

Permalink
fix table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgruetter committed Jan 21, 2017
1 parent 605836d commit df3cd2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/blog/2013-08-20-Cabal-sandbox.md
Expand Up @@ -170,7 +170,6 @@ The sandbox feature gives you basically the same functionality as
`cabal-dev`, but integrated with the `cabal` tool itself. Here's a
handy cheatsheet for the users of `cabal-dev`:

|-------------------------------------------|------------------------------|---------------------------------------|
| Action | `cabal-dev` | `cabal sandbox` |
|-------------------------------------------| -----------------------------|---------------------------------------|
| Initialise a sandbox | `cabal-dev $ANY_COMMAND` | `cabal sandbox init` |
Expand All @@ -184,7 +183,6 @@ handy cheatsheet for the users of `cabal-dev`:
| Run sandbox-local ghci | `cabal-dev ghci` | `cabal repl` |
| Sandbox-restricted `ghc-pkg` | `cabal-dev ghc-pkg` | `cabal sandbox hc-pkg` |
| Path to the sandbox directory | `./cabal-dev` | `./.cabal-sandbox` |
|-------------------------------------------|------------------------------|---------------------------------------|

One important difference is that `add-source` adds a link to a source directory
instead of making a source snapshot available for install. The add-source
Expand Down

0 comments on commit df3cd2d

Please sign in to comment.