Skip to content

Instantly share code, notes, and snippets.

@mgsloan
Last active February 5, 2016 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgsloan/5ba3eb8e3b32ff409a8b to your computer and use it in GitHub Desktop.
Save mgsloan/5ba3eb8e3b32ff409a8b to your computer and use it in GitHub Desktop.
Using new-stack to build old-stack, using it to build itself, and then using old-stack to build new-stack. new-stack is stack-1.0.3, the current release, and old-stack is stack-0.1.0.0, the first stable release 7 months ago.
mgsloan@computer:~/fpco/stack$ git checkout v0.1.0.0
...
mgsloan@computer:~/fpco/stack$ stack build
...
Installing executable(s) in
/home/mgsloan/fpco/stack/.stack-work/install/x86_64-linux/lts-2.9/7.8.4/bin
Registering stack-0.1.0.0...
Completed 123 action(s).
mgsloan@computer:~/fpco/stack$ stack exec -- stack build
...
Installing executable(s) in
/home/mgsloan/fpco/stack/.stack-work/install/x86_64-linux/lts-2.9/7.8.4/bin
Registering stack-0.1.0.0...
Completed all 3 actions.
mgsloan@computer:~/fpco/stack$ git checkout master
Previous HEAD position was c2e5af3... Introducing a man page
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
mgsloan@computer:~/fpco/stack$ /home/mgsloan/fpco/stack/.stack-work/install/x86_64-linux/lts-2.9/7.8.4/bin/stack build
...
Installing executable(s) in
/home/mgsloan/fpco/stack/.stack-work/install/x86_64-linux/lts-5.0/7.10.3/bin
Registering stack-1.0.3...
Completed all 2 actions.
mgsloan@computer:~/fpco/stack$ stack --version
Version 1.0.3, Git revision 514add48074836f63ebb2ea7f85905bde13e6e59 (dirty) (3159 commits) x86_64
mgsloan@computer:~/fpco/stack$ /home/mgsloan/fpco/stack/.stack-work/install/x86_64-linux/lts-2.9/7.8.4/bin/stack --version
Version 0.1.0.0, Git revision c2e5af39679439921570552e3e722f6819f4f4bf (dirty)
mgsloan@computer:~/fpco/stack$ git checkout v0.1.0.0
Note: checking out 'v0.1.0.0'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at c2e5af3... Introducing a man page
mgsloan@computer:~/fpco/stack$ stack build
There were multiple candidates for the Cabal entry "Test.hs" (/home/mgsloan/fpco/stack/Test.hs), picking /home/mgsloan/fpco/stack/src/test/Test.hs
data-default-class-0.0.1: using precompiled package
auto-update-0.1.2.1: configure
auto-update-0.1.2.1: build
base16-bytestring-0.1.1.6: configure
base16-bytestring-0.1.1.6: build
bytestring-builder-0.10.6.0.0: configure
bytestring-builder-0.10.6.0.0: build
byteable-0.1.1: configure
bytestring-builder-0.10.6.0.0: copy/register
byteable-0.1.1: build
ansi-terminal-0.6.2.1: configure
auto-update-0.1.2.1: copy/register
ansi-terminal-0.6.2.1: build
cereal-0.4.1.1: configure
base16-bytestring-0.1.1.6: copy/register
byteable-0.1.1: copy/register
cereal-0.4.1.1: build
base64-bytestring-1.0.0.1: configure
base64-bytestring-1.0.0.1: build
dlist-0.7.1.1: configure
gitrev-1.0.0: download
dlist-0.7.1.1: build
file-embed-0.0.8.2: configure
file-embed-0.0.8.2: build
hourglass-0.2.9: configure
hourglass-0.2.9: build
gitrev-1.0.0: configure
dlist-0.7.1.1: copy/register
base64-bytestring-1.0.0.1: copy/register
mmorph-1.0.4: using precompiled package
gitrev-1.0.0: build
cryptohash-0.11.6: configure
mtl-2.1.3.1: using precompiled package
cryptohash-0.11.6: build
ansi-terminal-0.6.2.1: copy/register
monad-loops-0.4.2.1: configure
file-embed-0.0.8.2: copy/register
monad-loops-0.4.2.1: build
network-2.6.1.0: download
ansi-wl-pprint-0.6.7.2: configure
gitrev-1.0.0: copy/register
ansi-wl-pprint-0.6.7.2: build
network-2.6.1.0: configure
prelude-extras-0.4: using precompiled package
primitive-0.6: using precompiled package
monad-loops-0.4.2.1: copy/register
safe-0.3.9: using precompiled package
ansi-wl-pprint-0.6.7.2: copy/register
network-2.6.1.0: build
pem-0.2.2: configure
pem-0.2.2: build
random-1.1: configure
random-1.1: build
securemem-0.1.7: configure
cereal-0.4.1.1: copy/register
securemem-0.1.7: build
silently-1.2.4.1: configure
pem-0.2.2: copy/register
split-0.2.2: using precompiled package
silently-1.2.4.1: build
stm-2.4.4: using precompiled package
syb-0.4.4: using precompiled package
async-2.0.2: using precompiled package
hourglass-0.2.9: copy/register
securemem-0.1.7: copy/register
StateVar-1.1.0.0: download
StateVar-1.1.0.0: configure
stm-chans-3.0.0.3: download
cryptohash-0.11.6: copy/register
StateVar-1.1.0.0: build
asn1-types-0.3.0: configure
silently-1.2.4.1: copy/register
tagged-0.7.3: using precompiled package
asn1-types-0.3.0: build
stm-chans-3.0.0.3: configure
text-1.2.0.6: using precompiled package
StateVar-1.1.0.0: copy/register
random-1.1: copy/register
asn1-types-0.3.0: copy/register
stm-chans-3.0.0.3: build
crypto-cipher-types-0.0.9: configure
crypto-cipher-types-0.0.9: build
tar-0.4.1.0: configure
tar-0.4.1.0: build
blaze-builder-0.4.0.1: configure
blaze-builder-0.4.0.1: build
fast-logger-2.3.1: configure
stm-chans-3.0.0.3: copy/register
fast-logger-2.3.1: build
hashable-1.2.3.2: configure
crypto-cipher-types-0.0.9: copy/register
network-2.6.1.0: copy/register
hashable-1.2.3.2: build
asn1-encoding-0.9.0: configure
asn1-encoding-0.9.0: build
mime-types-0.1.0.6: configure
tar-0.4.1.0: copy/register
mime-types-0.1.0.6: build
cipher-aes-0.2.10: configure
fast-logger-2.3.1: copy/register
hashable-1.2.3.2: copy/register
cipher-aes-0.2.10: build
cipher-des-0.0.6: configure
blaze-builder-0.4.0.1: copy/register
cipher-des-0.0.6: build
cipher-rc4-0.1.4: configure
cipher-rc4-0.1.4: build
parsec-3.1.9: configure
asn1-encoding-0.9.0: copy/register
parsec-3.1.9: build
case-insensitive-1.2.0.4: configure
cipher-rc4-0.1.4: copy/register
case-insensitive-1.2.0.4: build
blaze-markup-0.7.0.2: configure
cookie-0.4.1.5: download
blaze-markup-0.7.0.2: build
asn1-parse-0.9.1: configure
cipher-des-0.0.6: copy/register
asn1-parse-0.9.1: build
cookie-0.4.1.5: configure
case-insensitive-1.2.0.4: copy/register
cookie-0.4.1.5: build
crypto-pubkey-types-0.4.3: configure
cipher-aes-0.2.10: copy/register
crypto-pubkey-types-0.4.3: build
http-types-0.8.6: configure
asn1-parse-0.9.1: copy/register
http-types-0.8.6: build
nats-1: configure
nats-1: build
path-pieces-0.2.0: configure
cookie-0.4.1.5: copy/register
path-pieces-0.2.0: build
scientific-0.3.3.8: configure
nats-1: copy/register
scientific-0.3.3.8: build
socks-0.5.4: configure
mime-types-0.1.0.6: copy/register
socks-0.5.4: build
path-pieces-0.2.0: copy/register
system-filepath-0.4.13.4: configure
http-types-0.8.6: copy/register
transformers-compat-0.4.0.3: using precompiled package
parsec-3.1.9: copy/register
distributive-0.4.4: using precompiled package
system-filepath-0.4.13.4: build
unix-compat-0.4.1.4: configure
exceptions-0.8.0.2: using precompiled package
unix-compat-0.4.1.4: build
MonadRandom-0.3.0.2: configure
MonadRandom-0.3.0.2: build
network-uri-2.6.0.3: configure
blaze-markup-0.7.0.2: copy/register
network-uri-2.6.0.3: build
unix-compat-0.4.1.4: copy/register
crypto-pubkey-types-0.4.3: copy/register
optparse-applicative-0.11.0.2: configure
blaze-html-0.8.0.2: download
scientific-0.3.3.8: copy/register
optparse-applicative-0.11.0.2: build
blaze-html-0.8.0.2: configure
socks-0.5.4: copy/register
path-0.5.1: download
MonadRandom-0.3.0.2: copy/register
blaze-html-0.8.0.2: build
path-0.5.1: configure
transformers-base-0.4.4: using precompiled package
monad-control-1.0.0.4: using precompiled package
path-0.5.1: build
attoparsec-0.12.1.6: configure
lifted-base-0.2.3.6: using precompiled package
attoparsec-0.12.1.6: build
temporary-1.2.0.3: configure
temporary-1.2.0.3: build
enclosed-exceptions-1.0.1.1: configure
path-0.5.1: copy/register
enclosed-exceptions-1.0.1.1: build
resourcet-1.1.4.1: configure
system-filepath-0.4.13.4: copy/register
resourcet-1.1.4.1: build
temporary-1.2.0.3: copy/register
system-fileio-0.3.16.3: configure
enclosed-exceptions-1.0.1.1: copy/register
system-fileio-0.3.16.3: build
unordered-containers-0.2.5.1: configure
network-uri-2.6.0.3: copy/register
unordered-containers-0.2.5.1: build
vector-0.10.12.3: configure
word8-0.1.2: using precompiled package
vector-0.10.12.3: build
x509-1.5.0.1: configure
optparse-applicative-0.11.0.2: copy/register
resourcet-1.1.4.1: copy/register
x509-1.5.0.1: build
zlib-0.5.4.2: configure
zlib-0.5.4.2: build
system-fileio-0.3.16.3: copy/register
zlib-0.5.4.2: copy/register
streaming-commons-0.1.12.1: configure
streaming-commons-0.1.12.1: build
x509-1.5.0.1: copy/register
x509-store-1.5.0: configure
x509-store-1.5.0: build
x509-store-1.5.0: copy/register
x509-system-1.5.0: configure
x509-system-1.5.0: build
x509-system-1.5.0: copy/register
blaze-html-0.8.0.2: copy/register
streaming-commons-0.1.12.1: copy/register
unordered-containers-0.2.5.1: copy/register
semigroups-0.16.2.2: configure
http-client-0.4.11.2: download
semigroups-0.16.2.2: build
http-client-0.4.11.2: configure
http-client-0.4.11.2: build
attoparsec-0.12.1.6: copy/register
semigroups-0.16.2.2: copy/register
void-0.7: configure
void-0.7: build
dlist-instances-0.1: configure
dlist-instances-0.1: build
void-0.7: copy/register
dlist-instances-0.1: copy/register
contravariant-1.3.1.1: download
contravariant-1.3.1.1: configure
conduit-1.2.4.2: download
http-client-0.4.11.2: copy/register
contravariant-1.3.1.1: build
conduit-1.2.4.2: configure
conduit-1.2.4.2: build
contravariant-1.3.1.1: copy/register
comonad-4.2.6: download
comonad-4.2.6: configure
comonad-4.2.6: build
conduit-1.2.4.2: copy/register
conduit-extra-1.1.8: download
comonad-4.2.6: copy/register
conduit-extra-1.1.8: configure
conduit-extra-1.1.8: build
semigroupoids-4.3: configure
semigroupoids-4.3: build
semigroupoids-4.3: copy/register
bifunctors-4.2.1: configure
conduit-extra-1.1.8: copy/register
bifunctors-4.2.1: build
profunctors-4.4.1: configure
profunctors-4.4.1: build
monad-logger-0.3.13.1: configure
monad-logger-0.3.13.1: build
cryptohash-conduit-0.1.1: configure
cryptohash-conduit-0.1.1: build
cryptohash-conduit-0.1.1: copy/register
vector-0.10.12.3: copy/register
monad-logger-0.3.13.1: copy/register
profunctors-4.4.1: copy/register
crypto-random-0.0.9: configure
bifunctors-4.2.1: copy/register
crypto-random-0.0.9: build
mwc-random-0.13.3.2: configure
mwc-random-0.13.3.2: build
vector-binary-instances-0.2.1.0: configure
vector-binary-instances-0.2.1.0: build
resource-pool-0.2.3.2: configure
resource-pool-0.2.3.2: build
aeson-0.8.0.2: configure
crypto-random-0.0.9: copy/register
aeson-0.8.0.2: build
free-4.11: configure
free-4.11: build
crypto-numbers-0.2.7: configure
crypto-numbers-0.2.7: build
vector-binary-instances-0.2.1.0: copy/register
resource-pool-0.2.3.2: copy/register
crypto-numbers-0.2.7: copy/register
crypto-pubkey-0.2.8: configure
crypto-pubkey-0.2.8: build
crypto-pubkey-0.2.8: copy/register
x509-validation-1.5.2: configure
x509-validation-1.5.2: build
x509-validation-1.5.2: copy/register
tls-1.2.17: download
tls-1.2.17: configure
free-4.11: copy/register
tls-1.2.17: build
keys-3.10.1: configure
either-4.3.4: download
keys-3.10.1: build
adjunctions-4.2.1: configure
adjunctions-4.2.1: build
either-4.3.4: configure
either-4.3.4: build
either-4.3.4: copy/register
keys-3.10.1: copy/register
optparse-simple-0.0.3: configure
adjunctions-4.2.1: copy/register
optparse-simple-0.0.3: build
kan-extensions-4.2.2: configure
optparse-simple-0.0.3: copy/register
kan-extensions-4.2.2: build
kan-extensions-4.2.2: copy/register
pointed-4.2.0.1: download
pointed-4.2.0.1: configure
pointed-4.2.0.1: build
pointed-4.2.0.1: copy/register
tls-1.2.17: copy/register
vector-instances-3.3.0.1: configure
vector-instances-3.3.0.1: build
connection-0.2.4: configure
connection-0.2.4: build
connection-0.2.4: copy/register
vector-instances-3.3.0.1: copy/register
http-client-tls-0.2.2: configure
http-client-tls-0.2.2: build
http-client-tls-0.2.2: copy/register
http-conduit-2.1.5: configure
http-conduit-2.1.5: build
http-conduit-2.1.5: copy/register
aeson-0.8.0.2: copy/register
persistent-2.1.5: download
yaml-0.8.11: download
persistent-2.1.5: configure
persistent-2.1.5: build
yaml-0.8.11: configure
yaml-0.8.11: build
yaml-0.8.11: copy/register
mwc-random-0.13.3.2: copy/register
vector-algorithms-0.6.0.4: configure
vector-algorithms-0.6.0.4: build
persistent-2.1.5: copy/register
persistent-sqlite-2.1.4.2: configure
persistent-template-2.1.3.1: download
persistent-sqlite-2.1.4.2: build
persistent-template-2.1.3.1: configure
persistent-template-2.1.3.1: build
persistent-template-2.1.3.1: copy/register
persistent-sqlite-2.1.4.2: copy/register
vector-algorithms-0.6.0.4: copy/register
mono-traversable-0.9.1: download
mono-traversable-0.9.1: configure
mono-traversable-0.9.1: build
mono-traversable-0.9.1: copy/register
chunked-data-0.1.0.1: configure
chunked-data-0.1.0.1: build
chunked-data-0.1.0.1: copy/register
conduit-combinators-0.3.1: configure
conduit-combinators-0.3.1: build
conduit-combinators-0.3.1: copy/register
stack-0.1.0.0: configure
Configuring stack-0.1.0.0...
stack-0.1.0.0: build
Preprocessing library stack-0.1.0.0...
[ 1 of 54] Compiling Data.Attoparsec.Combinators ( src/Data/Attoparsec/Combinators.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Data/Attoparsec/Combinators.o )
[ 2 of 54] Compiling Data.Set.Monad ( src/Data/Set/Monad.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Data/Set/Monad.o )
[ 3 of 54] Compiling Network.HTTP.Download.Verified ( src/Network/HTTP/Download/Verified.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Network/HTTP/Download/Verified.o )
[ 4 of 54] Compiling System.Process.Log ( src/System/Process/Log.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/System/Process/Log.o )
[ 5 of 54] Compiling Data.Maybe.Extra ( src/Data/Maybe/Extra.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Data/Maybe/Extra.o )
[ 6 of 54] Compiling Stack.New ( src/Stack/New.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/New.o )
[ 7 of 54] Compiling System.Process.PagerEditor ( src/System/Process/PagerEditor.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/System/Process/PagerEditor.o )
[ 8 of 54] Compiling System.Process.Read ( src/System/Process/Read.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/System/Process/Read.o )
[ 9 of 54] Compiling System.Process.Run ( src/System/Process/Run.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/System/Process/Run.o )
[10 of 54] Compiling Paths_stack ( .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/autogen/Paths_stack.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Paths_stack.o )
[11 of 54] Compiling Path.IO ( src/Path/IO.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Path/IO.o )
[12 of 54] Compiling Path.Find ( src/Path/Find.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Path/Find.o )
[13 of 54] Compiling Data.Binary.VersionTagged ( src/Data/Binary/VersionTagged.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Data/Binary/VersionTagged.o )
[14 of 54] Compiling Data.Aeson.Extended ( src/Data/Aeson/Extended.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Data/Aeson/Extended.o )
[15 of 54] Compiling Network.HTTP.Download ( src/Network/HTTP/Download.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Network/HTTP/Download.o )
[16 of 54] Compiling Stack.Types.PackageName ( src/Stack/Types/PackageName.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Types/PackageName.o )
[17 of 54] Compiling Stack.Types.Docker ( src/Stack/Types/Docker.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Types/Docker.o )
[18 of 54] Compiling Stack.Types.FlagName ( src/Stack/Types/FlagName.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Types/FlagName.o )
[19 of 54] Compiling Stack.Types.Version ( src/Stack/Types/Version.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Types/Version.o )
[20 of 54] Compiling Stack.Types.PackageIdentifier ( src/Stack/Types/PackageIdentifier.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Types/PackageIdentifier.o )
[21 of 54] Compiling Stack.Types.GhcPkgId ( src/Stack/Types/GhcPkgId.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Types/GhcPkgId.o )
[22 of 54] Compiling Stack.Types.BuildPlan ( src/Stack/Types/BuildPlan.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Types/BuildPlan.o )
[23 of 54] Compiling Stack.Types.Config ( src/Stack/Types/Config.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Types/Config.o )
[24 of 54] Compiling Stack.Constants ( src/Stack/Constants.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Constants.o )
[25 of 54] Compiling Stack.Types ( src/Stack/Types.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Types.o )
[26 of 54] Compiling Stack.Package ( src/Stack/Package.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Package.o )
[27 of 54] Compiling Stack.Exec ( src/Stack/Exec.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Exec.o )
[28 of 54] Compiling Stack.Build.Types ( src/Stack/Build/Types.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Build/Types.o )
[29 of 54] Compiling Stack.GhcPkg ( src/Stack/GhcPkg.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/GhcPkg.o )
[30 of 54] Compiling Stack.Build.Haddock ( src/Stack/Build/Haddock.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Build/Haddock.o )
[31 of 54] Compiling Stack.Build.Cache ( src/Stack/Build/Cache.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Build/Cache.o )
[32 of 54] Compiling Control.Concurrent.Execute ( src/Control/Concurrent/Execute.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Control/Concurrent/Execute.o )
[33 of 54] Compiling Stack.Upload ( src/Stack/Upload.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Upload.o )
[34 of 54] Compiling Stack.Types.Internal ( src/Stack/Types/Internal.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Types/Internal.o )
[35 of 54] Compiling Stack.Types.StackT ( src/Stack/Types/StackT.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Types/StackT.o )
[36 of 54] Compiling Stack.PackageIndex ( src/Stack/PackageIndex.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/PackageIndex.o )
[37 of 54] Compiling Stack.Fetch ( src/Stack/Fetch.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Fetch.o )
[38 of 54] Compiling Stack.Docker.GlobalDB ( src/Stack/Docker/GlobalDB.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Docker/GlobalDB.o )
[39 of 54] Compiling Stack.BuildPlan ( src/Stack/BuildPlan.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/BuildPlan.o )
[40 of 54] Compiling Stack.Solver ( src/Stack/Solver.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Solver.o )
[41 of 54] Compiling Stack.Init ( src/Stack/Init.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Init.o )
[42 of 54] Compiling Stack.Setup ( src/Stack/Setup.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Setup.o )
[43 of 54] Compiling Stack.Build.Source ( src/Stack/Build/Source.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Build/Source.o )
[44 of 54] Compiling Stack.Repl ( src/Stack/Repl.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Repl.o )
[45 of 54] Compiling Data.Attoparsec.Args ( src/Data/Attoparsec/Args.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Data/Attoparsec/Args.o )
[46 of 54] Compiling Stack.PackageDump ( src/Stack/PackageDump.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/PackageDump.o )
[47 of 54] Compiling Stack.Build.Installed ( src/Stack/Build/Installed.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Build/Installed.o )
[48 of 54] Compiling Stack.Build.ConstructPlan ( src/Stack/Build/ConstructPlan.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Build/ConstructPlan.o )
[49 of 54] Compiling Stack.Build.Execute ( src/Stack/Build/Execute.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Build/Execute.o )
[50 of 54] Compiling Stack.Build ( src/Stack/Build.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Build.o )
[51 of 54] Compiling Options.Applicative.Args ( src/Options/Applicative/Args.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Options/Applicative/Args.o )
[52 of 54] Compiling Options.Applicative.Builder.Extra ( src/Options/Applicative/Builder/Extra.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Options/Applicative/Builder/Extra.o )
[53 of 54] Compiling Stack.Docker ( src/Stack/Docker.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Docker.o )
[54 of 54] Compiling Stack.Config ( src/Stack/Config.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Config.o )
In-place registering stack-0.1.0.0...
Preprocessing executable 'stack' for stack-0.1.0.0...
[1 of 3] Compiling Plugins ( src/main/Plugins.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/stack/stack-tmp/Plugins.o )
[2 of 3] Compiling Paths_stack ( .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/autogen/Paths_stack.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/stack/stack-tmp/Paths_stack.o )
[3 of 3] Compiling Main ( src/main/Main.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/stack/stack-tmp/Main.o )
Linking .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/stack/stack ...
There were multiple candidates for the Cabal entry "Test.hs" (/home/mgsloan/fpco/stack/Test.hs), picking /home/mgsloan/fpco/stack/src/test/Test.hs
Warning: module not listed in stack.cabal for 'stack' component (add to other-modules): Paths_stack
Warning: modules not listed in stack.cabal for 'stack-test' component (add to other-modules):
Network.HTTP.Download.VerifiedSpec
Stack.Build.ExecuteSpec
Stack.Build.TargetSpec
Stack.DotSpec
stack-0.1.0.0: copy/register
Installing library in
/home/mgsloan/fpco/stack/.stack-work/install/x86_64-linux/lts-2.9/7.8.4/lib/x86_64-linux-ghc-7.8.4/stack-0.1.0.0
Installing executable(s) in
/home/mgsloan/fpco/stack/.stack-work/install/x86_64-linux/lts-2.9/7.8.4/bin
Registering stack-0.1.0.0...
Completed 123 action(s).
mgsloan@computer:~/fpco/stack$ stack exec -- stack build
Caching build plan
Populated index cache.
optparse-simple-0.0.3-a1e1898bf2500babe0ea4be1edd51484: unregistering
path-0.5.1-021354dc1954f5c0749fad5f4909d2b5: unregistering
stack-0.1.0.0-b557fcc180845b1608a62bf89eb6bc59: unregistering
optparse-simple-0.0.3: configure
path-0.5.1: configure
optparse-simple-0.0.3: build
path-0.5.1: build
optparse-simple-0.0.3: install
path-0.5.1: install
stack-0.1.0.0: configure
Configuring stack-0.1.0.0...
stack-0.1.0.0: build
Building stack-0.1.0.0...
Preprocessing library stack-0.1.0.0...
[25 of 54] Compiling Paths_stack ( .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/autogen/Paths_stack.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Paths_stack.o )
[26 of 54] Compiling Stack.Types.Config ( src/Stack/Types/Config.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Types/Config.o ) [TH]
[27 of 54] Compiling Stack.Constants ( src/Stack/Constants.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Constants.o ) [TH]
[29 of 54] Compiling Stack.Package ( src/Stack/Package.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Package.o ) [TH]
[30 of 54] Compiling Stack.Exec ( src/Stack/Exec.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Exec.o ) [TH]
[31 of 54] Compiling Stack.Build.Types ( src/Stack/Build/Types.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Build/Types.o ) [TH]
[32 of 54] Compiling Stack.GhcPkg ( src/Stack/GhcPkg.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/GhcPkg.o ) [TH]
[33 of 54] Compiling Stack.Build.Haddock ( src/Stack/Build/Haddock.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Build/Haddock.o ) [TH]
[34 of 54] Compiling Stack.Build.Cache ( src/Stack/Build/Cache.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Build/Cache.o ) [Stack.Build.Types changed]
[39 of 54] Compiling Stack.PackageIndex ( src/Stack/PackageIndex.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/PackageIndex.o ) [TH]
[40 of 54] Compiling Stack.Fetch ( src/Stack/Fetch.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Fetch.o ) [Stack.PackageIndex changed]
[41 of 54] Compiling Stack.Docker.GlobalDB ( src/Stack/Docker/GlobalDB.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Docker/GlobalDB.o ) [TH]
[42 of 54] Compiling Stack.BuildPlan ( src/Stack/BuildPlan.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/BuildPlan.o ) [Stack.Fetch changed]
[43 of 54] Compiling Stack.Solver ( src/Stack/Solver.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Solver.o ) [TH]
[44 of 54] Compiling Stack.Init ( src/Stack/Init.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Init.o ) [TH]
[45 of 54] Compiling Stack.Setup ( src/Stack/Setup.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Setup.o ) [Stack.Solver changed]
[46 of 54] Compiling Stack.Build.Source ( src/Stack/Build/Source.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Build/Source.o ) [Stack.Build.Cache changed]
[47 of 54] Compiling Stack.Repl ( src/Stack/Repl.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Repl.o ) [TH]
[50 of 54] Compiling Stack.Build.ConstructPlan ( src/Stack/Build/ConstructPlan.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Build/ConstructPlan.o ) [Stack.Build.Cache changed]
[51 of 54] Compiling Stack.Build.Execute ( src/Stack/Build/Execute.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Build/Execute.o ) [Stack.Build.Cache changed]
[53 of 54] Compiling Stack.Docker ( src/Stack/Docker.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Docker.o ) [Stack.Docker.GlobalDB changed]
[54 of 54] Compiling Stack.Config ( src/Stack/Config.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/Stack/Config.o ) [TH]
In-place registering stack-0.1.0.0...
Preprocessing executable 'stack' for stack-0.1.0.0...
[2 of 3] Compiling Paths_stack ( .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/autogen/Paths_stack.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/stack/stack-tmp/Paths_stack.o )
[3 of 3] Compiling Main ( src/main/Main.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/stack/stack-tmp/Main.o ) [Stack.Build.Types changed]
Linking .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/stack/stack ...
stack-0.1.0.0: install
Installing library in
/home/mgsloan/fpco/stack/.stack-work/install/x86_64-linux/lts-2.9/7.8.4/lib/x86_64-linux-ghc-7.8.4/stack-0.1.0.0
Installing executable(s) in
/home/mgsloan/fpco/stack/.stack-work/install/x86_64-linux/lts-2.9/7.8.4/bin
Registering stack-0.1.0.0...
Completed all 3 actions.
mgsloan@computer:~/fpco/stack$ git checkout master
Previous HEAD position was c2e5af3... Introducing a man page
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
mgsloan@computer:~/fpco/stack$ /home/mgsloan/fpco/stack/.stack-work/install/x86_64-linux/lts-2.9/7.8.4/bin/stack build
Caching build plan
path-io-0.3.1-4b83efbbdcad1f340c1c581c0d6e85ce: unregistering
stack-1.0.3-f1972c5f68f1f534bc399c875a0e5154: unregistering
path-io-0.3.1: configure
path-io-0.3.1: build
path-io-0.3.1: install
stack-1.0.3: configure
Configuring stack-1.0.3...
stack-1.0.3: build
Building stack-1.0.3...
Preprocessing library stack-1.0.3...
[ 2 of 85] Compiling Data.Set.Monad ( src/Data/Set/Monad.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Data/Set/Monad.o )
[ 3 of 85] Compiling Network.HTTP.Download.Verified ( src/Network/HTTP/Download/Verified.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Network/HTTP/Download/Verified.o )
[ 4 of 85] Compiling Data.IORef.RunOnce ( src/Data/IORef/RunOnce.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Data/IORef/RunOnce.o )
[ 5 of 85] Compiling Distribution.Version.Extra ( src/Distribution/Version/Extra.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Distribution/Version/Extra.o )
[ 6 of 85] Compiling Stack.FileWatch ( src/Stack/FileWatch.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/FileWatch.o )
[ 7 of 85] Compiling System.Process.Log ( src/System/Process/Log.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/System/Process/Log.o )
[ 8 of 85] Compiling System.Process.PagerEditor ( src/System/Process/PagerEditor.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/System/Process/PagerEditor.o )
[ 9 of 85] Compiling Data.Maybe.Extra ( src/Data/Maybe/Extra.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Data/Maybe/Extra.o )
[10 of 85] Compiling Stack.Types.Config[boot] ( src/Stack/Types/Config.hs-boot, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/Config.o-boot )
[11 of 85] Compiling System.Process.Read ( src/System/Process/Read.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/System/Process/Read.o )
[12 of 85] Compiling System.Process.Run ( src/System/Process/Run.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/System/Process/Run.o )
[13 of 85] Compiling Paths_stack ( .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/autogen/Paths_stack.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Paths_stack.o )
[14 of 85] Compiling Path.Find ( src/Path/Find.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Path/Find.o )
[15 of 85] Compiling Path.Extra ( src/Path/Extra.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Path/Extra.o )
[16 of 85] Compiling Stack.Constants[boot] ( src/Stack/Constants.hs-boot, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Constants.o-boot )
[17 of 85] Compiling Data.Binary.VersionTagged ( src/Data/Binary/VersionTagged.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Data/Binary/VersionTagged.o )
[18 of 85] Compiling Data.Aeson.Extended ( src/Data/Aeson/Extended.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Data/Aeson/Extended.o )
[19 of 85] Compiling Network.HTTP.Download ( src/Network/HTTP/Download.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Network/HTTP/Download.o )
[20 of 85] Compiling Stack.Types.PackageName ( src/Stack/Types/PackageName.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/PackageName.o )
[21 of 85] Compiling Stack.Types.Sig ( src/Stack/Types/Sig.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/Sig.o )
[22 of 85] Compiling Stack.Types.TemplateName ( src/Stack/Types/TemplateName.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/TemplateName.o )
[23 of 85] Compiling Stack.Types.FlagName ( src/Stack/Types/FlagName.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/FlagName.o )
[24 of 85] Compiling Stack.Types.GhcPkgId ( src/Stack/Types/GhcPkgId.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/GhcPkgId.o )
[25 of 85] Compiling Stack.Types.Version ( src/Stack/Types/Version.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/Version.o )
[26 of 85] Compiling Stack.Types.Compiler ( src/Stack/Types/Compiler.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/Compiler.o )
[27 of 85] Compiling Stack.Types.PackageIdentifier ( src/Stack/Types/PackageIdentifier.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/PackageIdentifier.o )
[28 of 85] Compiling Stack.Types.PackageIndex ( src/Stack/Types/PackageIndex.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/PackageIndex.o )
[29 of 85] Compiling Stack.Types.Docker ( src/Stack/Types/Docker.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/Docker.o )
[30 of 85] Compiling Stack.Types.BuildPlan ( src/Stack/Types/BuildPlan.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/BuildPlan.o )
[31 of 85] Compiling Stack.Types.Nix ( src/Stack/Types/Nix.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/Nix.o )
[32 of 85] Compiling Stack.Types.Image ( src/Stack/Types/Image.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/Image.o )
[33 of 85] Compiling Options.Applicative.Complicated ( src/Options/Applicative/Complicated.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Options/Applicative/Complicated.o )
[34 of 85] Compiling Data.Attoparsec.Args ( src/Data/Attoparsec/Args.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Data/Attoparsec/Args.o )
[35 of 85] Compiling Stack.Types.Config ( src/Stack/Types/Config.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/Config.o )
[36 of 85] Compiling Stack.Constants ( src/Stack/Constants.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Constants.o )
[37 of 85] Compiling Stack.Types.Internal ( src/Stack/Types/Internal.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/Internal.o )
[38 of 85] Compiling Stack.Types.StackT ( src/Stack/Types/StackT.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/StackT.o )
[39 of 85] Compiling Stack.Docker.GlobalDB ( src/Stack/Docker/GlobalDB.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Docker/GlobalDB.o )
[40 of 85] Compiling Stack.Types.Package ( src/Stack/Types/Package.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/Package.o )
[41 of 85] Compiling Stack.Types.Build ( src/Stack/Types/Build.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types/Build.o )
[42 of 85] Compiling Stack.Types ( src/Stack/Types.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Types.o )
[43 of 85] Compiling Stack.Build.Target ( src/Stack/Build/Target.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Build/Target.o )
[44 of 85] Compiling Stack.Config.Docker ( src/Stack/Config/Docker.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Config/Docker.o )
[45 of 85] Compiling Stack.Config.Nix ( src/Stack/Config/Nix.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Config/Nix.o )
[46 of 85] Compiling Stack.Image ( src/Stack/Image.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Image.o )
[47 of 85] Compiling Stack.PackageIndex ( src/Stack/PackageIndex.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/PackageIndex.o )
[48 of 85] Compiling Stack.GhcPkg ( src/Stack/GhcPkg.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/GhcPkg.o )
[49 of 85] Compiling Stack.Fetch ( src/Stack/Fetch.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Fetch.o )
[50 of 85] Compiling Stack.Exec ( src/Stack/Exec.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Exec.o )
[51 of 85] Compiling Stack.New ( src/Stack/New.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/New.o )
[52 of 85] Compiling Control.Concurrent.Execute ( src/Control/Concurrent/Execute.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Control/Concurrent/Execute.o )
[53 of 85] Compiling Stack.Setup.Installed ( src/Stack/Setup/Installed.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Setup/Installed.o )
[54 of 85] Compiling Stack.Sig.GPG ( src/Stack/Sig/GPG.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Sig/GPG.o )
[55 of 85] Compiling Stack.Upload ( src/Stack/Upload.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Upload.o )
[56 of 85] Compiling Stack.Build.Cache ( src/Stack/Build/Cache.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Build/Cache.o )
[57 of 85] Compiling Stack.PackageDump ( src/Stack/PackageDump.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/PackageDump.o )
[58 of 85] Compiling Stack.Build.Installed ( src/Stack/Build/Installed.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Build/Installed.o )
[59 of 85] Compiling Stack.Package ( src/Stack/Package.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Package.o )
[60 of 85] Compiling Stack.BuildPlan ( src/Stack/BuildPlan.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/BuildPlan.o )
[61 of 85] Compiling Stack.Config ( src/Stack/Config.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Config.o )
[62 of 85] Compiling Stack.ConfigCmd ( src/Stack/ConfigCmd.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/ConfigCmd.o )
[63 of 85] Compiling Stack.Build.Source ( src/Stack/Build/Source.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Build/Source.o )
[64 of 85] Compiling Stack.Clean ( src/Stack/Clean.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Clean.o )
[65 of 85] Compiling Stack.Coverage ( src/Stack/Coverage.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Coverage.o )
[66 of 85] Compiling Stack.Sig.Sign ( src/Stack/Sig/Sign.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Sig/Sign.o )
[67 of 85] Compiling Stack.Sig ( src/Stack/Sig.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Sig.o )
[68 of 85] Compiling Stack.Build.Haddock ( src/Stack/Build/Haddock.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Build/Haddock.o )
[69 of 85] Compiling Stack.Build.Execute ( src/Stack/Build/Execute.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Build/Execute.o )
[70 of 85] Compiling Stack.Build.ConstructPlan ( src/Stack/Build/ConstructPlan.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Build/ConstructPlan.o )
[71 of 85] Compiling Stack.Build ( src/Stack/Build.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Build.o )
[72 of 85] Compiling Stack.Setup ( src/Stack/Setup.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Setup.o )
[73 of 85] Compiling Stack.Docker ( src/Stack/Docker.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Docker.o )
[74 of 85] Compiling Stack.Nix ( src/Stack/Nix.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Nix.o )
[75 of 85] Compiling Stack.Solver ( src/Stack/Solver.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Solver.o )
[76 of 85] Compiling Stack.Init ( src/Stack/Init.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Init.o )
[77 of 85] Compiling Stack.Dot ( src/Stack/Dot.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Dot.o )
[78 of 85] Compiling Stack.Ghci ( src/Stack/Ghci.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Ghci.o )
[79 of 85] Compiling Stack.Ide ( src/Stack/Ide.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Ide.o )
[80 of 85] Compiling Stack.SDist ( src/Stack/SDist.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/SDist.o )
[81 of 85] Compiling Stack.Upgrade ( src/Stack/Upgrade.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Upgrade.o )
[82 of 85] Compiling Data.Attoparsec.Interpreter ( src/Data/Attoparsec/Interpreter.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Data/Attoparsec/Interpreter.o )
[83 of 85] Compiling Options.Applicative.Args ( src/Options/Applicative/Args.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Options/Applicative/Args.o )
[84 of 85] Compiling Options.Applicative.Builder.Extra ( src/Options/Applicative/Builder/Extra.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Options/Applicative/Builder/Extra.o )
[85 of 85] Compiling Stack.Options ( src/Stack/Options.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/Stack/Options.o )
In-place registering stack-1.0.3...
Preprocessing executable 'stack' for stack-1.0.3...
[1 of 2] Compiling Paths_stack ( .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/autogen/Paths_stack.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/stack/stack-tmp/Paths_stack.o )
[2 of 2] Compiling Main ( src/main/Main.hs, .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/stack/stack-tmp/Main.o )
Linking .stack-work/dist/x86_64-linux/Cabal-1.22.5.0/build/stack/stack ...
stack-1.0.3: install
Installing library in
/home/mgsloan/fpco/stack/.stack-work/install/x86_64-linux/lts-5.0/7.10.3/lib/x86_64-linux-ghc-7.10.3/stack-1.0.3-Es5PTdHf0fV6H6NB8xEBHI
Installing executable(s) in
/home/mgsloan/fpco/stack/.stack-work/install/x86_64-linux/lts-5.0/7.10.3/bin
Registering stack-1.0.3...
Completed all 2 actions.
mgsloan@computer:~/fpco/stack$ stack --version
Version 1.0.3, Git revision 514add48074836f63ebb2ea7f85905bde13e6e59 (dirty) (3159 commits) x86_64
mgsloan@computer:~/fpco/stack$ /home/mgsloan/fpco/stack/.stack-work/install/x86_64-linux/lts-2.9/7.8.4/bin/stack --version
Version 0.1.0.0, Git revision c2e5af39679439921570552e3e722f6819f4f4bf (dirty)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment