-
-
Save rpglover64/d82c8e70fb883bbc6ac7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alex@zuko /tmp/tmp.WsGFbpVHyl % cabal sandbox init | |
Writing a default package environment file to | |
/tmp/tmp.WsGFbpVHyl/cabal.sandbox.config | |
Creating a new sandbox at /tmp/tmp.WsGFbpVHyl/.cabal-sandbox | |
alex@zuko /tmp/tmp.WsGFbpVHyl % cabal install diagrams --dry-run | |
Resolving dependencies... | |
In order, the following would be installed (use -v for more details): | |
Boolean-0.2 | |
MonadRandom-0.1.12 | |
NumInstances-1.3 | |
arithmoi-0.4.0.3 | |
circle-packing-0.1.0.3 | |
colour-2.3.3 | |
data-default-class-0.0.1 | |
fingertree-0.1.0.0 | |
generic-deriving-1.6.2 | |
groups-0.4.0.0 | |
monads-tf-0.1.0.1 | |
MonadCatchIO-transformers-0.3.1.0 | |
nats-0.1.2 | |
newtype-0.2 | |
optparse-applicative-0.7.0.2 | |
parallel-3.2.0.4 | |
primitive-0.5.1.0 | |
safe-0.3.3 | |
split-0.2.2 | |
tagged-0.7 | |
reflection-1.3.2 | |
text-1.1.0.0 | |
blaze-builder-0.3.3.2 | |
blaze-markup-0.5.2.1 | |
blaze-svg-0.3.3.0 | |
hashable-1.2.1.0 | |
parsec-3.1.5 | |
transformers-compat-0.1.1.1 | |
contravariant-0.4.4 | |
distributive-0.4 | |
intervals-0.4.1 | |
unordered-containers-0.2.3.3 | |
semigroups-0.12.2 | |
comonad-4.0 | |
semigroupoids-4.0 | |
bifunctors-4.1.1 | |
groupoids-4.0 | |
monoid-extras-0.3.2.4 | |
dual-tree-0.2.0.1 | |
profunctors-4.0.2 | |
vector-0.10.9.1 | |
void-0.6.1 | |
MemoTrie-0.6.1 | |
lens-3.10.1 | |
vector-space-0.8.6 | |
active-0.1.0.10 | |
vector-space-points-0.1.2.1 | |
diagrams-core-1.0.0.1 | |
diagrams-lib-1.0.0.1 | |
diagrams-svg-1.0 | |
force-layout-0.3 | |
diagrams-contrib-1.1.0.1 | |
diagrams-1.0.0.1 | |
alex@zuko /tmp/tmp.WsGFbpVHyl % cabal sandbox hc-pkg list | |
/var/lib/ghc/package.conf.d | |
Cabal-1.16.0 | |
X11-1.6.1.1 | |
X11-xft-0.3.1 | |
array-0.4.0.1 | |
base-4.6.0.1 | |
bin-package-db-0.0.0.0 | |
binary-0.5.1.1 | |
bytestring-0.10.0.2 | |
containers-0.5.0.0 | |
data-default-0.4.0 | |
deepseq-1.3.0.1 | |
directory-1.2.0.1 | |
dlist-0.5 | |
extensible-exceptions-0.1.1.4 | |
filepath-1.3.0.1 | |
ghc-7.6.3 | |
ghc-prim-0.3.0.0 | |
haskell2010-1.1.1.0 | |
haskell98-2.0.0.2 | |
hoopl-3.9.0.0 | |
hpc-0.6.0.0 | |
integer-gmp-0.5.0.0 | |
mtl-2.1.2 | |
old-locale-1.0.0.5 | |
old-time-1.1.0.1 | |
pretty-1.1.1.0 | |
process-1.1.0.2 | |
random-1.0.1.1 | |
rts-1.0 | |
template-haskell-2.8.0.0 | |
time-1.4.0.1 | |
transformers-0.3.0.0 | |
unix-2.6.0.1 | |
utf8-string-0.3.7 | |
xmonad-0.11 | |
xmonad-contrib-0.11.2 | |
/tmp/tmp.WsGFbpVHyl/.cabal-sandbox/x86_64-linux-ghc-7.6.3-packages.conf.d | |
alex@zuko /tmp/tmp.WsGFbpVHyl % cabal --version | |
cabal-install version 1.18.0.2 | |
using version 1.18.1.2 of the Cabal library | |
alex@zuko /tmp/tmp.WsGFbpVHyl % ghc --version | |
The Glorious Glasgow Haskell Compilation System, version 7.6.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment