Resolving dependencies... Configuring primitive-0.6... Building primitive-0.6... Preprocessing library primitive-0.6... [ 1 of 10] Compiling Data.Primitive.Internal.Compat ( Data/Primitive/Internal/Compat.hs, dist/build/Data/Primitive/Internal/Compat.o ) [ 2 of 10] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o ) [ 3 of 10] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o ) [ 4 of 10] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o ) [ 5 of 10] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o ) [ 6 of 10] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o ) [ 7 of 10] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o ) [ 8 of 10] Compiling Data.Primitive.Addr ( Data/Primitive/Addr.hs, dist/build/Data/Primitive/Addr.o ) [ 9 of 10] Compiling Data.Primitive ( Data/Primitive.hs, dist/build/Data/Primitive.o ) [10 of 10] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o ) In-place registering primitive-0.6... Running Haddock for primitive-0.6... Running hscolour for primitive-0.6... Preprocessing library primitive-0.6... Preprocessing library primitive-0.6... Haddock coverage: 100% ( 3 / 3) in 'Data.Primitive.Internal.Compat' 3% ( 1 / 35) in 'Data.Primitive.MachDeps' 3% ( 1 / 29) in 'Data.Primitive.Internal.Operations' 75% ( 12 / 16) in 'Control.Monad.Primitive' 100% ( 3 / 3) in 'Data.Primitive.Types' 100% ( 15 / 15) in 'Data.Primitive.Array' 93% ( 27 / 29) in 'Data.Primitive.ByteArray' 100% ( 16 / 16) in 'Data.Primitive.Addr' 100% ( 7 / 7) in 'Data.Primitive' 100% ( 9 / 9) in 'Data.Primitive.MutVar' Documentation created: dist/doc/html/primitive/index.html, dist/doc/html/primitive/primitive.txt Creating package registration file: /tmp/pkgConf-primitive-021279.6 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/primitive-0.6 Registering primitive-0.6... Installed primitive-0.6 Configuring random-1.1... Building random-1.1... Preprocessing library random-1.1... [1 of 1] Compiling System.Random ( System/Random.hs, dist/build/System/Random.o ) In-place registering random-1.1... Running Haddock for random-1.1... Running hscolour for random-1.1... Preprocessing library random-1.1... Preprocessing library random-1.1... Haddock coverage: Cannot find documentation for: $intro 100% ( 16 / 16) in 'System.Random' Documentation created: dist/doc/html/random/index.html, dist/doc/html/random/random.txt Creating package registration file: /tmp/pkgConf-random-121279.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/random-1.1 Registering random-1.1... Installed random-1.1 Configuring tf-random-0.5... Building tf-random-0.5... Preprocessing library tf-random-0.5... [1 of 4] Compiling System.Random.TF.Gen ( src/System/Random/TF/Gen.hs, dist/build/System/Random/TF/Gen.o ) [2 of 4] Compiling System.Random.TF.Init ( src/System/Random/TF/Init.hs, dist/build/System/Random/TF/Init.o ) src/System/Random/TF/Init.hs:94:5: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" [3 of 4] Compiling System.Random.TF.Instances ( src/System/Random/TF/Instances.hs, dist/build/System/Random/TF/Instances.o ) [4 of 4] Compiling System.Random.TF ( src/System/Random/TF.hs, dist/build/System/Random/TF.o ) In-place registering tf-random-0.5... Running Haddock for tf-random-0.5... Running hscolour for tf-random-0.5... Preprocessing library tf-random-0.5... Preprocessing library tf-random-0.5... src/System/Random/TF/Init.hs:94:5: Warning: In the use of ‘bitSize’ (imported from Data.Bits): Deprecated: "Use 'bitSizeMaybe' or 'finiteBitSize' instead" Haddock coverage: 100% ( 4 / 4) in 'System.Random.TF.Gen' 83% ( 5 / 6) in 'System.Random.TF.Init' 33% ( 1 / 3) in 'System.Random.TF.Instances' 100% ( 3 / 3) in 'System.Random.TF' Documentation created: dist/doc/html/tf-random/index.html, dist/doc/html/tf-random/tf-random.txt Creating package registration file: /tmp/pkgConf-tf-random-021279.5 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/tf-random-0.5 Registering tf-random-0.5... Installed tf-random-0.5 Configuring QuickCheck-2.8.1... Building QuickCheck-2.8.1... Preprocessing library QuickCheck-2.8.1... [ 1 of 15] Compiling Test.QuickCheck.Random ( Test/QuickCheck/Random.hs, dist/build/Test/QuickCheck/Random.o ) [ 2 of 15] Compiling Test.QuickCheck.Exception ( Test/QuickCheck/Exception.hs, dist/build/Test/QuickCheck/Exception.o ) [ 3 of 15] Compiling Test.QuickCheck.Text ( Test/QuickCheck/Text.hs, dist/build/Test/QuickCheck/Text.o ) [ 4 of 15] Compiling Test.QuickCheck.State ( Test/QuickCheck/State.hs, dist/build/Test/QuickCheck/State.o ) [ 5 of 15] Compiling Test.QuickCheck.Gen ( Test/QuickCheck/Gen.hs, dist/build/Test/QuickCheck/Gen.o ) [ 6 of 15] Compiling Test.QuickCheck.Gen.Unsafe ( Test/QuickCheck/Gen/Unsafe.hs, dist/build/Test/QuickCheck/Gen/Unsafe.o ) [ 7 of 15] Compiling Test.QuickCheck.Arbitrary ( Test/QuickCheck/Arbitrary.hs, dist/build/Test/QuickCheck/Arbitrary.o ) [ 8 of 15] Compiling Test.QuickCheck.Modifiers ( Test/QuickCheck/Modifiers.hs, dist/build/Test/QuickCheck/Modifiers.o ) [ 9 of 15] Compiling Test.QuickCheck.Poly ( Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o ) [10 of 15] Compiling Test.QuickCheck.Function ( Test/QuickCheck/Function.hs, dist/build/Test/QuickCheck/Function.o ) [11 of 15] Compiling Test.QuickCheck.Property ( Test/QuickCheck/Property.hs, dist/build/Test/QuickCheck/Property.o ) [12 of 15] Compiling Test.QuickCheck.Test ( Test/QuickCheck/Test.hs, dist/build/Test/QuickCheck/Test.o ) [13 of 15] Compiling Test.QuickCheck.All ( Test/QuickCheck/All.hs, dist/build/Test/QuickCheck/All.o ) [14 of 15] Compiling Test.QuickCheck.Monadic ( Test/QuickCheck/Monadic.hs, dist/build/Test/QuickCheck/Monadic.o ) [15 of 15] Compiling Test.QuickCheck ( Test/QuickCheck.hs, dist/build/Test/QuickCheck.o ) In-place registering QuickCheck-2.8.1... Running Haddock for QuickCheck-2.8.1... Running hscolour for QuickCheck-2.8.1... Preprocessing library QuickCheck-2.8.1... Preprocessing library QuickCheck-2.8.1... Haddock coverage: 10% ( 2 / 20) in 'Test.QuickCheck.Random' 33% ( 3 / 9) in 'Test.QuickCheck.Exception' 6% ( 1 / 18) in 'Test.QuickCheck.Text' 100% ( 2 / 2) in 'Test.QuickCheck.State' 89% ( 25 / 28) in 'Test.QuickCheck.Gen' 80% ( 4 / 5) in 'Test.QuickCheck.Gen.Unsafe' 100% ( 32 / 32) in 'Test.QuickCheck.Arbitrary' 93% ( 14 / 15) in 'Test.QuickCheck.Modifiers' 14% ( 1 / 7) in 'Test.QuickCheck.Poly' 38% ( 3 / 8) in 'Test.QuickCheck.Function' 62% ( 44 / 71) in 'Test.QuickCheck.Property' 50% ( 14 / 28) in 'Test.QuickCheck.Test' 100% ( 9 / 9) in 'Test.QuickCheck.All' 78% ( 14 / 18) in 'Test.QuickCheck.Monadic' 99% (127 /128) in 'Test.QuickCheck' Warning: Test.QuickCheck.Arbitrary: could not find link destinations for: Test.QuickCheck.Arbitrary.RecursivelyShrink Test.QuickCheck.Arbitrary.GSubterms Test.QuickCheck.Arbitrary.GCoArbitrary Test.QuickCheck.Arbitrary.gSubterms Test.QuickCheck.Arbitrary.gSubtermsIncl Warning: Test.QuickCheck: could not find link destinations for: Test.QuickCheck.Arbitrary.GCoArbitrary Test.QuickCheck.Arbitrary.RecursivelyShrink Test.QuickCheck.Arbitrary.GSubterms Documentation created: dist/doc/html/QuickCheck/index.html, dist/doc/html/QuickCheck/QuickCheck.txt Creating package registration file: /tmp/pkgConf-QuickCheck-2.821279.1 Installing library in /home/builder/hackage-server/build-cache/tmp-install/lib/x86_64-linux-ghc-7.8.3/QuickCheck-2.8.1 Registering QuickCheck-2.8.1... Installed QuickCheck-2.8.1 Downloading collections-0.3... [1 of 1] Compiling Main ( /tmp/collections-0.3-21279/collections-0.3/dist/setup/setup.hs, /tmp/collections-0.3-21279/collections-0.3/dist/setup/Main.o ) Linking /tmp/collections-0.3-21279/collections-0.3/dist/setup/setup ... Configuring collections-0.3... Warning: No 'build-type' specified. If you do not need a custom Setup.hs or ./configure script then use 'build-type: Simple'. Building collections-0.3... Preprocessing library collections-0.3... Data/Collections.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Collections.hs:1:16: Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead Data/Collections/Foldable.hs:1:12: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Collections/Properties.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Map/List.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Map/List.hs:1:16: Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead Data/Ranged/Ranges.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Set/List.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Set/List.hs:1:16: Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead Data/Tree/AVL/Delete.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Tree/AVL/Join.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Tree/AVL/List.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Tree/AVL/Set.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Tree/AVL/Size.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Tree/AVL/Split.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Tree/AVL/Test/Utils.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Tree/AVL/Types.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Tree/AVL/Zipper.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Trie.hs:1:12: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Trie.hs:1:12: Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances #-} instead Data/Tree/AVL/Internals/BinPath.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Tree/AVL/Internals/DelUtils.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Tree/AVL/Internals/HAVL.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Tree/AVL/Internals/HJoin.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Tree/AVL/Internals/HPush.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Tree/AVL/Internals/HSet.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Tree/AVL/Internals/HeightUtils.hs:1:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead Data/Collections.hs:136:18: Could not find module ‘Data.Sequence’ It is a member of the hidden package ‘containers-0.5.5.1’. Perhaps you need to add ‘containers’ to the build-depends in your .cabal file. Use -v to see a list of the files searched for. Data/Collections.hs:139:18: Could not find module ‘Data.Array’ It is a member of the hidden package ‘array-0.5.0.0’. Perhaps you need to add ‘array’ to the build-depends in your .cabal file. It is a member of the hidden package ‘haskell2010-1.1.2.0’. Perhaps you need to add ‘haskell2010’ to the build-depends in your .cabal file. Use -v to see a list of the files searched for. Data/Collections.hs:140:18: Could not find module ‘Data.IntMap’ It is a member of the hidden package ‘containers-0.5.5.1’. Perhaps you need to add ‘containers’ to the build-depends in your .cabal file. Use -v to see a list of the files searched for. Data/Collections.hs:141:18: Could not find module ‘Data.IntSet’ It is a member of the hidden package ‘containers-0.5.5.1’. Perhaps you need to add ‘containers’ to the build-depends in your .cabal file. Use -v to see a list of the files searched for. Data/Collections.hs:143:18: Could not find module ‘Data.Map’ It is a member of the hidden package ‘containers-0.5.5.1’. Perhaps you need to add ‘containers’ to the build-depends in your .cabal file. Use -v to see a list of the files searched for. Data/Collections.hs:145:18: Could not find module ‘Data.Set’ It is a member of the hidden package ‘containers-0.5.5.1’. Perhaps you need to add ‘containers’ to the build-depends in your .cabal file. Use -v to see a list of the files searched for. Data/Collections.hs:149:18: Could not find module ‘Data.ByteString’ It is a member of the hidden package ‘bytestring-0.10.4.0’. Perhaps you need to add ‘bytestring’ to the build-depends in your .cabal file. Use -v to see a list of the files searched for. Data/Collections.hs:154:18: Could not find module ‘Data.ByteString.Lazy’ It is a member of the hidden package ‘bytestring-0.10.4.0’. Perhaps you need to add ‘bytestring’ to the build-depends in your .cabal file. Use -v to see a list of the files searched for. Data/Set/AVL.hs:128:8: Could not find module ‘Data.Generics.Basics’ Use -v to see a list of the files searched for. Data/Trie.hs:93:8: Could not find module ‘Data.Tree’ It is a member of the hidden package ‘containers-0.5.5.1’. Perhaps you need to add ‘containers’ to the build-depends in your .cabal file. Use -v to see a list of the files searched for. Failed to install collections-0.3 cabal: Error: some packages failed to install: collections-0.3 failed during the building phase. The exception was: ExitFailure 1