Created
August 10, 2018 09:56
-
-
Save dminuoso/ffadea142d47d8ffa6bf092aed4907cf 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
λ foobar master ✗ docker build . | |
Sending build context to Docker daemon 60.93kB | |
Step 1/8 : FROM haskell:8.4 | |
---> b3e06e1d3bb7 | |
Step 2/8 : USER root | |
---> Using cache | |
---> b21f896888c0 | |
Step 3/8 : ADD . /app | |
---> 1a026c288c89 | |
Step 4/8 : WORKDIR /app | |
---> Running in 157064e10d58 | |
Removing intermediate container 157064e10d58 | |
---> cf05d8029470 | |
Step 5/8 : RUN cabal new-update | |
---> Running in a2c9295fbed6 | |
Config file path source is default config file. | |
Config file /root/.cabal/config not found. | |
Writing default configuration to /root/.cabal/config | |
Downloading the latest package list from hackage.haskell.org | |
Removing intermediate container a2c9295fbed6 | |
---> b325e88616a9 | |
Step 6/8 : RUN cabal new-build . | |
---> Running in c7fd4fad2d87 | |
Resolving dependencies... | |
Build profile: -w ghc-8.4.3 -O1 | |
In order, the following will be built (use -v for more details): | |
- base-compat-0.10.4 (lib) (requires download & build) | |
- base16-bytestring-0.1.1.6 (lib:base16-bytestring) (requires download & build) | |
- dlist-0.8.0.4 (lib) (requires download & build) | |
- hashable-1.2.7.0 (lib) (requires download & build) | |
- integer-logarithms-1.0.2.1 (lib) (requires download & build) | |
- primitive-0.6.4.0 (lib) (requires download & build) | |
- random-1.1 (lib) (requires download & build) | |
- tagged-0.8.6 (lib) (requires download & build) | |
- th-abstraction-0.2.8.0 (lib) (requires download & build) | |
- time-locale-compat-0.1.1.4 (lib) (requires download & build) | |
- unordered-containers-0.2.9.0 (lib) (requires download & build) | |
- vector-0.12.0.1 (lib) (requires download & build) | |
- scientific-0.3.6.2 (lib) (requires download & build) | |
- uuid-types-1.0.3 (lib) (requires download & build) | |
- attoparsec-0.13.2.2 (lib) (requires download & build) | |
- aeson-1.4.0.0 (lib) (requires download & build) | |
- cabal-plan-0.4.0.0 (lib) (requires download & build) | |
- foobar-0.1.0.0 (exe:foobar-exe) (first run) | |
Downloading primitive-0.6.4.0... | |
Downloading base16-bytestring-0.1.1.6... | |
Downloading dlist-0.8.0.4... | |
Configuring base16-bytestring-0.1.1.6 (all, legacy fallback)... | |
Downloading th-abstraction-0.2.8.0... | |
Downloading tagged-0.8.6... | |
Downloading random-1.1... | |
Downloading time-locale-compat-0.1.1.4... | |
Downloading base-compat-0.10.4... | |
Downloading vector-0.12.0.1... | |
Configuring base-compat-0.10.4 (lib)... | |
Downloading integer-logarithms-1.0.2.1... | |
Downloading hashable-1.2.7.0... | |
Downloading unordered-containers-0.2.9.0... | |
Building base16-bytestring-0.1.1.6 (all, legacy fallback)... | |
Downloading scientific-0.3.6.2... | |
Downloading attoparsec-0.13.2.2... | |
Downloading uuid-types-1.0.3... | |
Building base-compat-0.10.4 (lib)... | |
Downloading aeson-1.4.0.0... | |
Downloading cabal-plan-0.4.0.0... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring dlist-0.8.0.4 (lib)... | |
Building dlist-0.8.0.4 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring hashable-1.2.7.0 (lib)... | |
Building hashable-1.2.7.0 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring integer-logarithms-1.0.2.1 (lib)... | |
Building integer-logarithms-1.0.2.1 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring primitive-0.6.4.0 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring random-1.1 (lib)... | |
Building primitive-0.6.4.0 (lib)... | |
Building random-1.1 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring tagged-0.8.6 (lib)... | |
Building tagged-0.8.6 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring th-abstraction-0.2.8.0 (lib)... | |
Building th-abstraction-0.2.8.0 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring time-locale-compat-0.1.1.4 (lib)... | |
Building time-locale-compat-0.1.1.4 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring unordered-containers-0.2.9.0 (lib)... | |
Building unordered-containers-0.2.9.0 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring uuid-types-1.0.3 (lib)... | |
Building uuid-types-1.0.3 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring vector-0.12.0.1 (lib)... | |
Building vector-0.12.0.1 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring scientific-0.3.6.2 (lib)... | |
Building scientific-0.3.6.2 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring attoparsec-0.13.2.2 (lib)... | |
Building attoparsec-0.13.2.2 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring aeson-1.4.0.0 (lib)... | |
Building aeson-1.4.0.0 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring cabal-plan-0.4.0.0 (lib)... | |
Building cabal-plan-0.4.0.0 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring executable 'foobar-exe' for foobar-0.1.0.0.. | |
Warning: The 'license-file' field refers to the file 'LICENSE' which does not | |
exist. | |
Preprocessing executable 'foobar-exe' for foobar-0.1.0.0.. | |
Building executable 'foobar-exe' for foobar-0.1.0.0.. | |
[1 of 2] Compiling Main ( Main.hs, /app/dist-newstyle/build/x86_64-linux/ghc-8.4.3/foobar-0.1.0.0/x/foobar-exe/build/foobar-exe/foobar-exe-tmp/Main.o ) | |
[2 of 2] Compiling Paths_foobar ( /app/dist-newstyle/build/x86_64-linux/ghc-8.4.3/foobar-0.1.0.0/x/foobar-exe/build/foobar-exe/autogen/Paths_foobar.hs, /app/dist-newstyle/build/x86_64-linux/ghc-8.4.3/foobar-0.1.0.0/x/foobar-exe/build/foobar-exe/foobar-exe-tmp/Paths_foobar.o ) | |
Linking /app/dist-newstyle/build/x86_64-linux/ghc-8.4.3/foobar-0.1.0.0/x/foobar-exe/build/foobar-exe/foobar-exe ... | |
Removing intermediate container c7fd4fad2d87 | |
---> ac3f236f3708 | |
Step 7/8 : RUN cabal new-run cabal-plan | |
---> Running in e14425c546e7 | |
Build profile: -w ghc-8.4.3 -O1 | |
In order, the following will be built (use -v for more details): | |
- base-orphans-0.8 (lib) (requires download & build) | |
- colour-2.3.4 (lib) (requires download & build) | |
- transformers-compat-0.6.2 (lib) (requires download & build) | |
- cabal-plan-0.4.0.0 (lib:topograph) (requires build) | |
- ansi-terminal-0.8.0.4 (lib) (requires download & build) | |
- ansi-wl-pprint-0.6.8.2 (lib) (requires download & build) | |
- optparse-applicative-0.14.2.0 (lib) (requires download & build) | |
- cabal-plan-0.4.0.0 (exe:cabal-plan) (requires build) | |
Downloading base-orphans-0.8... | |
Downloading colour-2.3.4... | |
Configuring base-orphans-0.8 (lib)... | |
Downloading transformers-compat-0.6.2... | |
Configuring colour-2.3.4 (lib)... | |
Downloading ansi-terminal-0.8.0.4... | |
Downloading ansi-wl-pprint-0.6.8.2... | |
Downloading optparse-applicative-0.14.2.0... | |
Building base-orphans-0.8 (lib)... | |
Building colour-2.3.4 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring transformers-compat-0.6.2 (lib)... | |
Building transformers-compat-0.6.2 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring cabal-plan-0.4.0.0 (lib:topograph)... | |
Building cabal-plan-0.4.0.0 (lib:topograph)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring ansi-terminal-0.8.0.4 (lib)... | |
Building ansi-terminal-0.8.0.4 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring ansi-wl-pprint-0.6.8.2 (lib)... | |
Building ansi-wl-pprint-0.6.8.2 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring optparse-applicative-0.14.2.0 (lib)... | |
Building optparse-applicative-0.14.2.0 (lib)... | |
ignoring (possibly broken) abi-depends field for packages | |
Configuring cabal-plan-0.4.0.0 (exe:cabal-plan)... | |
Building cabal-plan-0.4.0.0 (exe:cabal-plan)... | |
using '/app' as project root | |
Tree | |
~~~~ | |
cabal-plan-0.4.0.0 | |
[cabal-plan-0.4.0.0:exe:"cabal-plan"] | |
├─ ansi-terminal-0.8.0.4 | |
│ ├─ base-4.11.1.0 | |
│ │ ├─ ghc-prim-0.5.2.0 | |
│ │ │ └─ rts-1.0 | |
│ │ ├─ integer-gmp-1.0.2.0 | |
│ │ │ └─ ghc-prim-0.5.2.0 ┄┄ | |
│ │ └─ rts-1.0 ┄┄ | |
│ └─ colour-2.3.4 | |
│ └─ base-4.11.1.0 ┄┄ | |
├─ base-4.11.1.0 ┄┄ | |
├─ base-compat-0.10.4 | |
│ ├─ base-4.11.1.0 ┄┄ | |
│ └─ unix-2.7.2.2 | |
│ ├─ base-4.11.1.0 ┄┄ | |
│ ├─ bytestring-0.10.8.2 | |
│ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ ├─ deepseq-1.4.3.0 | |
│ │ │ ├─ array-0.5.2.0 | |
│ │ │ │ └─ base-4.11.1.0 ┄┄ | |
│ │ │ └─ base-4.11.1.0 ┄┄ | |
│ │ ├─ ghc-prim-0.5.2.0 ┄┄ | |
│ │ └─ integer-gmp-1.0.2.0 ┄┄ | |
│ └─ time-1.8.0.2 | |
│ ├─ base-4.11.1.0 ┄┄ | |
│ └─ deepseq-1.4.3.0 ┄┄ | |
├─ bytestring-0.10.8.2 ┄┄ | |
├─ cabal-plan-0.4.0.0 | |
│ [cabal-plan-0.4.0.0:lib:"topograph"] | |
│ ├─ base-4.11.1.0 ┄┄ | |
│ ├─ base-compat-0.10.4 ┄┄ | |
│ ├─ base-orphans-0.8 | |
│ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ └─ ghc-prim-0.5.2.0 ┄┄ | |
│ ├─ containers-0.5.11.0 | |
│ │ ├─ array-0.5.2.0 ┄┄ | |
│ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ ├─ deepseq-1.4.3.0 ┄┄ | |
│ │ └─ ghc-prim-0.5.2.0 ┄┄ | |
│ └─ vector-0.12.0.1 | |
│ ├─ base-4.11.1.0 ┄┄ | |
│ ├─ deepseq-1.4.3.0 ┄┄ | |
│ ├─ ghc-prim-0.5.2.0 ┄┄ | |
│ └─ primitive-0.6.4.0 | |
│ ├─ base-4.11.1.0 ┄┄ | |
│ ├─ ghc-prim-0.5.2.0 ┄┄ | |
│ └─ transformers-0.5.5.0 | |
│ └─ base-4.11.1.0 ┄┄ | |
├─ cabal-plan-0.4.0.0 | |
│ ├─ aeson-1.4.0.0 | |
│ │ ├─ attoparsec-0.13.2.2 | |
│ │ │ ├─ array-0.5.2.0 ┄┄ | |
│ │ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ │ ├─ bytestring-0.10.8.2 ┄┄ | |
│ │ │ ├─ containers-0.5.11.0 ┄┄ | |
│ │ │ ├─ deepseq-1.4.3.0 ┄┄ | |
│ │ │ ├─ scientific-0.3.6.2 | |
│ │ │ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ │ │ ├─ binary-0.8.5.1 | |
│ │ │ │ │ ├─ array-0.5.2.0 ┄┄ | |
│ │ │ │ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ │ │ │ ├─ bytestring-0.10.8.2 ┄┄ | |
│ │ │ │ │ └─ containers-0.5.11.0 ┄┄ | |
│ │ │ │ ├─ bytestring-0.10.8.2 ┄┄ | |
│ │ │ │ ├─ containers-0.5.11.0 ┄┄ | |
│ │ │ │ ├─ deepseq-1.4.3.0 ┄┄ | |
│ │ │ │ ├─ hashable-1.2.7.0 | |
│ │ │ │ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ │ │ │ ├─ bytestring-0.10.8.2 ┄┄ | |
│ │ │ │ │ ├─ deepseq-1.4.3.0 ┄┄ | |
│ │ │ │ │ ├─ ghc-prim-0.5.2.0 ┄┄ | |
│ │ │ │ │ ├─ integer-gmp-1.0.2.0 ┄┄ | |
│ │ │ │ │ └─ text-1.2.3.0 | |
│ │ │ │ │ ├─ array-0.5.2.0 ┄┄ | |
│ │ │ │ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ │ │ │ ├─ binary-0.8.5.1 ┄┄ | |
│ │ │ │ │ ├─ bytestring-0.10.8.2 ┄┄ | |
│ │ │ │ │ ├─ deepseq-1.4.3.0 ┄┄ | |
│ │ │ │ │ ├─ ghc-prim-0.5.2.0 ┄┄ | |
│ │ │ │ │ └─ integer-gmp-1.0.2.0 ┄┄ | |
│ │ │ │ ├─ integer-gmp-1.0.2.0 ┄┄ | |
│ │ │ │ ├─ integer-logarithms-1.0.2.1 | |
│ │ │ │ │ ├─ array-0.5.2.0 ┄┄ | |
│ │ │ │ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ │ │ │ ├─ ghc-prim-0.5.2.0 ┄┄ | |
│ │ │ │ │ └─ integer-gmp-1.0.2.0 ┄┄ | |
│ │ │ │ ├─ primitive-0.6.4.0 ┄┄ | |
│ │ │ │ └─ text-1.2.3.0 ┄┄ | |
│ │ │ ├─ text-1.2.3.0 ┄┄ | |
│ │ │ └─ transformers-0.5.5.0 ┄┄ | |
│ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ ├─ base-compat-0.10.4 ┄┄ | |
│ │ ├─ bytestring-0.10.8.2 ┄┄ | |
│ │ ├─ containers-0.5.11.0 ┄┄ | |
│ │ ├─ deepseq-1.4.3.0 ┄┄ | |
│ │ ├─ dlist-0.8.0.4 | |
│ │ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ │ └─ deepseq-1.4.3.0 ┄┄ | |
│ │ ├─ ghc-prim-0.5.2.0 ┄┄ | |
│ │ ├─ hashable-1.2.7.0 ┄┄ | |
│ │ ├─ scientific-0.3.6.2 ┄┄ | |
│ │ ├─ tagged-0.8.6 | |
│ │ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ │ ├─ deepseq-1.4.3.0 ┄┄ | |
│ │ │ ├─ template-haskell-2.13.0.0 | |
│ │ │ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ │ │ ├─ ghc-boot-th-8.4.3 | |
│ │ │ │ │ └─ base-4.11.1.0 ┄┄ | |
│ │ │ │ └─ pretty-1.1.3.6 | |
│ │ │ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ │ │ ├─ deepseq-1.4.3.0 ┄┄ | |
│ │ │ │ └─ ghc-prim-0.5.2.0 ┄┄ | |
│ │ │ └─ transformers-0.5.5.0 ┄┄ | |
│ │ ├─ template-haskell-2.13.0.0 ┄┄ | |
│ │ ├─ text-1.2.3.0 ┄┄ | |
│ │ ├─ th-abstraction-0.2.8.0 | |
│ │ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ │ ├─ containers-0.5.11.0 ┄┄ | |
│ │ │ ├─ ghc-prim-0.5.2.0 ┄┄ | |
│ │ │ └─ template-haskell-2.13.0.0 ┄┄ | |
│ │ ├─ time-1.8.0.2 ┄┄ | |
│ │ ├─ time-locale-compat-0.1.1.4 | |
│ │ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ │ └─ time-1.8.0.2 ┄┄ | |
│ │ ├─ unordered-containers-0.2.9.0 | |
│ │ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ │ ├─ deepseq-1.4.3.0 ┄┄ | |
│ │ │ └─ hashable-1.2.7.0 ┄┄ | |
│ │ ├─ uuid-types-1.0.3 | |
│ │ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ │ ├─ binary-0.8.5.1 ┄┄ | |
│ │ │ ├─ bytestring-0.10.8.2 ┄┄ | |
│ │ │ ├─ deepseq-1.4.3.0 ┄┄ | |
│ │ │ ├─ hashable-1.2.7.0 ┄┄ | |
│ │ │ ├─ random-1.1 | |
│ │ │ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ │ │ └─ time-1.8.0.2 ┄┄ | |
│ │ │ └─ text-1.2.3.0 ┄┄ | |
│ │ └─ vector-0.12.0.1 ┄┄ | |
│ ├─ base-4.11.1.0 ┄┄ | |
│ ├─ base16-bytestring-0.1.1.6 | |
│ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ ├─ bytestring-0.10.8.2 ┄┄ | |
│ │ └─ ghc-prim-0.5.2.0 ┄┄ | |
│ ├─ bytestring-0.10.8.2 ┄┄ | |
│ ├─ containers-0.5.11.0 ┄┄ | |
│ ├─ directory-1.3.1.5 | |
│ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ ├─ filepath-1.4.2 | |
│ │ │ └─ base-4.11.1.0 ┄┄ | |
│ │ ├─ time-1.8.0.2 ┄┄ | |
│ │ └─ unix-2.7.2.2 ┄┄ | |
│ ├─ filepath-1.4.2 ┄┄ | |
│ └─ text-1.2.3.0 ┄┄ | |
├─ containers-0.5.11.0 ┄┄ | |
├─ directory-1.3.1.5 ┄┄ | |
├─ mtl-2.2.2 | |
│ ├─ base-4.11.1.0 ┄┄ | |
│ └─ transformers-0.5.5.0 ┄┄ | |
├─ optparse-applicative-0.14.2.0 | |
│ ├─ ansi-wl-pprint-0.6.8.2 | |
│ │ ├─ ansi-terminal-0.8.0.4 ┄┄ | |
│ │ └─ base-4.11.1.0 ┄┄ | |
│ ├─ base-4.11.1.0 ┄┄ | |
│ ├─ process-1.6.3.0 | |
│ │ ├─ base-4.11.1.0 ┄┄ | |
│ │ ├─ deepseq-1.4.3.0 ┄┄ | |
│ │ ├─ directory-1.3.1.5 ┄┄ | |
│ │ ├─ filepath-1.4.2 ┄┄ | |
│ │ └─ unix-2.7.2.2 ┄┄ | |
│ ├─ transformers-0.5.5.0 ┄┄ | |
│ └─ transformers-compat-0.6.2 | |
│ ├─ base-4.11.1.0 ┄┄ | |
│ ├─ ghc-prim-0.5.2.0 ┄┄ | |
│ └─ transformers-0.5.5.0 ┄┄ | |
├─ parsec-3.1.13.0 | |
│ ├─ base-4.11.1.0 ┄┄ | |
│ ├─ bytestring-0.10.8.2 ┄┄ | |
│ ├─ mtl-2.2.2 ┄┄ | |
│ └─ text-1.2.3.0 ┄┄ | |
├─ text-1.2.3.0 ┄┄ | |
└─ vector-0.12.0.1 ┄┄ | |
foobar-0.1.0.0 | |
[foobar-0.1.0.0:exe:"foobar-exe"] | |
├─ base-4.11.1.0 ┄┄ | |
└─ cabal-plan-0.4.0.0 ┄┄ | |
Top-sorted | |
~~~~~~~~~~ | |
UnitId "rts" | |
UnitId "ghc-prim-0.5.2.0" | |
UnitId "integer-gmp-1.0.2.0" | |
UnitId "base-4.11.1.0" | |
UnitId "array-0.5.2.0" | |
UnitId "deepseq-1.4.3.0" | |
1 Initial | |
UnitId "bytestring-0.10.8.2" | |
UnitId "containers-0.5.11.0" | |
UnitId "binary-0.8.5.1" | |
UnitId "text-1.2.3.0" | |
UnitId "hashable-1.2.7.0-51269918ae66b4926a559d947e9843b9bc0aa8089caf6fd277c7dea46f2a1b61" | |
UnitId "integer-logarithms-1.0.2.1-b25a2427d6312ff4c3ea06fe0c404d33cc11db63f78b49c6a7512a6b6cd5a469" | |
UnitId "transformers-0.5.5.0" | |
UnitId "primitive-0.6.4.0-68000912b899f97e9a5e1ee34a98393ddd8de487e0a850ae1c4159829c193325" | |
UnitId "scientific-0.3.6.2-c215a90636b4ecc904a54939d11db5f00bd9c9d7e6098e959b5c1c49d5142887" | |
UnitId "attoparsec-0.13.2.2-945eaa091987c8a10207e55e92020474f64fec87e9a3d49257f5ded932efe1d9" | |
UnitId "time-1.8.0.2" | |
UnitId "unix-2.7.2.2" | |
UnitId "base-compat-0.10.4-62b0d4e88e34a89205d1ea84ba1d942373d4d8ece19328905845aa08275948f8" | |
1 ## Reproduction | |
UnitId "dlist-0.8.0.4-850eefa5a921606a383de576468053ffadf2919fb1ef6142e1f6a218755584e0" | |
1 -- This file has been generated from package.yaml by hpack version 0.28.2. | |
1 Initial | |
UnitId "ghc-boot-th-8.4.3" | |
UnitId "pretty-1.1.3.6" | |
1 -- This file has been generated from package.yaml by hpack version 0.28.2. | |
UnitId "template-haskell-2.13.0.0" | |
UnitId "tagged-0.8.6-e9ed97c44c3c171cd3a8ad9cf66a67fe1b563ef0dd31ff05c03fe92613bb20bf" | |
UnitId "th-abstraction-0.2.8.0-198198cf4b957d98a003118e69186ed97df89e381a9f472604254b67f1ec44df" | |
UnitId "time-locale-compat-0.1.1.4-2ee7a3fdb1470ee0ca2658979aafc67083c72ecf5b29e4bac54984e9b70a27b5" | |
UnitId "unordered-containers-0.2.9.0-a644f67687ae288382df15f56a27abb4b5a6daf6ea07eabcc56aaa3bbb26fbfa" | |
UnitId "random-1.1-489fb56928fa2b070fb4703009471d3da0b39ce080ef547646f0058b413d72a8" | |
UnitId "uuid-types-1.0.3-5121a4ef5150a29de76b00988af506adb21576e3cfbd8174dcfaf0e82a1d5cb9" | |
UnitId "vector-0.12.0.1-e53f6c8c16d51d1e560af06da13d2437f17bdc2cd4166b98f2f91283fbe715e3" | |
UnitId "aeson-1.4.0.0-a5dcdbafc42e312f26c7c3e06984a65a7123414d1c6948b4e01dbc5a731b2274" | |
UnitId "colour-2.3.4-a92ee83954f9a78cb39ff90a43ee650a9639f5df112e73d5de73c2fbebf99475" | |
UnitId "ansi-terminal-0.8.0.4-a2514bf07c02163d92498ef5849a19a53b4fdf774cf2fa51307a3ce2096b14aa" | |
UnitId "ansi-wl-pprint-0.6.8.2-7c4e1f2b0dbdea90ffa4b56da73d34b29865b7c97fd3580c5027ff5f71d67e0a" | |
UnitId "base-orphans-0.8-5f440a167152ae72de855ab0c653bb680c0292636c56614fffa45b598bb841d6" | |
UnitId "base16-bytestring-0.1.1.6-e18186c5c2ee85b5d92035795c05fc23839bf601dacc1166b821a8e02cb4b373" | |
UnitId "cabal-plan-0.4.0.0-493c0a13fe960db252c6865eadc9960ec0f077ceb880258c18e90fea436fc4e6" | |
UnitId "filepath-1.4.2" | |
UnitId "directory-1.3.1.5" | |
UnitId "cabal-plan-0.4.0.0-e7b30e4bbdfef6ebe44b753e179451e3cb4aefb047f5c69df9031157828a6618" | |
UnitId "mtl-2.2.2" | |
UnitId "process-1.6.3.0" | |
UnitId "transformers-compat-0.6.2-722de087ced6ae4c500f50f534d280dd150a76c65fbdc4b3ee0c93e1b3fc7816" | |
UnitId "optparse-applicative-0.14.2.0-19fa0951796f6f6d75ff0a70630a2be7ce4533ba9ba49c3d32a4f117ccd3a098" | |
UnitId "parsec-3.1.13.0" | |
UnitId "cabal-plan-0.4.0.0-b47f4364fd74cbff816b8dc5723b328ef06a7d7fecee37b8cafe8bd01d022ace" | |
UnitId "foobar-0.1.0.0-inplace-foobar-exe" | |
Direct deps | |
~~~~~~~~~~~ | |
PkgId (PkgName "foobar") (Ver [0,1,0,0]) | |
CompNameExe "foobar-exe" | |
base-4.11.1.0 | |
cabal-plan-0.4.0.0 | |
Removing intermediate container e14425c546e7 | |
---> bc33a8ed0754 | |
Step 8/8 : RUN cabal new-run cabal-plan | |
---> Running in bd3c7177e235 | |
Up to date | |
cabal: Unknown executable cabal-plan in package | |
cabal-plan-0.4.0.0-b47f4364fd74cbff816b8dc5723b328ef06a7d7fecee37b8cafe8bd01d022ace | |
The command '/bin/sh -c cabal new-run cabal-plan' returned a non-zero code: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment