Resolving dependencies... Configuring QuickCheck-1.2.0.1... Building QuickCheck-1.2.0.1... Preprocessing library QuickCheck-1.2.0.1... [1 of 8] Compiling Test.QuickCheck ( Test/QuickCheck.hs, dist/build/Test/QuickCheck.o ) [2 of 8] Compiling Test.QuickCheck.Batch ( Test/QuickCheck/Batch.hs, dist/build/Test/QuickCheck/Batch.o ) [3 of 8] Compiling Test.QuickCheck.Utils ( Test/QuickCheck/Utils.hs, dist/build/Test/QuickCheck/Utils.o ) [4 of 8] Compiling Test.QuickCheck.Poly ( Test/QuickCheck/Poly.hs, dist/build/Test/QuickCheck/Poly.o ) [5 of 8] Compiling Debug.QuickCheck.Poly ( Debug/QuickCheck/Poly.hs, dist/build/Debug/QuickCheck/Poly.o ) [6 of 8] Compiling Debug.QuickCheck.Utils ( Debug/QuickCheck/Utils.hs, dist/build/Debug/QuickCheck/Utils.o ) [7 of 8] Compiling Debug.QuickCheck ( Debug/QuickCheck.hs, dist/build/Debug/QuickCheck.o ) [8 of 8] Compiling Debug.QuickCheck.Batch ( Debug/QuickCheck/Batch.hs, dist/build/Debug/QuickCheck/Batch.o ) In-place registering QuickCheck-1.2.0.1... Running Haddock for QuickCheck-1.2.0.1... Running hscolour for QuickCheck-1.2.0.1... Preprocessing library QuickCheck-1.2.0.1... Preprocessing library QuickCheck-1.2.0.1... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: random-1.0.1.1 Haddock coverage: 3% ( 1 / 33) in 'Test.QuickCheck' 50% ( 4 / 8) in 'Test.QuickCheck.Batch' 17% ( 1 / 6) in 'Test.QuickCheck.Utils' 14% ( 1 / 7) in 'Test.QuickCheck.Poly' 100% ( 2 / 2) in 'Debug.QuickCheck.Poly' 100% ( 2 / 2) in 'Debug.QuickCheck.Utils' 100% ( 2 / 2) in 'Debug.QuickCheck.Batch' 100% ( 2 / 2) in 'Debug.QuickCheck' Warning: Test.QuickCheck: could not find link destinations for: System.Random.Random System.Random.StdGen Warning: Test.QuickCheck.Poly: could not find link destinations for: Test.QuickCheck.Poly.Poly Test.QuickCheck.Poly.ALPHA_ Test.QuickCheck.Poly.BETA_ Test.QuickCheck.Poly.GAMMA_ Test.QuickCheck.Poly.OrdALPHA_ Test.QuickCheck.Poly.OrdBETA_ Test.QuickCheck.Poly.OrdGAMMA_ Documentation created: dist/doc/html/QuickCheck/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/QuickCheck-1.2.0.1 Registering QuickCheck-1.2.0.1... Installed QuickCheck-1.2.0.1 Configuring newtype-0.2... Building newtype-0.2... Preprocessing library newtype-0.2... [1 of 1] Compiling Control.Newtype ( Control/Newtype.hs, dist/build/Control/Newtype.o ) In-place registering newtype-0.2... Running Haddock for newtype-0.2... Running hscolour for newtype-0.2... Preprocessing library newtype-0.2... Preprocessing library newtype-0.2... Haddock coverage: 100% ( 9 / 9) in 'Control.Newtype' Documentation created: dist/doc/html/newtype/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/newtype-0.2 Registering newtype-0.2... Installed newtype-0.2 Configuring HCodecs-0.2.2... Building HCodecs-0.2.2... Preprocessing library HCodecs-0.2.2... [1 of 7] Compiling Data.Arbitrary ( src/Data/Arbitrary.hs, dist/build/Data/Arbitrary.o ) [2 of 7] Compiling Data.ByteString.Builder ( src/Data/ByteString/Builder.hs, dist/build/Data/ByteString/Builder.o ) [3 of 7] Compiling Data.ByteString.Parser ( src/Data/ByteString/Parser.hs, dist/build/Data/ByteString/Parser.o ) [4 of 7] Compiling Data.Audio ( src/Data/Audio.hs, dist/build/Data/Audio.o ) src/Data/Audio.hs:104:21: Warning: In the use of `unsafeFreeze' (imported from Data.Array.IO, but defined in Data.Array.MArray): Deprecated: "Please import from Data.Array.Unsafe instead; This will be removed in the next release" src/Data/Audio.hs:107:54: Warning: In the use of `unsafeThaw' (imported from Data.Array.IO, but defined in Data.Array.MArray): Deprecated: "Please import from Data.Array.Unsafe instead; This will be removed in the next release" [5 of 7] Compiling Codec.Wav ( src/Codec/Wav.hs, dist/build/Codec/Wav.o ) [6 of 7] Compiling Codec.SoundFont ( src/Codec/SoundFont.hs, dist/build/Codec/SoundFont.o ) [7 of 7] Compiling Codec.Midi ( src/Codec/Midi.hs, dist/build/Codec/Midi.o ) In-place registering HCodecs-0.2.2... Running Haddock for HCodecs-0.2.2... Running hscolour for HCodecs-0.2.2... Preprocessing library HCodecs-0.2.2... Preprocessing library HCodecs-0.2.2... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: random-1.0.1.1 dist/build/tmp-16743/src/Data/Audio.hs:104:21: Warning: In the use of `unsafeFreeze' (imported from Data.Array.IO, but defined in Data.Array.MArray): Deprecated: "Please import from Data.Array.Unsafe instead; This will be removed in the next release" dist/build/tmp-16743/src/Data/Audio.hs:107:54: Warning: In the use of `unsafeThaw' (imported from Data.Array.IO, but defined in Data.Array.MArray): Deprecated: "Please import from Data.Array.Unsafe instead; This will be removed in the next release" Haddock coverage: 33% ( 1 / 3) in 'Data.Arbitrary' 72% ( 28 / 39) in 'Data.ByteString.Builder' 49% ( 36 / 74) in 'Data.ByteString.Parser' Warning: Data.Audio: toSample is exported separately but will be documented under Audible. Consider exporting it together with its parent(s) for code clarity. Warning: Data.Audio: fromSample is exported separately but will be documented under Audible. Consider exporting it together with its parent(s) for code clarity. 9% ( 1 / 11) in 'Data.Audio' 17% ( 1 / 6) in 'Codec.Wav' 4% ( 1 / 23) in 'Codec.SoundFont' 2% ( 1 / 42) in 'Codec.Midi' Warning: Data.ByteString.Parser: could not find link destinations for: Data.ByteString.Parser.get Documentation created: dist/doc/html/HCodecs/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/x86_64-linux-ghc-7.6.3/HCodecs-0.2.2 Registering HCodecs-0.2.2... Installed HCodecs-0.2.2 Downloading hamid-0.9... Configuring hamid-0.9... Building hamid-0.9... Preprocessing library hamid-0.9... src/System/Midi.hs:19:8: File name does not match module name: Saw: `System.MIDI' Expected: `System.Midi' Failed to install hamid-0.9 cabal: Error: some packages failed to install: hamid-0.9 failed during the building phase. The exception was: ExitFailure 1