Created
April 28, 2019 23:37
-
-
Save Mikolaj/5661f4e69635e5c4f3c040ef211b1d68 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
~/teeeeeeeeee/LambdaHack$ cabal update | |
Downloading the latest package list from hackage.haskell.org | |
To revert to previous state run: | |
cabal v2-update 'hackage.haskell.org,2019-04-21T16:12:43Z' | |
~/teeeeeeeeee/LambdaHack$ cabal new-install -j1 . | |
Wrote tarball sdist to | |
/home/mikolaj/teeeeeeeeee/LambdaHack/dist-newstyle/sdist/LambdaHack-0.9.2.0.tar.gz | |
Resolving dependencies... | |
Build profile: -w ghc-8.6.4 -O1 | |
In order, the following will be built (use -v for more details): | |
- distributive-0.6 (lib:distributive) (requires build) | |
- pretty-show-1.9.5 (lib) (requires build) | |
- th-abstraction-0.3.0.0 (lib) (requires download & build) | |
- comonad-5.0.4 (lib:comonad) (requires build) | |
- assert-failure-0.1.2.2 (lib) (requires build) | |
- bifunctors-5.5.4 (lib) (requires download & build) | |
- semigroupoids-5.3.2 (lib:semigroupoids) (requires build) | |
- profunctors-5.3 (lib) (requires build) | |
- free-5.1 (lib) (requires build) | |
- keys-3.12.1 (lib) (requires build) | |
- LambdaHack-0.9.2.0 (lib:definition) (requires build) | |
- LambdaHack-0.9.2.0 (lib:this-game-content) (requires build) | |
- LambdaHack-0.9.2.0 (lib) (requires build) | |
- LambdaHack-0.9.2.0 (lib:this-game-src) (requires build) | |
- LambdaHack-0.9.2.0 (exe:LambdaHack) (requires build) | |
Downloading th-abstraction-0.3.0.0 | |
Downloaded th-abstraction-0.3.0.0 | |
Downloading bifunctors-5.5.4 | |
Downloaded bifunctors-5.5.4 | |
[1 of 1] Compiling Main ( /tmp/cabal-install.-18952/dist-newstyle/tmp/src-18952/distributive-0.6/dist/setup/setup.hs, /tmp/cabal-install.-18952/dist-newstyle/tmp/src-18952/distributive-0.6/dist/setup/Main.o ) | |
Linking /tmp/cabal-install.-18952/dist-newstyle/tmp/src-18952/distributive-0.6/dist/setup/setup ... | |
Configuring distributive-0.6... | |
Preprocessing library for distributive-0.6.. | |
Building library for distributive-0.6.. | |
[1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/build/Data/Distributive.o ) | |
[2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, dist/build/Data/Distributive/Generic.o ) | |
[1 of 2] Compiling Data.Distributive ( src/Data/Distributive.hs, dist/build/Data/Distributive.p_o ) | |
[2 of 2] Compiling Data.Distributive.Generic ( src/Data/Distributive/Generic.hs, dist/build/Data/Distributive/Generic.p_o ) | |
Installing library in /home/mikolaj/.cabal/store/ghc-8.6.4/incoming/new-18952/home/mikolaj/.cabal/store/ghc-8.6.4/distributive-0.6-e7019c98da9b737e65d6f0d72a7baeafa790bb0735a13abce801caa36adca32a/lib | |
Configuring library for pretty-show-1.9.5.. | |
Preprocessing library for pretty-show-1.9.5.. | |
Building library for pretty-show-1.9.5.. | |
[1 of 6] Compiling Paths_pretty_show ( dist/build/autogen/Paths_pretty_show.hs, dist/build/Paths_pretty_show.o ) | |
[2 of 6] Compiling Text.Show.Value ( Text/Show/Value.hs, dist/build/Text/Show/Value.o ) | |
[3 of 6] Compiling Text.Show.PrettyVal ( Text/Show/PrettyVal.hs, dist/build/Text/Show/PrettyVal.o ) | |
[4 of 6] Compiling Text.Show.Parser ( dist/build/Text/Show/Parser.hs, dist/build/Text/Show/Parser.o ) | |
[5 of 6] Compiling Text.Show.Html ( Text/Show/Html.hs, dist/build/Text/Show/Html.o ) | |
Text/Show/Html.hs:106:1: warning: [-Wunused-top-binds] | |
Defined but not used: ‘tallTuple’ | |
| | |
106 | tallTuple els = table "tallTuple" $ map (tr . return . td) els | |
| ^^^^^^^^^ | |
[6 of 6] Compiling Text.Show.Pretty ( Text/Show/Pretty.hs, dist/build/Text/Show/Pretty.o ) | |
[1 of 6] Compiling Paths_pretty_show ( dist/build/autogen/Paths_pretty_show.hs, dist/build/Paths_pretty_show.p_o ) | |
[2 of 6] Compiling Text.Show.Value ( Text/Show/Value.hs, dist/build/Text/Show/Value.p_o ) | |
[3 of 6] Compiling Text.Show.PrettyVal ( Text/Show/PrettyVal.hs, dist/build/Text/Show/PrettyVal.p_o ) | |
[4 of 6] Compiling Text.Show.Parser ( dist/build/Text/Show/Parser.hs, dist/build/Text/Show/Parser.p_o ) | |
[5 of 6] Compiling Text.Show.Html ( Text/Show/Html.hs, dist/build/Text/Show/Html.p_o ) | |
Text/Show/Html.hs:106:1: warning: [-Wunused-top-binds] | |
Defined but not used: ‘tallTuple’ | |
| | |
106 | tallTuple els = table "tallTuple" $ map (tr . return . td) els | |
| ^^^^^^^^^ | |
[6 of 6] Compiling Text.Show.Pretty ( Text/Show/Pretty.hs, dist/build/Text/Show/Pretty.p_o ) | |
Installing library in /home/mikolaj/.cabal/store/ghc-8.6.4/incoming/new-18952/home/mikolaj/.cabal/store/ghc-8.6.4/pretty-show-1.9.5-e7a5481be560984824f74c167902aef106a46edc2309a36adf249e501070ae76/lib | |
Configuring library for th-abstraction-0.3.0.0.. | |
Preprocessing library for th-abstraction-0.3.0.0.. | |
Building library for th-abstraction-0.3.0.0.. | |
[1 of 2] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, dist/build/Language/Haskell/TH/Datatype/Internal.o ) | |
[2 of 2] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, dist/build/Language/Haskell/TH/Datatype.o ) | |
[1 of 2] Compiling Language.Haskell.TH.Datatype.Internal ( src/Language/Haskell/TH/Datatype/Internal.hs, dist/build/Language/Haskell/TH/Datatype/Internal.p_o ) | |
[2 of 2] Compiling Language.Haskell.TH.Datatype ( src/Language/Haskell/TH/Datatype.hs, dist/build/Language/Haskell/TH/Datatype.p_o ) | |
Installing library in /home/mikolaj/.cabal/store/ghc-8.6.4/incoming/new-18952/home/mikolaj/.cabal/store/ghc-8.6.4/th-abstraction-0.3.0.0-175094d3f07e04d2c8169e8492b90f9de667ae12a42820f5bb942080f85712bf/lib | |
[1 of 1] Compiling Main ( /tmp/cabal-install.-18952/dist-newstyle/tmp/src-18952/comonad-5.0.4/dist/setup/setup.hs, /tmp/cabal-install.-18952/dist-newstyle/tmp/src-18952/comonad-5.0.4/dist/setup/Main.o ) | |
Linking /tmp/cabal-install.-18952/dist-newstyle/tmp/src-18952/comonad-5.0.4/dist/setup/setup ... | |
Configuring comonad-5.0.4... | |
Preprocessing library for comonad-5.0.4.. | |
Building library for comonad-5.0.4.. | |
[ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, dist/build/Control/Comonad.o ) | |
[ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, dist/build/Control/Comonad/Hoist/Class.o ) | |
[ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, dist/build/Control/Comonad/Trans/Class.o ) | |
[ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, dist/build/Control/Comonad/Trans/Env.o ) | |
[ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, dist/build/Control/Comonad/Trans/Identity.o ) | |
[ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, dist/build/Control/Comonad/Identity.o ) | |
[ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, dist/build/Control/Comonad/Trans/Store.o ) | |
[ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, dist/build/Control/Comonad/Trans/Traced.o ) | |
[ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, dist/build/Control/Comonad/Traced/Class.o ) | |
[10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, dist/build/Control/Comonad/Traced.o ) | |
[11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, dist/build/Control/Comonad/Store/Class.o ) | |
[12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, dist/build/Control/Comonad/Store.o ) | |
[13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, dist/build/Control/Comonad/Env/Class.o ) | |
[14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, dist/build/Control/Comonad/Env.o ) | |
[15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, dist/build/Data/Functor/Composition.o ) | |
[ 1 of 15] Compiling Control.Comonad ( src/Control/Comonad.hs, dist/build/Control/Comonad.p_o ) | |
[ 2 of 15] Compiling Control.Comonad.Hoist.Class ( src/Control/Comonad/Hoist/Class.hs, dist/build/Control/Comonad/Hoist/Class.p_o ) | |
[ 3 of 15] Compiling Control.Comonad.Trans.Class ( src/Control/Comonad/Trans/Class.hs, dist/build/Control/Comonad/Trans/Class.p_o ) | |
[ 4 of 15] Compiling Control.Comonad.Trans.Env ( src/Control/Comonad/Trans/Env.hs, dist/build/Control/Comonad/Trans/Env.p_o ) | |
[ 5 of 15] Compiling Control.Comonad.Trans.Identity ( src/Control/Comonad/Trans/Identity.hs, dist/build/Control/Comonad/Trans/Identity.p_o ) | |
[ 6 of 15] Compiling Control.Comonad.Identity ( src/Control/Comonad/Identity.hs, dist/build/Control/Comonad/Identity.p_o ) | |
[ 7 of 15] Compiling Control.Comonad.Trans.Store ( src/Control/Comonad/Trans/Store.hs, dist/build/Control/Comonad/Trans/Store.p_o ) | |
[ 8 of 15] Compiling Control.Comonad.Trans.Traced ( src/Control/Comonad/Trans/Traced.hs, dist/build/Control/Comonad/Trans/Traced.p_o ) | |
[ 9 of 15] Compiling Control.Comonad.Traced.Class ( src/Control/Comonad/Traced/Class.hs, dist/build/Control/Comonad/Traced/Class.p_o ) | |
[10 of 15] Compiling Control.Comonad.Traced ( src/Control/Comonad/Traced.hs, dist/build/Control/Comonad/Traced.p_o ) | |
[11 of 15] Compiling Control.Comonad.Store.Class ( src/Control/Comonad/Store/Class.hs, dist/build/Control/Comonad/Store/Class.p_o ) | |
[12 of 15] Compiling Control.Comonad.Store ( src/Control/Comonad/Store.hs, dist/build/Control/Comonad/Store.p_o ) | |
[13 of 15] Compiling Control.Comonad.Env.Class ( src/Control/Comonad/Env/Class.hs, dist/build/Control/Comonad/Env/Class.p_o ) | |
[14 of 15] Compiling Control.Comonad.Env ( src/Control/Comonad/Env.hs, dist/build/Control/Comonad/Env.p_o ) | |
[15 of 15] Compiling Data.Functor.Composition ( src/Data/Functor/Composition.hs, dist/build/Data/Functor/Composition.p_o ) | |
Installing library in /home/mikolaj/.cabal/store/ghc-8.6.4/incoming/new-18952/home/mikolaj/.cabal/store/ghc-8.6.4/comonad-5.0.4-aca4f079089bceb66717add36ae6f034df10d3c92c43bcb0974d70289b4e230c/lib | |
Configuring library for assert-failure-0.1.2.2.. | |
Preprocessing library for assert-failure-0.1.2.2.. | |
Building library for assert-failure-0.1.2.2.. | |
[1 of 1] Compiling Control.Exception.Assert.Sugar ( Control/Exception/Assert/Sugar.hs, dist/build/Control/Exception/Assert/Sugar.o ) | |
[1 of 1] Compiling Control.Exception.Assert.Sugar ( Control/Exception/Assert/Sugar.hs, dist/build/Control/Exception/Assert/Sugar.p_o ) | |
Installing library in /home/mikolaj/.cabal/store/ghc-8.6.4/incoming/new-18952/home/mikolaj/.cabal/store/ghc-8.6.4/assert-failure-0.1.2.2-de21f694cfb032c206fedaa9442e732d1186f4a27230fdc2bb9773274c8750bb/lib | |
Configuring library for bifunctors-5.5.4.. | |
Preprocessing library for bifunctors-5.5.4.. | |
Building library for bifunctors-5.5.4.. | |
[ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/build/Data/Biapplicative.o ) | |
[ 2 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/build/Data/Bifunctor/Biff.o ) | |
[ 3 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/build/Data/Bifunctor/Clown.o ) | |
[ 4 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, dist/build/Data/Bifunctor/Fix.o ) | |
[ 5 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, dist/build/Data/Bifunctor/Functor.o ) | |
[ 6 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/build/Data/Bifunctor/Flip.o ) | |
[ 7 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/build/Data/Bifunctor/Join.o ) | |
[ 8 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/build/Data/Bifunctor/Joker.o ) | |
[ 9 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/build/Data/Bifunctor/Product.o ) | |
[10 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, dist/build/Data/Bifunctor/Sum.o ) | |
[11 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, dist/build/Data/Bifunctor/TH/Internal.o ) | |
[12 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, dist/build/Data/Bifunctor/TH.o ) | |
[13 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/build/Data/Bifunctor/Tannen.o ) | |
[14 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/build/Data/Bifunctor/Wrapped.o ) | |
[15 of 15] Compiling Paths_bifunctors ( dist/build/autogen/Paths_bifunctors.hs, dist/build/Paths_bifunctors.o ) | |
[ 1 of 15] Compiling Data.Biapplicative ( src/Data/Biapplicative.hs, dist/build/Data/Biapplicative.p_o ) | |
[ 2 of 15] Compiling Data.Bifunctor.Biff ( src/Data/Bifunctor/Biff.hs, dist/build/Data/Bifunctor/Biff.p_o ) | |
[ 3 of 15] Compiling Data.Bifunctor.Clown ( src/Data/Bifunctor/Clown.hs, dist/build/Data/Bifunctor/Clown.p_o ) | |
[ 4 of 15] Compiling Data.Bifunctor.Fix ( src/Data/Bifunctor/Fix.hs, dist/build/Data/Bifunctor/Fix.p_o ) | |
[ 5 of 15] Compiling Data.Bifunctor.Functor ( src/Data/Bifunctor/Functor.hs, dist/build/Data/Bifunctor/Functor.p_o ) | |
[ 6 of 15] Compiling Data.Bifunctor.Flip ( src/Data/Bifunctor/Flip.hs, dist/build/Data/Bifunctor/Flip.p_o ) | |
[ 7 of 15] Compiling Data.Bifunctor.Join ( src/Data/Bifunctor/Join.hs, dist/build/Data/Bifunctor/Join.p_o ) | |
[ 8 of 15] Compiling Data.Bifunctor.Joker ( src/Data/Bifunctor/Joker.hs, dist/build/Data/Bifunctor/Joker.p_o ) | |
[ 9 of 15] Compiling Data.Bifunctor.Product ( src/Data/Bifunctor/Product.hs, dist/build/Data/Bifunctor/Product.p_o ) | |
[10 of 15] Compiling Data.Bifunctor.Sum ( src/Data/Bifunctor/Sum.hs, dist/build/Data/Bifunctor/Sum.p_o ) | |
[11 of 15] Compiling Data.Bifunctor.TH.Internal ( src/Data/Bifunctor/TH/Internal.hs, dist/build/Data/Bifunctor/TH/Internal.p_o ) | |
[12 of 15] Compiling Data.Bifunctor.TH ( src/Data/Bifunctor/TH.hs, dist/build/Data/Bifunctor/TH.p_o ) | |
[13 of 15] Compiling Data.Bifunctor.Tannen ( src/Data/Bifunctor/Tannen.hs, dist/build/Data/Bifunctor/Tannen.p_o ) | |
[14 of 15] Compiling Data.Bifunctor.Wrapped ( src/Data/Bifunctor/Wrapped.hs, dist/build/Data/Bifunctor/Wrapped.p_o ) | |
[15 of 15] Compiling Paths_bifunctors ( dist/build/autogen/Paths_bifunctors.hs, dist/build/Paths_bifunctors.p_o ) | |
Installing library in /home/mikolaj/.cabal/store/ghc-8.6.4/incoming/new-18952/home/mikolaj/.cabal/store/ghc-8.6.4/bifunctors-5.5.4-d1efdc6c95ae4f21942b2130efadb9735c8d152040260c27420cc66d4e61d694/lib | |
[1 of 1] Compiling Main ( /tmp/cabal-install.-18952/dist-newstyle/tmp/src-18952/semigroupoids-5.3.2/dist/setup/setup.hs, /tmp/cabal-install.-18952/dist-newstyle/tmp/src-18952/semigroupoids-5.3.2/dist/setup/Main.o ) | |
Linking /tmp/cabal-install.-18952/dist-newstyle/tmp/src-18952/semigroupoids-5.3.2/dist/setup/setup ... | |
Configuring semigroupoids-5.3.2... | |
Preprocessing library for semigroupoids-5.3.2.. | |
Building library for semigroupoids-5.3.2.. | |
[ 1 of 21] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, dist/build/Data/Functor/Extend.o ) | |
[ 2 of 21] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, dist/build/Data/Functor/Bind/Class.o ) | |
[ 3 of 21] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, dist/build/Data/Functor/Apply.o ) | |
[ 4 of 21] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, dist/build/Data/Functor/Bind.o ) | |
[ 5 of 21] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, dist/build/Data/Functor/Bind/Trans.o ) | |
[ 6 of 21] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, dist/build/Data/Functor/Alt.o ) | |
[ 7 of 21] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, dist/build/Data/Bifunctor/Apply.o ) | |
[ 8 of 21] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, dist/build/Data/Functor/Plus.o ) | |
[ 9 of 21] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/build/Data/Semigroupoid.o ) | |
[10 of 21] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, dist/build/Data/Semigroupoid/Dual.o ) | |
[11 of 21] Compiling Data.Groupoid ( src/Data/Groupoid.hs, dist/build/Data/Groupoid.o ) | |
[12 of 21] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/build/Data/Isomorphism.o ) | |
[13 of 21] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, dist/build/Data/Semigroupoid/Ob.o ) | |
[14 of 21] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, dist/build/Data/Semigroupoid/Static.o ) | |
[15 of 21] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, dist/build/Data/Traversable/Instances.o ) | |
[16 of 21] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, dist/build/Data/Semigroup/Foldable/Class.o ) | |
[17 of 21] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, dist/build/Data/Semigroup/Bifoldable.o ) | |
[18 of 21] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, dist/build/Data/Semigroup/Foldable.o ) | |
[19 of 21] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, dist/build/Data/Semigroup/Traversable/Class.o ) | |
[20 of 21] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, dist/build/Data/Semigroup/Traversable.o ) | |
[21 of 21] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, dist/build/Data/Semigroup/Bitraversable.o ) | |
[ 1 of 21] Compiling Data.Functor.Extend ( src/Data/Functor/Extend.hs, dist/build/Data/Functor/Extend.p_o ) | |
[ 2 of 21] Compiling Data.Functor.Bind.Class ( src/Data/Functor/Bind/Class.hs, dist/build/Data/Functor/Bind/Class.p_o ) | |
[ 3 of 21] Compiling Data.Functor.Apply ( src/Data/Functor/Apply.hs, dist/build/Data/Functor/Apply.p_o ) | |
[ 4 of 21] Compiling Data.Functor.Bind ( src/Data/Functor/Bind.hs, dist/build/Data/Functor/Bind.p_o ) | |
[ 5 of 21] Compiling Data.Functor.Bind.Trans ( src/Data/Functor/Bind/Trans.hs, dist/build/Data/Functor/Bind/Trans.p_o ) | |
[ 6 of 21] Compiling Data.Functor.Alt ( src/Data/Functor/Alt.hs, dist/build/Data/Functor/Alt.p_o ) | |
[ 7 of 21] Compiling Data.Bifunctor.Apply ( src/Data/Bifunctor/Apply.hs, dist/build/Data/Bifunctor/Apply.p_o ) | |
[ 8 of 21] Compiling Data.Functor.Plus ( src/Data/Functor/Plus.hs, dist/build/Data/Functor/Plus.p_o ) | |
[ 9 of 21] Compiling Data.Semigroupoid ( src/Data/Semigroupoid.hs, dist/build/Data/Semigroupoid.p_o ) | |
[10 of 21] Compiling Data.Semigroupoid.Dual ( src/Data/Semigroupoid/Dual.hs, dist/build/Data/Semigroupoid/Dual.p_o ) | |
[11 of 21] Compiling Data.Groupoid ( src/Data/Groupoid.hs, dist/build/Data/Groupoid.p_o ) | |
[12 of 21] Compiling Data.Isomorphism ( src/Data/Isomorphism.hs, dist/build/Data/Isomorphism.p_o ) | |
[13 of 21] Compiling Data.Semigroupoid.Ob ( src/Data/Semigroupoid/Ob.hs, dist/build/Data/Semigroupoid/Ob.p_o ) | |
[14 of 21] Compiling Data.Semigroupoid.Static ( src/Data/Semigroupoid/Static.hs, dist/build/Data/Semigroupoid/Static.p_o ) | |
[15 of 21] Compiling Data.Traversable.Instances ( src/Data/Traversable/Instances.hs, dist/build/Data/Traversable/Instances.p_o ) | |
[16 of 21] Compiling Data.Semigroup.Foldable.Class ( src/Data/Semigroup/Foldable/Class.hs, dist/build/Data/Semigroup/Foldable/Class.p_o ) | |
[17 of 21] Compiling Data.Semigroup.Bifoldable ( src/Data/Semigroup/Bifoldable.hs, dist/build/Data/Semigroup/Bifoldable.p_o ) | |
[18 of 21] Compiling Data.Semigroup.Foldable ( src/Data/Semigroup/Foldable.hs, dist/build/Data/Semigroup/Foldable.p_o ) | |
[19 of 21] Compiling Data.Semigroup.Traversable.Class ( src/Data/Semigroup/Traversable/Class.hs, dist/build/Data/Semigroup/Traversable/Class.p_o ) | |
[20 of 21] Compiling Data.Semigroup.Traversable ( src/Data/Semigroup/Traversable.hs, dist/build/Data/Semigroup/Traversable.p_o ) | |
[21 of 21] Compiling Data.Semigroup.Bitraversable ( src/Data/Semigroup/Bitraversable.hs, dist/build/Data/Semigroup/Bitraversable.p_o ) | |
Installing library in /home/mikolaj/.cabal/store/ghc-8.6.4/incoming/new-18952/home/mikolaj/.cabal/store/ghc-8.6.4/semigroupoids-5.3.2-f78b3bbe51acf52becc2ac2570608591aec01a9d2f6a3cfe2015d78ec6b708a9/lib | |
Configuring library for profunctors-5.3.. | |
Preprocessing library for profunctors-5.3.. | |
Building library for profunctors-5.3.. | |
[ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, dist/build/Data/Profunctor/Unsafe.o ) | |
[ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, dist/build/Data/Profunctor/Types.o ) | |
[ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, dist/build/Data/Profunctor/Monad.o ) | |
[ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, dist/build/Data/Profunctor/Adjunction.o ) | |
[ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, dist/build/Data/Profunctor/Strong.o ) | |
[ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, dist/build/Data/Profunctor/Closed.o ) | |
[ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, dist/build/Data/Profunctor/Choice.o ) | |
[ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, dist/build/Data/Profunctor/Traversing.o ) | |
[ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, dist/build/Data/Profunctor/Mapping.o ) | |
[10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, dist/build/Data/Profunctor.o ) | |
[11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, dist/build/Data/Profunctor/Sieve.o ) | |
[12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, dist/build/Data/Profunctor/Rep.o ) | |
[13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, dist/build/Data/Profunctor/Composition.o ) | |
[14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, dist/build/Data/Profunctor/Ran.o ) | |
[15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, dist/build/Data/Profunctor/Cayley.o ) | |
[16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, dist/build/Data/Profunctor/Yoneda.o ) | |
[ 1 of 16] Compiling Data.Profunctor.Unsafe ( src/Data/Profunctor/Unsafe.hs, dist/build/Data/Profunctor/Unsafe.p_o ) | |
[ 2 of 16] Compiling Data.Profunctor.Types ( src/Data/Profunctor/Types.hs, dist/build/Data/Profunctor/Types.p_o ) | |
[ 3 of 16] Compiling Data.Profunctor.Monad ( src/Data/Profunctor/Monad.hs, dist/build/Data/Profunctor/Monad.p_o ) | |
[ 4 of 16] Compiling Data.Profunctor.Adjunction ( src/Data/Profunctor/Adjunction.hs, dist/build/Data/Profunctor/Adjunction.p_o ) | |
[ 5 of 16] Compiling Data.Profunctor.Strong ( src/Data/Profunctor/Strong.hs, dist/build/Data/Profunctor/Strong.p_o ) | |
[ 6 of 16] Compiling Data.Profunctor.Closed ( src/Data/Profunctor/Closed.hs, dist/build/Data/Profunctor/Closed.p_o ) | |
[ 7 of 16] Compiling Data.Profunctor.Choice ( src/Data/Profunctor/Choice.hs, dist/build/Data/Profunctor/Choice.p_o ) | |
[ 8 of 16] Compiling Data.Profunctor.Traversing ( src/Data/Profunctor/Traversing.hs, dist/build/Data/Profunctor/Traversing.p_o ) | |
[ 9 of 16] Compiling Data.Profunctor.Mapping ( src/Data/Profunctor/Mapping.hs, dist/build/Data/Profunctor/Mapping.p_o ) | |
[10 of 16] Compiling Data.Profunctor ( src/Data/Profunctor.hs, dist/build/Data/Profunctor.p_o ) | |
[11 of 16] Compiling Data.Profunctor.Sieve ( src/Data/Profunctor/Sieve.hs, dist/build/Data/Profunctor/Sieve.p_o ) | |
[12 of 16] Compiling Data.Profunctor.Rep ( src/Data/Profunctor/Rep.hs, dist/build/Data/Profunctor/Rep.p_o ) | |
[13 of 16] Compiling Data.Profunctor.Composition ( src/Data/Profunctor/Composition.hs, dist/build/Data/Profunctor/Composition.p_o ) | |
[14 of 16] Compiling Data.Profunctor.Ran ( src/Data/Profunctor/Ran.hs, dist/build/Data/Profunctor/Ran.p_o ) | |
[15 of 16] Compiling Data.Profunctor.Cayley ( src/Data/Profunctor/Cayley.hs, dist/build/Data/Profunctor/Cayley.p_o ) | |
[16 of 16] Compiling Data.Profunctor.Yoneda ( src/Data/Profunctor/Yoneda.hs, dist/build/Data/Profunctor/Yoneda.p_o ) | |
Installing library in /home/mikolaj/.cabal/store/ghc-8.6.4/incoming/new-18952/home/mikolaj/.cabal/store/ghc-8.6.4/profunctors-5.3-2cd7d8f1d55699e61cc034fc9f6f8a31529467f9a5f7d6da296dcfe411399943/lib | |
Configuring library for free-5.1.. | |
Preprocessing library for free-5.1.. | |
Building library for free-5.1.. | |
[ 1 of 20] Compiling Control.Alternative.Free ( src/Control/Alternative/Free.hs, dist/build/Control/Alternative/Free.o ) | |
[ 2 of 20] Compiling Control.Alternative.Free.Final ( src/Control/Alternative/Free/Final.hs, dist/build/Control/Alternative/Free/Final.o ) | |
[ 3 of 20] Compiling Control.Applicative.Free ( src/Control/Applicative/Free.hs, dist/build/Control/Applicative/Free.o ) | |
[ 4 of 20] Compiling Control.Applicative.Free.Fast ( src/Control/Applicative/Free/Fast.hs, dist/build/Control/Applicative/Free/Fast.o ) | |
[ 5 of 20] Compiling Control.Applicative.Free.Final ( src/Control/Applicative/Free/Final.hs, dist/build/Control/Applicative/Free/Final.o ) | |
[ 6 of 20] Compiling Control.Applicative.Trans.Free ( src/Control/Applicative/Trans/Free.hs, dist/build/Control/Applicative/Trans/Free.o ) | |
[ 7 of 20] Compiling Control.Comonad.Cofree.Class ( src/Control/Comonad/Cofree/Class.hs, dist/build/Control/Comonad/Cofree/Class.o ) | |
[ 8 of 20] Compiling Control.Comonad.Trans.Cofree ( src/Control/Comonad/Trans/Cofree.hs, dist/build/Control/Comonad/Trans/Cofree.o ) | |
[ 9 of 20] Compiling Control.Monad.Free.Class ( src/Control/Monad/Free/Class.hs, dist/build/Control/Monad/Free/Class.o ) | |
[10 of 20] Compiling Control.Monad.Free.TH ( src/Control/Monad/Free/TH.hs, dist/build/Control/Monad/Free/TH.o ) | |
[11 of 20] Compiling Data.Functor.Classes.Compat ( src/Data/Functor/Classes/Compat.hs, dist/build/Data/Functor/Classes/Compat.o ) | |
[12 of 20] Compiling Control.Monad.Trans.Iter ( src/Control/Monad/Trans/Iter.hs, dist/build/Control/Monad/Trans/Iter.o ) | |
[13 of 20] Compiling Control.Monad.Trans.Free.Ap ( src/Control/Monad/Trans/Free/Ap.hs, dist/build/Control/Monad/Trans/Free/Ap.o ) | |
[14 of 20] Compiling Control.Monad.Trans.Free ( src/Control/Monad/Trans/Free.hs, dist/build/Control/Monad/Trans/Free.o ) | |
[15 of 20] Compiling Control.Monad.Trans.Free.Church ( src/Control/Monad/Trans/Free/Church.hs, dist/build/Control/Monad/Trans/Free/Church.o ) | |
[16 of 20] Compiling Control.Monad.Free.Ap ( src/Control/Monad/Free/Ap.hs, dist/build/Control/Monad/Free/Ap.o ) | |
[17 of 20] Compiling Control.Monad.Free ( src/Control/Monad/Free.hs, dist/build/Control/Monad/Free.o ) | |
[18 of 20] Compiling Control.Monad.Free.Church ( src/Control/Monad/Free/Church.hs, dist/build/Control/Monad/Free/Church.o ) | |
[19 of 20] Compiling Control.Comonad.Trans.Coiter ( src/Control/Comonad/Trans/Coiter.hs, dist/build/Control/Comonad/Trans/Coiter.o ) | |
[20 of 20] Compiling Control.Comonad.Cofree ( src/Control/Comonad/Cofree.hs, dist/build/Control/Comonad/Cofree.o ) | |
[ 1 of 20] Compiling Control.Alternative.Free ( src/Control/Alternative/Free.hs, dist/build/Control/Alternative/Free.p_o ) | |
[ 2 of 20] Compiling Control.Alternative.Free.Final ( src/Control/Alternative/Free/Final.hs, dist/build/Control/Alternative/Free/Final.p_o ) | |
[ 3 of 20] Compiling Control.Applicative.Free ( src/Control/Applicative/Free.hs, dist/build/Control/Applicative/Free.p_o ) | |
[ 4 of 20] Compiling Control.Applicative.Free.Fast ( src/Control/Applicative/Free/Fast.hs, dist/build/Control/Applicative/Free/Fast.p_o ) | |
[ 5 of 20] Compiling Control.Applicative.Free.Final ( src/Control/Applicative/Free/Final.hs, dist/build/Control/Applicative/Free/Final.p_o ) | |
[ 6 of 20] Compiling Control.Applicative.Trans.Free ( src/Control/Applicative/Trans/Free.hs, dist/build/Control/Applicative/Trans/Free.p_o ) | |
[ 7 of 20] Compiling Control.Comonad.Cofree.Class ( src/Control/Comonad/Cofree/Class.hs, dist/build/Control/Comonad/Cofree/Class.p_o ) | |
[ 8 of 20] Compiling Control.Comonad.Trans.Cofree ( src/Control/Comonad/Trans/Cofree.hs, dist/build/Control/Comonad/Trans/Cofree.p_o ) | |
[ 9 of 20] Compiling Control.Monad.Free.Class ( src/Control/Monad/Free/Class.hs, dist/build/Control/Monad/Free/Class.p_o ) | |
[10 of 20] Compiling Control.Monad.Free.TH ( src/Control/Monad/Free/TH.hs, dist/build/Control/Monad/Free/TH.p_o ) | |
[11 of 20] Compiling Data.Functor.Classes.Compat ( src/Data/Functor/Classes/Compat.hs, dist/build/Data/Functor/Classes/Compat.p_o ) | |
[12 of 20] Compiling Control.Monad.Trans.Iter ( src/Control/Monad/Trans/Iter.hs, dist/build/Control/Monad/Trans/Iter.p_o ) | |
[13 of 20] Compiling Control.Monad.Trans.Free.Ap ( src/Control/Monad/Trans/Free/Ap.hs, dist/build/Control/Monad/Trans/Free/Ap.p_o ) | |
[14 of 20] Compiling Control.Monad.Trans.Free ( src/Control/Monad/Trans/Free.hs, dist/build/Control/Monad/Trans/Free.p_o ) | |
[15 of 20] Compiling Control.Monad.Trans.Free.Church ( src/Control/Monad/Trans/Free/Church.hs, dist/build/Control/Monad/Trans/Free/Church.p_o ) | |
[16 of 20] Compiling Control.Monad.Free.Ap ( src/Control/Monad/Free/Ap.hs, dist/build/Control/Monad/Free/Ap.p_o ) | |
[17 of 20] Compiling Control.Monad.Free ( src/Control/Monad/Free.hs, dist/build/Control/Monad/Free.p_o ) | |
[18 of 20] Compiling Control.Monad.Free.Church ( src/Control/Monad/Free/Church.hs, dist/build/Control/Monad/Free/Church.p_o ) | |
[19 of 20] Compiling Control.Comonad.Trans.Coiter ( src/Control/Comonad/Trans/Coiter.hs, dist/build/Control/Comonad/Trans/Coiter.p_o ) | |
[20 of 20] Compiling Control.Comonad.Cofree ( src/Control/Comonad/Cofree.hs, dist/build/Control/Comonad/Cofree.p_o ) | |
Installing library in /home/mikolaj/.cabal/store/ghc-8.6.4/incoming/new-18952/home/mikolaj/.cabal/store/ghc-8.6.4/free-5.1-a6f11724266bd21bd06514e77d1c6911c6b7f7559214bfaa51d72534a2bbd473/lib | |
Configuring library for keys-3.12.1.. | |
Preprocessing library for keys-3.12.1.. | |
Building library for keys-3.12.1.. | |
[1 of 1] Compiling Data.Key ( src/Data/Key.hs, dist/build/Data/Key.o ) | |
[1 of 1] Compiling Data.Key ( src/Data/Key.hs, dist/build/Data/Key.p_o ) | |
Installing library in /home/mikolaj/.cabal/store/ghc-8.6.4/incoming/new-18952/home/mikolaj/.cabal/store/ghc-8.6.4/keys-3.12.1-844ccefb3cd503077d83ab69e3822edd91aec5e51ed59bf1660190219571f919/lib | |
Configuring library 'definition' for LambdaHack-0.9.2.0.. | |
Preprocessing library 'definition' for LambdaHack-0.9.2.0.. | |
Building library 'definition' for LambdaHack-0.9.2.0.. | |
[ 1 of 15] Compiling Game.LambdaHack.Core.Prelude ( definition-src/Game/LambdaHack/Core/Prelude.hs, dist/build/definition/Game/LambdaHack/Core/Prelude.o ) | |
[ 2 of 15] Compiling Game.LambdaHack.Core.Frequency ( definition-src/Game/LambdaHack/Core/Frequency.hs, dist/build/definition/Game/LambdaHack/Core/Frequency.o ) | |
[ 3 of 15] Compiling Game.LambdaHack.Core.Dice ( definition-src/Game/LambdaHack/Core/Dice.hs, dist/build/definition/Game/LambdaHack/Core/Dice.o ) | |
[ 4 of 15] Compiling Game.LambdaHack.Core.Random ( definition-src/Game/LambdaHack/Core/Random.hs, dist/build/definition/Game/LambdaHack/Core/Random.o ) | |
[ 5 of 15] Compiling Game.LambdaHack.Definition.Ability ( definition-src/Game/LambdaHack/Definition/Ability.hs, dist/build/definition/Game/LambdaHack/Definition/Ability.o ) | |
[ 6 of 15] Compiling Game.LambdaHack.Definition.Color ( definition-src/Game/LambdaHack/Definition/Color.hs, dist/build/definition/Game/LambdaHack/Definition/Color.o ) | |
[ 7 of 15] Compiling Game.LambdaHack.Definition.Defs ( definition-src/Game/LambdaHack/Definition/Defs.hs, dist/build/definition/Game/LambdaHack/Definition/Defs.o ) | |
[ 8 of 15] Compiling Game.LambdaHack.Definition.ContentData ( definition-src/Game/LambdaHack/Definition/ContentData.hs, dist/build/definition/Game/LambdaHack/Definition/ContentData.o ) | |
[ 9 of 15] Compiling Game.LambdaHack.Content.RuleKind ( definition-src/Game/LambdaHack/Content/RuleKind.hs, dist/build/definition/Game/LambdaHack/Content/RuleKind.o ) | |
[10 of 15] Compiling Game.LambdaHack.Definition.Flavour ( definition-src/Game/LambdaHack/Definition/Flavour.hs, dist/build/definition/Game/LambdaHack/Definition/Flavour.o ) | |
[11 of 15] Compiling Game.LambdaHack.Content.ItemKind ( definition-src/Game/LambdaHack/Content/ItemKind.hs, dist/build/definition/Game/LambdaHack/Content/ItemKind.o ) | |
[12 of 15] Compiling Game.LambdaHack.Content.TileKind ( definition-src/Game/LambdaHack/Content/TileKind.hs, dist/build/definition/Game/LambdaHack/Content/TileKind.o ) | |
[13 of 15] Compiling Game.LambdaHack.Content.PlaceKind ( definition-src/Game/LambdaHack/Content/PlaceKind.hs, dist/build/definition/Game/LambdaHack/Content/PlaceKind.o ) | |
[14 of 15] Compiling Game.LambdaHack.Content.CaveKind ( definition-src/Game/LambdaHack/Content/CaveKind.hs, dist/build/definition/Game/LambdaHack/Content/CaveKind.o ) | |
[15 of 15] Compiling Game.LambdaHack.Content.ModeKind ( definition-src/Game/LambdaHack/Content/ModeKind.hs, dist/build/definition/Game/LambdaHack/Content/ModeKind.o ) | |
[ 1 of 15] Compiling Game.LambdaHack.Core.Prelude ( definition-src/Game/LambdaHack/Core/Prelude.hs, dist/build/definition/Game/LambdaHack/Core/Prelude.p_o ) | |
[ 2 of 15] Compiling Game.LambdaHack.Core.Frequency ( definition-src/Game/LambdaHack/Core/Frequency.hs, dist/build/definition/Game/LambdaHack/Core/Frequency.p_o ) | |
[ 3 of 15] Compiling Game.LambdaHack.Core.Dice ( definition-src/Game/LambdaHack/Core/Dice.hs, dist/build/definition/Game/LambdaHack/Core/Dice.p_o ) | |
[ 4 of 15] Compiling Game.LambdaHack.Core.Random ( definition-src/Game/LambdaHack/Core/Random.hs, dist/build/definition/Game/LambdaHack/Core/Random.p_o ) | |
[ 5 of 15] Compiling Game.LambdaHack.Definition.Ability ( definition-src/Game/LambdaHack/Definition/Ability.hs, dist/build/definition/Game/LambdaHack/Definition/Ability.p_o ) | |
[ 6 of 15] Compiling Game.LambdaHack.Definition.Color ( definition-src/Game/LambdaHack/Definition/Color.hs, dist/build/definition/Game/LambdaHack/Definition/Color.p_o ) | |
[ 7 of 15] Compiling Game.LambdaHack.Definition.Defs ( definition-src/Game/LambdaHack/Definition/Defs.hs, dist/build/definition/Game/LambdaHack/Definition/Defs.p_o ) | |
[ 8 of 15] Compiling Game.LambdaHack.Definition.ContentData ( definition-src/Game/LambdaHack/Definition/ContentData.hs, dist/build/definition/Game/LambdaHack/Definition/ContentData.p_o ) | |
[ 9 of 15] Compiling Game.LambdaHack.Content.RuleKind ( definition-src/Game/LambdaHack/Content/RuleKind.hs, dist/build/definition/Game/LambdaHack/Content/RuleKind.p_o ) | |
[10 of 15] Compiling Game.LambdaHack.Definition.Flavour ( definition-src/Game/LambdaHack/Definition/Flavour.hs, dist/build/definition/Game/LambdaHack/Definition/Flavour.p_o ) | |
[11 of 15] Compiling Game.LambdaHack.Content.ItemKind ( definition-src/Game/LambdaHack/Content/ItemKind.hs, dist/build/definition/Game/LambdaHack/Content/ItemKind.p_o ) | |
[12 of 15] Compiling Game.LambdaHack.Content.TileKind ( definition-src/Game/LambdaHack/Content/TileKind.hs, dist/build/definition/Game/LambdaHack/Content/TileKind.p_o ) | |
[13 of 15] Compiling Game.LambdaHack.Content.PlaceKind ( definition-src/Game/LambdaHack/Content/PlaceKind.hs, dist/build/definition/Game/LambdaHack/Content/PlaceKind.p_o ) | |
[14 of 15] Compiling Game.LambdaHack.Content.CaveKind ( definition-src/Game/LambdaHack/Content/CaveKind.hs, dist/build/definition/Game/LambdaHack/Content/CaveKind.p_o ) | |
[15 of 15] Compiling Game.LambdaHack.Content.ModeKind ( definition-src/Game/LambdaHack/Content/ModeKind.hs, dist/build/definition/Game/LambdaHack/Content/ModeKind.p_o ) | |
Installing internal library definition in /home/mikolaj/.cabal/store/ghc-8.6.4/incoming/new-18952/home/mikolaj/.cabal/store/ghc-8.6.4/LambdaHack-0.9.2.0-15bb06cfae29ad0a654d235be04a7db8fbb02f23393d264528586fdcd58419c3/lib | |
Configuring library 'this-game-content' for LambdaHack-0.9.2.0.. | |
Warning: The package has an extraneous version range for a dependency on an | |
internal library: LambdaHack -any && ==0.9.2.0, LambdaHack -any && ==0.9.2.0, | |
LambdaHack -any && ==0.9.2.0. This version range includes the current package | |
but isn't needed as the current package's library will always be used. | |
Preprocessing library 'this-game-content' for LambdaHack-0.9.2.0.. | |
Building library 'this-game-content' for LambdaHack-0.9.2.0.. | |
[ 1 of 13] Compiling Content.CaveKind ( GameDefinition/Content/CaveKind.hs, dist/build/this-game-content/Content/CaveKind.o ) | |
[ 2 of 13] Compiling Content.ItemKindActor ( GameDefinition/Content/ItemKindActor.hs, dist/build/this-game-content/Content/ItemKindActor.o ) | |
[ 3 of 13] Compiling Content.ItemKindBlast ( GameDefinition/Content/ItemKindBlast.hs, dist/build/this-game-content/Content/ItemKindBlast.o ) | |
[ 4 of 13] Compiling Content.ItemKindEmbed ( GameDefinition/Content/ItemKindEmbed.hs, dist/build/this-game-content/Content/ItemKindEmbed.o ) | |
[ 5 of 13] Compiling Content.ItemKindOrgan ( GameDefinition/Content/ItemKindOrgan.hs, dist/build/this-game-content/Content/ItemKindOrgan.o ) | |
[ 6 of 13] Compiling Content.ItemKindTemporary ( GameDefinition/Content/ItemKindTemporary.hs, dist/build/this-game-content/Content/ItemKindTemporary.o ) | |
[ 7 of 13] Compiling Content.ModeKindPlayer ( GameDefinition/Content/ModeKindPlayer.hs, dist/build/this-game-content/Content/ModeKindPlayer.o ) | |
[ 8 of 13] Compiling Content.ModeKind ( GameDefinition/Content/ModeKind.hs, dist/build/this-game-content/Content/ModeKind.o ) | |
[ 9 of 13] Compiling Content.PlaceKind ( GameDefinition/Content/PlaceKind.hs, dist/build/this-game-content/Content/PlaceKind.o ) | |
[10 of 13] Compiling Content.TileKind ( GameDefinition/Content/TileKind.hs, dist/build/this-game-content/Content/TileKind.o ) | |
[11 of 13] Compiling Paths_LambdaHack ( dist/build/this-game-content/autogen/Paths_LambdaHack.hs, dist/build/this-game-content/Paths_LambdaHack.o ) | |
[12 of 13] Compiling Content.RuleKind ( GameDefinition/Content/RuleKind.hs, dist/build/this-game-content/Content/RuleKind.o ) | |
[13 of 13] Compiling Content.ItemKind ( GameDefinition/Content/ItemKind.hs, dist/build/this-game-content/Content/ItemKind.o ) | |
[ 1 of 13] Compiling Content.CaveKind ( GameDefinition/Content/CaveKind.hs, dist/build/this-game-content/Content/CaveKind.p_o ) | |
GameDefinition/Content/CaveKind.hs:8:1: error: | |
Could not find module ‘Game.LambdaHack.Core.Prelude’ | |
Perhaps you haven't installed the profiling libraries for package ‘LambdaHack-0.9.2.0’? | |
Use -v to see a list of the files searched for. | |
| | |
8 | import Game.LambdaHack.Core.Prelude | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
GameDefinition/Content/CaveKind.hs:12:1: error: | |
Could not find module ‘Game.LambdaHack.Content.CaveKind’ | |
Perhaps you haven't installed the profiling libraries for package ‘LambdaHack-0.9.2.0’? | |
Use -v to see a list of the files searched for. | |
| | |
12 | import Game.LambdaHack.Content.CaveKind | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
GameDefinition/Content/CaveKind.hs:13:1: error: | |
Could not find module ‘Game.LambdaHack.Core.Dice’ | |
Perhaps you haven't installed the profiling libraries for package ‘LambdaHack-0.9.2.0’? | |
Use -v to see a list of the files searched for. | |
| | |
13 | import Game.LambdaHack.Core.Dice | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
cabal: Failed to build lib:this-game-content from LambdaHack-0.9.2.0 (which is | |
required by exe:LambdaHack from LambdaHack-0.9.2.0). | |
~/teeeeeeeeee/LambdaHack$ cabal --version | |
cabal-install version 3.0.0.0 | |
compiled using version 3.0.0.0 of the Cabal library | |
~/teeeeeeeeee/LambdaHack$ cabal new-install -j1 . | |
Wrote tarball sdist to | |
/home/mikolaj/teeeeeeeeee/LambdaHack/dist-newstyle/sdist/LambdaHack-0.9.2.0.tar.gz | |
Resolving dependencies... | |
Build profile: -w ghc-8.6.4 -O1 | |
In order, the following will be built (use -v for more details): | |
- LambdaHack-0.9.2.0 (lib) (requires build) | |
- LambdaHack-0.9.2.0 (lib:this-game-content) (requires build) | |
- LambdaHack-0.9.2.0 (lib:this-game-src) (requires build) | |
- LambdaHack-0.9.2.0 (exe:LambdaHack) (requires build) | |
Configuring library for LambdaHack-0.9.2.0.. | |
Warning: The package has an extraneous version range for a dependency on an | |
internal library: LambdaHack -any && ==0.9.2.0, LambdaHack -any && ==0.9.2.0, | |
LambdaHack -any && ==0.9.2.0. This version range includes the current package | |
but isn't needed as the current package's library will always be used. | |
Warning: | |
This package indirectly depends on multiple versions of the same package. This is very likely to cause a compile failure. | |
package sdl2 (sdl2-2.4.1.0-515ac05e7e03749e7d297e83741eba2961eee5070d1e5bcc1e6108d02ccd756f) requires StateVar-1.1.1.1-73e71bfbcb522789e12d81482b7d07b4b01bd2b01c482003862134cc937920c3 | |
package contravariant (contravariant-1.5-b7079f6dfdc4537b233a1b3314e4f4d98dca27fe75f30d78be223905f84ab9ec) requires StateVar-1.1.1.1-73e71bfbcb522789e12d81482b7d07b4b01bd2b01c482003862134cc937920c3 | |
package contravariant (contravariant-1.5-74e4542f1e0a938a520203b56a73dda18161b00f81df5e58d4b76b6b0935016f) requires StateVar-1.1.1.1-7c16e30fc4827b80d7ad6d79ff2f471d7732f8fac5b121fae86fdba873e6f49c | |
package LambdaHack (LambdaHack-0.9.2.0-5b0dc036def60f06f6940d6a429cc3b629b69ff8b4aee5ec252420c45c6f6b1c) requires assert-failure-0.1.2.2-1d4875ae5dfc9005ae5cc573b7f3259bb884edb1232388c7f6349bce5deaef98 | |
package LambdaHack (LambdaHack-0.9.2.0) requires assert-failure-0.1.2.2-de21f694cfb032c206fedaa9442e732d1186f4a27230fdc2bb9773274c8750bb | |
package LambdaHack (LambdaHack-0.9.2.0-5b0dc036def60f06f6940d6a429cc3b629b69ff8b4aee5ec252420c45c6f6b1c) requires base-compat-0.10.5-b16cc06fec58ceb5fced2b5eb7f125b200fcc2f943459d2561c7d21d0dbed899 | |
package LambdaHack (LambdaHack-0.9.2.0) requires base-compat-0.10.5-fee28ad71dd44827dc075d41b834ac9da6d6ecd02e891f209c43aee6f75a7bf9 | |
package transformers-base (transformers-base-0.4.5.2-9c3368fe39054e8c3a369efa98e5203a044b35b3d8c50f41f425168cd7764736) requires base-orphans-0.8-4d5316fe5978c2dfded98fb247ec86cd0ddfc8fe861a79c134b0865a330c2076 | |
package semigroupoids (semigroupoids-5.3.2-36b03867367a4005d67932e1908527790118503753f20ccc323167aa4008f0b9) requires base-orphans-0.8-4d5316fe5978c2dfded98fb247ec86cd0ddfc8fe861a79c134b0865a330c2076 | |
package profunctors (profunctors-5.3-8b2123eefe12b5a9a70cdfcd55563efda9ee7cda93407ac6151c704c2995fdce) requires base-orphans-0.8-4d5316fe5978c2dfded98fb247ec86cd0ddfc8fe861a79c134b0865a330c2076 | |
package distributive (distributive-0.6-0ea13c86273848e1fc02f33a8a23af600b3e98eb69f225ea0ed07b9a5a36b449) requires base-orphans-0.8-4d5316fe5978c2dfded98fb247ec86cd0ddfc8fe861a79c134b0865a330c2076 | |
package bifunctors (bifunctors-5.5.3-755fe04749d9b276cbad1a684e568219bd0dd2371c99c2b1c9de752b201383cd) requires base-orphans-0.8-4d5316fe5978c2dfded98fb247ec86cd0ddfc8fe861a79c134b0865a330c2076 | |
package transformers-base (transformers-base-0.4.5.2-63cb7893a28d83ca9fe2120916b908e927ef73641addfb0c2dd3262d0122f038) requires base-orphans-0.8.1-c8f92cb2a9a044b2c6f426cef13ddbad0eb4594290b8e797c15a342964b2f918 | |
package semigroupoids (semigroupoids-5.3.2-f78b3bbe51acf52becc2ac2570608591aec01a9d2f6a3cfe2015d78ec6b708a9) requires base-orphans-0.8.1-c8f92cb2a9a044b2c6f426cef13ddbad0eb4594290b8e797c15a342964b2f918 | |
package profunctors (profunctors-5.3-2cd7d8f1d55699e61cc034fc9f6f8a31529467f9a5f7d6da296dcfe411399943) requires base-orphans-0.8.1-c8f92cb2a9a044b2c6f426cef13ddbad0eb4594290b8e797c15a342964b2f918 | |
package distributive (distributive-0.6-e7019c98da9b737e65d6f0d72a7baeafa790bb0735a13abce801caa36adca32a) requires base-orphans-0.8.1-c8f92cb2a9a044b2c6f426cef13ddbad0eb4594290b8e797c15a342964b2f918 | |
package bifunctors (bifunctors-5.5.4-d1efdc6c95ae4f21942b2130efadb9735c8d152040260c27420cc66d4e61d694) requires base-orphans-0.8.1-c8f92cb2a9a044b2c6f426cef13ddbad0eb4594290b8e797c15a342964b2f918 | |
package semigroupoids (semigroupoids-5.3.2-36b03867367a4005d67932e1908527790118503753f20ccc323167aa4008f0b9) requires bifunctors-5.5.3-755fe04749d9b276cbad1a684e568219bd0dd2371c99c2b1c9de752b201383cd | |
package profunctors (profunctors-5.3-8b2123eefe12b5a9a70cdfcd55563efda9ee7cda93407ac6151c704c2995fdce) requires bifunctors-5.5.3-755fe04749d9b276cbad1a684e568219bd0dd2371c99c2b1c9de752b201383cd | |
package semigroupoids (semigroupoids-5.3.2-f78b3bbe51acf52becc2ac2570608591aec01a9d2f6a3cfe2015d78ec6b708a9) requires bifunctors-5.5.4-d1efdc6c95ae4f21942b2130efadb9735c8d152040260c27420cc66d4e61d694 | |
package profunctors (profunctors-5.3-2cd7d8f1d55699e61cc034fc9f6f8a31529467f9a5f7d6da296dcfe411399943) requires bifunctors-5.5.4-d1efdc6c95ae4f21942b2130efadb9735c8d152040260c27420cc66d4e61d694 | |
package semigroupoids (semigroupoids-5.3.2-36b03867367a4005d67932e1908527790118503753f20ccc323167aa4008f0b9) requires comonad-5.0.4-a9823accca26b98d7862fcca6d21ad4c1cd7cc08615f1b07f3b3404f0db3be3e | |
package profunctors (profunctors-5.3-8b2123eefe12b5a9a70cdfcd55563efda9ee7cda93407ac6151c704c2995fdce) requires comonad-5.0.4-a9823accca26b98d7862fcca6d21ad4c1cd7cc08615f1b07f3b3404f0db3be3e | |
package keys (keys-3.12.1-14ed570087a15e9554baf36d03b2cdd9d023665879b7195c7842f750b6cb6728) requires comonad-5.0.4-a9823accca26b98d7862fcca6d21ad4c1cd7cc08615f1b07f3b3404f0db3be3e | |
package free (free-5.1-d6188ee813d82022db746dd7a7a8a56f2fd7bad97e2c4777b54cb6d79f47dd5c) requires comonad-5.0.4-a9823accca26b98d7862fcca6d21ad4c1cd7cc08615f1b07f3b3404f0db3be3e | |
package bifunctors (bifunctors-5.5.3-755fe04749d9b276cbad1a684e568219bd0dd2371c99c2b1c9de752b201383cd) requires comonad-5.0.4-a9823accca26b98d7862fcca6d21ad4c1cd7cc08615f1b07f3b3404f0db3be3e | |
package semigroupoids (semigroupoids-5.3.2-f78b3bbe51acf52becc2ac2570608591aec01a9d2f6a3cfe2015d78ec6b708a9) requires comonad-5.0.4-aca4f079089bceb66717add36ae6f034df10d3c92c43bcb0974d70289b4e230c | |
package profunctors (profunctors-5.3-2cd7d8f1d55699e61cc034fc9f6f8a31529467f9a5f7d6da296dcfe411399943) requires comonad-5.0.4-aca4f079089bceb66717add36ae6f034df10d3c92c43bcb0974d70289b4e230c | |
package keys (keys-3.12.1-844ccefb3cd503077d83ab69e3822edd91aec5e51ed59bf1660190219571f919) requires comonad-5.0.4-aca4f079089bceb66717add36ae6f034df10d3c92c43bcb0974d70289b4e230c | |
package free (free-5.1-a6f11724266bd21bd06514e77d1c6911c6b7f7559214bfaa51d72534a2bbd473) requires comonad-5.0.4-aca4f079089bceb66717add36ae6f034df10d3c92c43bcb0974d70289b4e230c | |
package bifunctors (bifunctors-5.5.4-d1efdc6c95ae4f21942b2130efadb9735c8d152040260c27420cc66d4e61d694) requires comonad-5.0.4-aca4f079089bceb66717add36ae6f034df10d3c92c43bcb0974d70289b4e230c | |
package semigroupoids (semigroupoids-5.3.2-36b03867367a4005d67932e1908527790118503753f20ccc323167aa4008f0b9) requires contravariant-1.5-74e4542f1e0a938a520203b56a73dda18161b00f81df5e58d4b76b6b0935016f | |
package profunctors (profunctors-5.3-8b2123eefe12b5a9a70cdfcd55563efda9ee7cda93407ac6151c704c2995fdce) requires contravariant-1.5-74e4542f1e0a938a520203b56a73dda18161b00f81df5e58d4b76b6b0935016f | |
package comonad (comonad-5.0.4-a9823accca26b98d7862fcca6d21ad4c1cd7cc08615f1b07f3b3404f0db3be3e) requires contravariant-1.5-74e4542f1e0a938a520203b56a73dda18161b00f81df5e58d4b76b6b0935016f | |
package semigroupoids (semigroupoids-5.3.2-f78b3bbe51acf52becc2ac2570608591aec01a9d2f6a3cfe2015d78ec6b708a9) requires contravariant-1.5-b7079f6dfdc4537b233a1b3314e4f4d98dca27fe75f30d78be223905f84ab9ec | |
package profunctors (profunctors-5.3-2cd7d8f1d55699e61cc034fc9f6f8a31529467f9a5f7d6da296dcfe411399943) requires contravariant-1.5-b7079f6dfdc4537b233a1b3314e4f4d98dca27fe75f30d78be223905f84ab9ec | |
package comonad (comonad-5.0.4-aca4f079089bceb66717add36ae6f034df10d3c92c43bcb0974d70289b4e230c) requires contravariant-1.5-b7079f6dfdc4537b233a1b3314e4f4d98dca27fe75f30d78be223905f84ab9ec | |
package semigroupoids (semigroupoids-5.3.2-36b03867367a4005d67932e1908527790118503753f20ccc323167aa4008f0b9) requires distributive-0.6-0ea13c86273848e1fc02f33a8a23af600b3e98eb69f225ea0ed07b9a5a36b449 | |
package profunctors (profunctors-5.3-8b2123eefe12b5a9a70cdfcd55563efda9ee7cda93407ac6151c704c2995fdce) requires distributive-0.6-0ea13c86273848e1fc02f33a8a23af600b3e98eb69f225ea0ed07b9a5a36b449 | |
package free (free-5.1-d6188ee813d82022db746dd7a7a8a56f2fd7bad97e2c4777b54cb6d79f47dd5c) requires distributive-0.6-0ea13c86273848e1fc02f33a8a23af600b3e98eb69f225ea0ed07b9a5a36b449 | |
package comonad (comonad-5.0.4-a9823accca26b98d7862fcca6d21ad4c1cd7cc08615f1b07f3b3404f0db3be3e) requires distributive-0.6-0ea13c86273848e1fc02f33a8a23af600b3e98eb69f225ea0ed07b9a5a36b449 | |
package semigroupoids (semigroupoids-5.3.2-f78b3bbe51acf52becc2ac2570608591aec01a9d2f6a3cfe2015d78ec6b708a9) requires distributive-0.6-e7019c98da9b737e65d6f0d72a7baeafa790bb0735a13abce801caa36adca32a | |
package profunctors (profunctors-5.3-2cd7d8f1d55699e61cc034fc9f6f8a31529467f9a5f7d6da296dcfe411399943) requires distributive-0.6-e7019c98da9b737e65d6f0d72a7baeafa790bb0735a13abce801caa36adca32a | |
package free (free-5.1-a6f11724266bd21bd06514e77d1c6911c6b7f7559214bfaa51d72534a2bbd473) requires distributive-0.6-e7019c98da9b737e65d6f0d72a7baeafa790bb0735a13abce801caa36adca32a | |
package comonad (comonad-5.0.4-aca4f079089bceb66717add36ae6f034df10d3c92c43bcb0974d70289b4e230c) requires distributive-0.6-e7019c98da9b737e65d6f0d72a7baeafa790bb0735a13abce801caa36adca32a | |
package LambdaHack (LambdaHack-0.9.2.0-5b0dc036def60f06f6940d6a429cc3b629b69ff8b4aee5ec252420c45c6f6b1c) requires enummapset-0.6.0.1-43102742ffc732742304b05b25d761f5deb3f24e3f6f0c9ad71b1055c702fb05 | |
package LambdaHack (LambdaHack-0.9.2.0) requires enummapset-0.6.0.1-cbfb66ef51822a4c1d06bf9eceded8b1198483840a1662eb75fe500992859d27 | |
package free (free-5.1-d6188ee813d82022db746dd7a7a8a56f2fd7bad97e2c4777b54cb6d79f47dd5c) requires exceptions-0.10.0-f8bcc1f213d00f693027d7c96f33f36a97bab58b346172ab038a145e41d12b99 | |
package sdl2 (sdl2-2.4.1.0-515ac05e7e03749e7d297e83741eba2961eee5070d1e5bcc1e6108d02ccd756f) requires exceptions-0.10.1-ae56595f2c22f63cdfbfb627a437ce4b7c79d5be0fd85ed52b3f9f684b944e35 | |
package free (free-5.1-a6f11724266bd21bd06514e77d1c6911c6b7f7559214bfaa51d72534a2bbd473) requires exceptions-0.10.1-ae56595f2c22f63cdfbfb627a437ce4b7c79d5be0fd85ed52b3f9f684b944e35 | |
package keys (keys-3.12.1-844ccefb3cd503077d83ab69e3822edd91aec5e51ed59bf1660190219571f919) requires free-5.1-a6f11724266bd21bd06514e77d1c6911c6b7f7559214bfaa51d72534a2bbd473 | |
package keys (keys-3.12.1-14ed570087a15e9554baf36d03b2cdd9d023665879b7195c7842f750b6cb6728) requires free-5.1-d6188ee813d82022db746dd7a7a8a56f2fd7bad97e2c4777b54cb6d79f47dd5c | |
package unordered-containers (unordered-containers-0.2.10.0-90bca1e4730e255542829df4d22abd8adf214a406e12cfbbe249329a1125ed8a) requires hashable-1.2.7.0-1cee4bfd1838b26e163c3668c53516b65d131b9ca3b098530757e34bd545b38c | |
package semigroupoids (semigroupoids-5.3.2-f78b3bbe51acf52becc2ac2570608591aec01a9d2f6a3cfe2015d78ec6b708a9) requires hashable-1.2.7.0-1cee4bfd1838b26e163c3668c53516b65d131b9ca3b098530757e34bd545b38c | |
package keys (keys-3.12.1-844ccefb3cd503077d83ab69e3822edd91aec5e51ed59bf1660190219571f919) requires hashable-1.2.7.0-1cee4bfd1838b26e163c3668c53516b65d131b9ca3b098530757e34bd545b38c | |
package async (async-2.2.1-a29a918450bee8d046c58a121c671da6839cfbb80b5b32f0a9ca853cbace885a) requires hashable-1.2.7.0-1cee4bfd1838b26e163c3668c53516b65d131b9ca3b098530757e34bd545b38c | |
package LambdaHack (LambdaHack-0.9.2.0) requires hashable-1.2.7.0-1cee4bfd1838b26e163c3668c53516b65d131b9ca3b098530757e34bd545b38c | |
package unordered-containers (unordered-containers-0.2.10.0-903eb70ef8bd358ef492804c1137ea7d18637c1c0aec45478715090c86b2dc23) requires hashable-1.2.7.0-8b26326d56075ad5d4365ed969b36ad1d1b0031c5e0cefb0a90b284b81e2004d | |
package semigroupoids (semigroupoids-5.3.2-36b03867367a4005d67932e1908527790118503753f20ccc323167aa4008f0b9) requires hashable-1.2.7.0-8b26326d56075ad5d4365ed969b36ad1d1b0031c5e0cefb0a90b284b81e2004d | |
package keys (keys-3.12.1-14ed570087a15e9554baf36d03b2cdd9d023665879b7195c7842f750b6cb6728) requires hashable-1.2.7.0-8b26326d56075ad5d4365ed969b36ad1d1b0031c5e0cefb0a90b284b81e2004d | |
package LambdaHack (LambdaHack-0.9.2.0-5b0dc036def60f06f6940d6a429cc3b629b69ff8b4aee5ec252420c45c6f6b1c) requires hashable-1.2.7.0-8b26326d56075ad5d4365ed969b36ad1d1b0031c5e0cefb0a90b284b81e2004d | |
package pretty-show (pretty-show-1.9.5-e7a5481be560984824f74c167902aef106a46edc2309a36adf249e501070ae76) requires haskell-lexer-1.0.2-ecac81fac6b5511bac6e7e74881616d67cb82597f5d05b60c15661b81b90d30b | |
package pretty-show (pretty-show-1.9.5-05b4ff049c5ef8b358acbcfb1b51a581ac4799b98f6928a9ef30663584e499b9) requires haskell-lexer-1.0.2-f50e38f2290efdb136753ae873ba5a8a9ee8bfe741b6d8d1c080ef93ee7bd03f | |
package LambdaHack (LambdaHack-0.9.2.0-5b0dc036def60f06f6940d6a429cc3b629b69ff8b4aee5ec252420c45c6f6b1c) requires keys-3.12.1-14ed570087a15e9554baf36d03b2cdd9d023665879b7195c7842f750b6cb6728 | |
package LambdaHack (LambdaHack-0.9.2.0) requires keys-3.12.1-844ccefb3cd503077d83ab69e3822edd91aec5e51ed59bf1660190219571f919 | |
package miniutter (miniutter-0.5.0.0-6167491fb6f5738da1204da35fc654e2c68da88b477b60c4b4c7b8c66ec4e337) requires minimorph-0.2.1.0-099504d4a564b4581948a2706c88b3568d21d34f5e88179afea9a87c1d967d21 | |
package miniutter (miniutter-0.5.0.0-726355ba622057bc102c23edb53a65a861e6e8a97442a4caf1fbe37d1659e74b) requires minimorph-0.2.1.0-f751f0f71e9ab5be6437ceea48ca8259b514300b2cd5fe58317026eb93abee5d | |
package LambdaHack (LambdaHack-0.9.2.0-5b0dc036def60f06f6940d6a429cc3b629b69ff8b4aee5ec252420c45c6f6b1c) requires miniutter-0.5.0.0-6167491fb6f5738da1204da35fc654e2c68da88b477b60c4b4c7b8c66ec4e337 | |
package LambdaHack (LambdaHack-0.9.2.0) requires miniutter-0.5.0.0-726355ba622057bc102c23edb53a65a861e6e8a97442a4caf1fbe37d1659e74b | |
package assert-failure (assert-failure-0.1.2.2-1d4875ae5dfc9005ae5cc573b7f3259bb884edb1232388c7f6349bce5deaef98) requires pretty-show-1.9.5-05b4ff049c5ef8b358acbcfb1b51a581ac4799b98f6928a9ef30663584e499b9 | |
package assert-failure (assert-failure-0.1.2.2-de21f694cfb032c206fedaa9442e732d1186f4a27230fdc2bb9773274c8750bb) requires pretty-show-1.9.5-e7a5481be560984824f74c167902aef106a46edc2309a36adf249e501070ae76 | |
package LambdaHack (LambdaHack-0.9.2.0) requires pretty-show-1.9.5-e7a5481be560984824f74c167902aef106a46edc2309a36adf249e501070ae76 | |
package vector (vector-0.12.0.2-faf07d1a6670dd58ab9d04d621cf978482c959a6c8bfeffb081d99d95bbe0610) requires primitive-0.6.4.0-e60c0400f5d0d0400adbdd3b58d2ae4bf01a12cc9b441a8fd7e2e2b1b623cdc4 | |
package LambdaHack (LambdaHack-0.9.2.0) requires primitive-0.6.4.0-e60c0400f5d0d0400adbdd3b58d2ae4bf01a12cc9b441a8fd7e2e2b1b623cdc4 | |
package vector (vector-0.12.0.2-723d7b53d70122ecfb1416c30e6fa085aff050ff77bc41309c3f3694ade2f821) requires primitive-0.6.4.0-e9e4caa65486ae60fe05ffb35ea7452c3425dea53b98b5bf22d5c92a1ccf3cb6 | |
package free (free-5.1-a6f11724266bd21bd06514e77d1c6911c6b7f7559214bfaa51d72534a2bbd473) requires profunctors-5.3-2cd7d8f1d55699e61cc034fc9f6f8a31529467f9a5f7d6da296dcfe411399943 | |
package free (free-5.1-d6188ee813d82022db746dd7a7a8a56f2fd7bad97e2c4777b54cb6d79f47dd5c) requires profunctors-5.3-8b2123eefe12b5a9a70cdfcd55563efda9ee7cda93407ac6151c704c2995fdce | |
package LambdaHack (LambdaHack-0.9.2.0) requires random-1.1-b83f3cc2d1fbfe2c01fc9b01fe0bb59963f3fc47d7c811bd6540506a70d12ffb | |
package LambdaHack (LambdaHack-0.9.2.0-5b0dc036def60f06f6940d6a429cc3b629b69ff8b4aee5ec252420c45c6f6b1c) requires random-1.1-c4ce1004e7955597786ec781768e43219ab90094a384329291623691c3d437f7 | |
package keys (keys-3.12.1-14ed570087a15e9554baf36d03b2cdd9d023665879b7195c7842f750b6cb6728) requires semigroupoids-5.3.2-36b03867367a4005d67932e1908527790118503753f20ccc323167aa4008f0b9 | |
package free (free-5.1-d6188ee813d82022db746dd7a7a8a56f2fd7bad97e2c4777b54cb6d79f47dd5c) requires semigroupoids-5.3.2-36b03867367a4005d67932e1908527790118503753f20ccc323167aa4008f0b9 | |
package keys (keys-3.12.1-844ccefb3cd503077d83ab69e3822edd91aec5e51ed59bf1660190219571f919) requires semigroupoids-5.3.2-f78b3bbe51acf52becc2ac2570608591aec01a9d2f6a3cfe2015d78ec6b708a9 | |
package free (free-5.1-a6f11724266bd21bd06514e77d1c6911c6b7f7559214bfaa51d72534a2bbd473) requires semigroupoids-5.3.2-f78b3bbe51acf52becc2ac2570608591aec01a9d2f6a3cfe2015d78ec6b708a9 | |
package profunctors (profunctors-5.3-2cd7d8f1d55699e61cc034fc9f6f8a31529467f9a5f7d6da296dcfe411399943) requires semigroups-0.18.5-a5016e2359a935df9e8b02facb311e2bc8cedf3bdb195e0d22431b1e8a15d06f | |
package keys (keys-3.12.1-844ccefb3cd503077d83ab69e3822edd91aec5e51ed59bf1660190219571f919) requires semigroups-0.18.5-a5016e2359a935df9e8b02facb311e2bc8cedf3bdb195e0d22431b1e8a15d06f | |
package enummapset (enummapset-0.6.0.1-cbfb66ef51822a4c1d06bf9eceded8b1198483840a1662eb75fe500992859d27) requires semigroups-0.18.5-a5016e2359a935df9e8b02facb311e2bc8cedf3bdb195e0d22431b1e8a15d06f | |
package comonad (comonad-5.0.4-aca4f079089bceb66717add36ae6f034df10d3c92c43bcb0974d70289b4e230c) requires semigroups-0.18.5-a5016e2359a935df9e8b02facb311e2bc8cedf3bdb195e0d22431b1e8a15d06f | |
package profunctors (profunctors-5.3-8b2123eefe12b5a9a70cdfcd55563efda9ee7cda93407ac6151c704c2995fdce) requires semigroups-0.18.5-d2f607eab17cb41f30764aa85f08da11d5259bb4d4ee0c389bcdf2ffd6e2d58a | |
package keys (keys-3.12.1-14ed570087a15e9554baf36d03b2cdd9d023665879b7195c7842f750b6cb6728) requires semigroups-0.18.5-d2f607eab17cb41f30764aa85f08da11d5259bb4d4ee0c389bcdf2ffd6e2d58a | |
package enummapset (enummapset-0.6.0.1-43102742ffc732742304b05b25d761f5deb3f24e3f6f0c9ad71b1055c702fb05) requires semigroups-0.18.5-d2f607eab17cb41f30764aa85f08da11d5259bb4d4ee0c389bcdf2ffd6e2d58a | |
package comonad (comonad-5.0.4-a9823accca26b98d7862fcca6d21ad4c1cd7cc08615f1b07f3b3404f0db3be3e) requires semigroups-0.18.5-d2f607eab17cb41f30764aa85f08da11d5259bb4d4ee0c389bcdf2ffd6e2d58a | |
package bifunctors (bifunctors-5.5.3-755fe04749d9b276cbad1a684e568219bd0dd2371c99c2b1c9de752b201383cd) requires semigroups-0.18.5-d2f607eab17cb41f30764aa85f08da11d5259bb4d4ee0c389bcdf2ffd6e2d58a | |
package semigroupoids (semigroupoids-5.3.2-f78b3bbe51acf52becc2ac2570608591aec01a9d2f6a3cfe2015d78ec6b708a9) requires tagged-0.8.6-79765432c8c11d76dbf32f088c4b6138cb4fcb08cfb4565d02c7258f766f9aa3 | |
package profunctors (profunctors-5.3-2cd7d8f1d55699e61cc034fc9f6f8a31529467f9a5f7d6da296dcfe411399943) requires tagged-0.8.6-79765432c8c11d76dbf32f088c4b6138cb4fcb08cfb4565d02c7258f766f9aa3 | |
package keys (keys-3.12.1-844ccefb3cd503077d83ab69e3822edd91aec5e51ed59bf1660190219571f919) requires tagged-0.8.6-79765432c8c11d76dbf32f088c4b6138cb4fcb08cfb4565d02c7258f766f9aa3 | |
package distributive (distributive-0.6-e7019c98da9b737e65d6f0d72a7baeafa790bb0735a13abce801caa36adca32a) requires tagged-0.8.6-79765432c8c11d76dbf32f088c4b6138cb4fcb08cfb4565d02c7258f766f9aa3 | |
package comonad (comonad-5.0.4-aca4f079089bceb66717add36ae6f034df10d3c92c43bcb0974d70289b4e230c) requires tagged-0.8.6-79765432c8c11d76dbf32f088c4b6138cb4fcb08cfb4565d02c7258f766f9aa3 | |
package bifunctors (bifunctors-5.5.4-d1efdc6c95ae4f21942b2130efadb9735c8d152040260c27420cc66d4e61d694) requires tagged-0.8.6-79765432c8c11d76dbf32f088c4b6138cb4fcb08cfb4565d02c7258f766f9aa3 | |
package semigroupoids (semigroupoids-5.3.2-36b03867367a4005d67932e1908527790118503753f20ccc323167aa4008f0b9) requires tagged-0.8.6-c682998bf9ae7c10cc90a973bc252110b24942c70f29057b91b57a55ce04e543 | |
package profunctors (profunctors-5.3-8b2123eefe12b5a9a70cdfcd55563efda9ee7cda93407ac6151c704c2995fdce) requires tagged-0.8.6-c682998bf9ae7c10cc90a973bc252110b24942c70f29057b91b57a55ce04e543 | |
package keys (keys-3.12.1-14ed570087a15e9554baf36d03b2cdd9d023665879b7195c7842f750b6cb6728) requires tagged-0.8.6-c682998bf9ae7c10cc90a973bc252110b24942c70f29057b91b57a55ce04e543 | |
package distributive (distributive-0.6-0ea13c86273848e1fc02f33a8a23af600b3e98eb69f225ea0ed07b9a5a36b449) requires tagged-0.8.6-c682998bf9ae7c10cc90a973bc252110b24942c70f29057b91b57a55ce04e543 | |
package comonad (comonad-5.0.4-a9823accca26b98d7862fcca6d21ad4c1cd7cc08615f1b07f3b3404f0db3be3e) requires tagged-0.8.6-c682998bf9ae7c10cc90a973bc252110b24942c70f29057b91b57a55ce04e543 | |
package bifunctors (bifunctors-5.5.3-755fe04749d9b276cbad1a684e568219bd0dd2371c99c2b1c9de752b201383cd) requires tagged-0.8.6-c682998bf9ae7c10cc90a973bc252110b24942c70f29057b91b57a55ce04e543 | |
package bifunctors (bifunctors-5.5.3-755fe04749d9b276cbad1a684e568219bd0dd2371c99c2b1c9de752b201383cd) requires th-abstraction-0.2.11.0-59ecb92d4b912bce61902491a7ea76a2d02105cf59edc591e6f662e4fda69c2d | |
package bifunctors (bifunctors-5.5.4-d1efdc6c95ae4f21942b2130efadb9735c8d152040260c27420cc66d4e61d694) requires th-abstraction-0.3.0.0-175094d3f07e04d2c8169e8492b90f9de667ae12a42820f5bb942080f85712bf | |
package free (free-5.1-a6f11724266bd21bd06514e77d1c6911c6b7f7559214bfaa51d72534a2bbd473) requires transformers-base-0.4.5.2-63cb7893a28d83ca9fe2120916b908e927ef73641addfb0c2dd3262d0122f038 | |
package free (free-5.1-d6188ee813d82022db746dd7a7a8a56f2fd7bad97e2c4777b54cb6d79f47dd5c) requires transformers-base-0.4.5.2-9c3368fe39054e8c3a369efa98e5203a044b35b3d8c50f41f425168cd7764736 | |
package transformers-base (transformers-base-0.4.5.2-9c3368fe39054e8c3a369efa98e5203a044b35b3d8c50f41f425168cd7764736) requires transformers-compat-0.6.2-2aa3d348a74dc111880716d07b44bb274c0eacc96cde7a26720f5290e4c057a4 | |
package semigroupoids (semigroupoids-5.3.2-36b03867367a4005d67932e1908527790118503753f20ccc323167aa4008f0b9) requires transformers-compat-0.6.2-2aa3d348a74dc111880716d07b44bb274c0eacc96cde7a26720f5290e4c057a4 | |
package keys (keys-3.12.1-14ed570087a15e9554baf36d03b2cdd9d023665879b7195c7842f750b6cb6728) requires transformers-compat-0.6.2-2aa3d348a74dc111880716d07b44bb274c0eacc96cde7a26720f5290e4c057a4 | |
package exceptions (exceptions-0.10.0-f8bcc1f213d00f693027d7c96f33f36a97bab58b346172ab038a145e41d12b99) requires transformers-compat-0.6.2-2aa3d348a74dc111880716d07b44bb274c0eacc96cde7a26720f5290e4c057a4 | |
package comonad (comonad-5.0.4-a9823accca26b98d7862fcca6d21ad4c1cd7cc08615f1b07f3b3404f0db3be3e) requires transformers-compat-0.6.2-2aa3d348a74dc111880716d07b44bb274c0eacc96cde7a26720f5290e4c057a4 | |
package transformers-base (transformers-base-0.4.5.2-63cb7893a28d83ca9fe2120916b908e927ef73641addfb0c2dd3262d0122f038) requires transformers-compat-0.6.4-146e83c0ad5ccecb8262ead056f6f53433d0fc899a1294a0e26619339047e844 | |
package semigroupoids (semigroupoids-5.3.2-f78b3bbe51acf52becc2ac2570608591aec01a9d2f6a3cfe2015d78ec6b708a9) requires transformers-compat-0.6.4-146e83c0ad5ccecb8262ead056f6f53433d0fc899a1294a0e26619339047e844 | |
package optparse-applicative (optparse-applicative-0.14.3.0-cc35318103c80637869ae03e6b1fa1338334d8b503c5315d3d4b653e94ce626d) requires transformers-compat-0.6.4-146e83c0ad5ccecb8262ead056f6f53433d0fc899a1294a0e26619339047e844 | |
package keys (keys-3.12.1-844ccefb3cd503077d83ab69e3822edd91aec5e51ed59bf1660190219571f919) requires transformers-compat-0.6.4-146e83c0ad5ccecb8262ead056f6f53433d0fc899a1294a0e26619339047e844 | |
package exceptions (exceptions-0.10.1-ae56595f2c22f63cdfbfb627a437ce4b7c79d5be0fd85ed52b3f9f684b944e35) requires transformers-compat-0.6.4-146e83c0ad5ccecb8262ead056f6f53433d0fc899a1294a0e26619339047e844 | |
package comonad (comonad-5.0.4-aca4f079089bceb66717add36ae6f034df10d3c92c43bcb0974d70289b4e230c) requires transformers-compat-0.6.4-146e83c0ad5ccecb8262ead056f6f53433d0fc899a1294a0e26619339047e844 | |
package semigroupoids (semigroupoids-5.3.2-36b03867367a4005d67932e1908527790118503753f20ccc323167aa4008f0b9) requires unordered-containers-0.2.10.0-903eb70ef8bd358ef492804c1137ea7d18637c1c0aec45478715090c86b2dc23 | |
package keys (keys-3.12.1-14ed570087a15e9554baf36d03b2cdd9d023665879b7195c7842f750b6cb6728) requires unordered-containers-0.2.10.0-903eb70ef8bd358ef492804c1137ea7d18637c1c0aec45478715090c86b2dc23 | |
package LambdaHack (LambdaHack-0.9.2.0-5b0dc036def60f06f6940d6a429cc3b629b69ff8b4aee5ec252420c45c6f6b1c) requires unordered-containers-0.2.10.0-903eb70ef8bd358ef492804c1137ea7d18637c1c0aec45478715090c86b2dc23 | |
package semigroupoids (semigroupoids-5.3.2-f78b3bbe51acf52becc2ac2570608591aec01a9d2f6a3cfe2015d78ec6b708a9) requires unordered-containers-0.2.10.0-90bca1e4730e255542829df4d22abd8adf214a406e12cfbbe249329a1125ed8a | |
package keys (keys-3.12.1-844ccefb3cd503077d83ab69e3822edd91aec5e51ed59bf1660190219571f919) requires unordered-containers-0.2.10.0-90bca1e4730e255542829df4d22abd8adf214a406e12cfbbe249329a1125ed8a | |
package LambdaHack (LambdaHack-0.9.2.0) requires unordered-containers-0.2.10.0-90bca1e4730e255542829df4d22abd8adf214a406e12cfbbe249329a1125ed8a | |
package vector-binary-instances (vector-binary-instances-0.2.5.1-07b8e049f2f7445fd2efaeb1e74af0b33399a2f5963f20b8164ecfd158af7f7a) requires vector-0.12.0.2-723d7b53d70122ecfb1416c30e6fa085aff050ff77bc41309c3f3694ade2f821 | |
package LambdaHack (LambdaHack-0.9.2.0-5b0dc036def60f06f6940d6a429cc3b629b69ff8b4aee5ec252420c45c6f6b1c) requires vector-0.12.0.2-723d7b53d70122ecfb1416c30e6fa085aff050ff77bc41309c3f3694ade2f821 | |
package vector-binary-instances (vector-binary-instances-0.2.5.1-845df65ae676a80e5571a2ca8826a981f3dcb50a65776051d2d357a08ef3937a) requires vector-0.12.0.2-faf07d1a6670dd58ab9d04d621cf978482c959a6c8bfeffb081d99d95bbe0610 | |
package sdl2 (sdl2-2.4.1.0-515ac05e7e03749e7d297e83741eba2961eee5070d1e5bcc1e6108d02ccd756f) requires vector-0.12.0.2-faf07d1a6670dd58ab9d04d621cf978482c959a6c8bfeffb081d99d95bbe0610 | |
package LambdaHack (LambdaHack-0.9.2.0) requires vector-0.12.0.2-faf07d1a6670dd58ab9d04d621cf978482c959a6c8bfeffb081d99d95bbe0610 | |
package LambdaHack (LambdaHack-0.9.2.0-5b0dc036def60f06f6940d6a429cc3b629b69ff8b4aee5ec252420c45c6f6b1c) requires vector-binary-instances-0.2.5.1-07b8e049f2f7445fd2efaeb1e74af0b33399a2f5963f20b8164ecfd158af7f7a | |
package LambdaHack (LambdaHack-0.9.2.0) requires vector-binary-instances-0.2.5.1-845df65ae676a80e5571a2ca8826a981f3dcb50a65776051d2d357a08ef3937a | |
Preprocessing library for LambdaHack-0.9.2.0.. | |
Building library for LambdaHack-0.9.2.0.. | |
[ 1 of 111] Compiling Game.LambdaHack.Client.AI.Strategy ( engine-src/Game/LambdaHack/Client/AI/Strategy.hs, dist/build/Game/LambdaHack/Client/AI/Strategy.o ) | |
[ 2 of 111] Compiling Game.LambdaHack.Client.ClientOptions ( engine-src/Game/LambdaHack/Client/ClientOptions.hs, dist/build/Game/LambdaHack/Client/ClientOptions.o ) | |
^C | |
~/teeeeeeeeee/LambdaHack$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment