Skip to content

Instantly share code, notes, and snippets.

@rrnewton
Last active September 5, 2015 02:05
Show Gist options
  • Save rrnewton/d235298ed48e3a6ad01e to your computer and use it in GitHub Desktop.
Save rrnewton/d235298ed48e3a6ad01e to your computer and use it in GitHub Desktop.
Random attempt on a random laptop to install the same package in stack and cabal
$ cabal --version
cabal-install version 1.20.1.0
$ cabal install turtle
Resolving dependencies...
Configuring ansi-wl-pprint-0.6.7.3...
Downloading clock-0.5.1...
Configuring hostname-1.0...
Configuring managed-1.0.0...
Configuring optional-args-1.0.0...
Building ansi-wl-pprint-0.6.7.3...
Building optional-args-1.0.0...
Building hostname-1.0...
Building managed-1.0.0...
Installed hostname-1.0
Configuring primitive-0.6...
Configuring system-filepath-0.4.13.4...
Installed managed-1.0.0
Installed optional-args-1.0.0
Building primitive-0.6...
Installed ansi-wl-pprint-0.6.7.3
Configuring optparse-applicative-0.11.0.2...
Building optparse-applicative-0.11.0.2...
Building system-filepath-0.4.13.4...
Installed primitive-0.6
Configuring vector-0.11.0.0...
Building vector-0.11.0.0...
Installed optparse-applicative-0.11.0.2
Failed to install clock-0.5.1
Build log ( /Users/rrnewton/.cabal/logs/clock-0.5.1.log ):
cabal: /Users/rrnewton/.cabal/logs/clock-0.5.1.log: does not exist
$ stack install turtle
Run from outside a project, using implicit global config
Using resolver: lts-2.15 from global config file: /Users/rrnewton/.stack/global/stack.yaml
NOTE: the install command is functionally equivalent to 'build --copy-bins'
StateVar-1.1.0.0: configure
StateVar-1.1.0.0: build
managed-1.0.0: configure
managed-1.0.0: build
distributive-0.4.4: configure
StateVar-1.1.0.0: install
distributive-0.4.4: build
clock-0.4.6.0: configure
managed-1.0.0: install
clock-0.4.6.0: build
mwc-random-0.13.3.2: configure
distributive-0.4.4: install
nats-1: configure
nats-1: build
system-filepath-0.4.13.4: configure
clock-0.4.6.0: install
system-filepath-0.4.13.4: build
semigroups-0.16.2.2: configure
semigroups-0.16.2.2: build
system-filepath-0.4.13.4: install
system-fileio-0.3.16.3: configure
system-fileio-0.3.16.3: build
semigroups-0.16.2.2: install
void-0.7: configure
system-fileio-0.3.16.3: install
void-0.7: build
void-0.7: install
contravariant-1.3.1.1: configure
contravariant-1.3.1.1: build
contravariant-1.3.1.1: install
comonad-4.2.6: configure
comonad-4.2.6: build
comonad-4.2.6: install
semigroupoids-4.3: configure
semigroupoids-4.3: build
semigroupoids-4.3: install
profunctors-4.4.1: configure
profunctors-4.4.1: build
profunctors-4.4.1: install
mwc-random-0.13.3.2: install
foldl-1.0.11: download
foldl-1.0.11: configure
foldl-1.0.11: build
foldl-1.0.11: install
turtle-1.0.2: configure
turtle-1.0.2: build
turtle-1.0.2: install
Completed all 16 actions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment