Resolving dependencies... Configuring cereal-0.5.4.0... Configuring base-compat-0.9.1... Building base-compat-0.9.1... Building cereal-0.5.4.0... Installed base-compat-0.9.1 Configuring data-default-class-0.1.2.0... Building data-default-class-0.1.2.0... Configuring dlist-0.8.0.2... Installed cereal-0.5.4.0 Configuring mtl-2.2.1... Installed data-default-class-0.1.2.0 Building dlist-0.8.0.2... Building mtl-2.2.1... Configuring old-locale-1.0.0.7... Installed dlist-0.8.0.2 Building old-locale-1.0.0.7... Configuring integer-logarithms-1... Installed mtl-2.2.1 Configuring primitive-0.6.1.0... Installed old-locale-1.0.0.7 Building integer-logarithms-1... Building primitive-0.6.1.0... Configuring split-0.2.3.1... Installed integer-logarithms-1 Building split-0.2.3.1... Configuring random-1.1... Installed split-0.2.3.1 Building random-1.1... Configuring parallel-3.2.1.0... Installed primitive-0.6.1.0 Building parallel-3.2.1.0... Configuring stm-2.4.4.1... Installed parallel-3.2.1.0 Configuring time-locale-compat-0.1.1.3... Installed random-1.1 Building stm-2.4.4.1... Building time-locale-compat-0.1.1.3... Configuring text-1.2.2.1... Installed time-locale-compat-0.1.1.3 Building text-1.2.2.1... Configuring transformers-compat-0.5.1.4... Installed stm-2.4.4.1 Building transformers-compat-0.5.1.4... Configuring utf8-string-1.0.1.1... Installed transformers-compat-0.5.1.4 Building utf8-string-1.0.1.1... Configuring zlib-0.6.1.2... Installed utf8-string-1.0.1.1 Building zlib-0.6.1.2... Installed zlib-0.6.1.2 Configuring data-default-instances-containers-0.0.1... Building data-default-instances-containers-0.0.1... Configuring data-default-instances-dlist-0.0.1... Installed data-default-instances-containers-0.0.1 Building data-default-instances-dlist-0.0.1... Configuring data-default-instances-old-locale-0.0.1... Installed text-1.2.2.1 Configuring vector-0.11.0.0... Installed data-default-instances-dlist-0.0.1 Building data-default-instances-old-locale-0.0.1... Building vector-0.11.0.0... Configuring tagged-0.8.5... Installed data-default-instances-old-locale-0.0.1 Building tagged-0.8.5... Installed tagged-0.8.5 Configuring hashable-1.2.5.0... Building hashable-1.2.5.0... Configuring data-default-0.7.1.1... Installed hashable-1.2.5.0 Building data-default-0.7.1.1... Installed data-default-0.7.1.1 Configuring case-insensitive-1.2.0.7... Building case-insensitive-1.2.0.7... Configuring uuid-types-1.0.3... Installed case-insensitive-1.2.0.7 Building uuid-types-1.0.3... Configuring unordered-containers-0.2.7.2... Installed uuid-types-1.0.3 Building unordered-containers-0.2.7.2... Configuring tostring-0.2.1.1... Installed vector-0.11.0.0 Building tostring-0.2.1.1... Configuring scientific-0.3.4.10... Installed unordered-containers-0.2.7.2 Building scientific-0.3.4.10... Installed tostring-0.2.1.1 Installed scientific-0.3.4.10 Configuring attoparsec-0.13.1.0... Building attoparsec-0.13.1.0... Installed attoparsec-0.13.1.0 Configuring aeson-1.1.0.0... Building aeson-1.1.0.0... Installed aeson-1.1.0.0 Configuring raft-0.3.11.0... Building raft-0.3.11.0... Failed to install raft-0.3.11.0 Build log ( /home/builder/.cabal/logs/raft-0.3.11.0.log ): cabal: Entering directory '/tmp/cabal-tmp-8478/raft-0.3.11.0' Configuring raft-0.3.11.0... Building raft-0.3.11.0... Preprocessing library raft-0.3.11.0... [ 1 of 37] Compiling Math.Series ( src/Math/Series.hs, dist/build/Math/Series.o ) [ 2 of 37] Compiling Math.Roots ( src/Math/Roots.hs, dist/build/Math/Roots.o ) [ 3 of 37] Compiling Math.Roots.Bisection ( src/Math/Roots/Bisection.hs, dist/build/Math/Roots/Bisection.o ) [ 4 of 37] Compiling Math.Monad ( src/Math/Monad.hs, dist/build/Math/Monad.o ) [ 5 of 37] Compiling Math.GeometricSeries ( src/Math/GeometricSeries.hs, dist/build/Math/GeometricSeries.o ) [ 6 of 37] Compiling Data.Tuple.Util ( src/Data/Tuple/Util.hs, dist/build/Data/Tuple/Util.o ) [ 7 of 37] Compiling Data.Time.Util ( src/Data/Time/Util.hs, dist/build/Data/Time/Util.o ) [ 8 of 37] Compiling Data.Tabular ( src/Data/Tabular.hs, dist/build/Data/Tabular.o ) [ 9 of 37] Compiling Data.Table ( src/Data/Table.hs, dist/build/Data/Table.o ) [10 of 37] Compiling Data.Table.Identifier ( src/Data/Table/Identifier.hs, dist/build/Data/Table/Identifier.o ) src/Data/Table/Identifier.hs:34:10: error: • Overlapping instances for Tabulatable (Id String) arising from a use of ‘Data.Table.$dmtabulations’ Matching instances: instance Tabulatable (Id String) -- Defined at src/Data/Table/Identifier.hs:34:10 instance (Read a, Show a) => Tabulatable (Id a) -- Defined at src/Data/Table/Identifier.hs:39:10 • In the expression: Data.Table.$dmtabulations @Id String In an equation for ‘tabulations’: tabulations = Data.Table.$dmtabulations @Id String In the instance declaration for ‘Tabulatable (Id String)’ src/Data/Table/Identifier.hs:34:10: error: • Overlapping instances for Tabulatable (Id String) arising from a use of ‘Data.Table.$dmtabulationsT’ Matching instances: instance Tabulatable (Id String) -- Defined at src/Data/Table/Identifier.hs:34:10 instance (Read a, Show a) => Tabulatable (Id a) -- Defined at src/Data/Table/Identifier.hs:39:10 • In the expression: Data.Table.$dmtabulationsT @Id String In an equation for ‘tabulationsT’: tabulationsT = Data.Table.$dmtabulationsT @Id String In the instance declaration for ‘Tabulatable (Id String)’ src/Data/Table/Identifier.hs:34:10: error: • Overlapping instances for Tabulatable (Id String) arising from a use of ‘Data.Table.$dmtabulations'’ Matching instances: instance Tabulatable (Id String) -- Defined at src/Data/Table/Identifier.hs:34:10 instance (Read a, Show a) => Tabulatable (Id a) -- Defined at src/Data/Table/Identifier.hs:39:10 • In the expression: Data.Table.$dmtabulations' @Id String In an equation for ‘tabulations'’: tabulations' = Data.Table.$dmtabulations' @Id String In the instance declaration for ‘Tabulatable (Id String)’ src/Data/Table/Identifier.hs:34:10: error: • Overlapping instances for Tabulatable (Id String) arising from a use of ‘Data.Table.$dmtabulationsT'’ Matching instances: instance Tabulatable (Id String) -- Defined at src/Data/Table/Identifier.hs:34:10 instance (Read a, Show a) => Tabulatable (Id a) -- Defined at src/Data/Table/Identifier.hs:39:10 • In the expression: Data.Table.$dmtabulationsT' @Id String In an equation for ‘tabulationsT'’: tabulationsT' = Data.Table.$dmtabulationsT' @Id String In the instance declaration for ‘Tabulatable (Id String)’ src/Data/Table/Identifier.hs:34:10: error: • Overlapping instances for Tabulatable (Id String) arising from a use of ‘Data.Table.$dmuntabulations’ Matching instances: instance Tabulatable (Id String) -- Defined at src/Data/Table/Identifier.hs:34:10 instance (Read a, Show a) => Tabulatable (Id a) -- Defined at src/Data/Table/Identifier.hs:39:10 • In the expression: Data.Table.$dmuntabulations @Id String In an equation for ‘untabulations’: untabulations = Data.Table.$dmuntabulations @Id String In the instance declaration for ‘Tabulatable (Id String)’ src/Data/Table/Identifier.hs:34:10: error: • Overlapping instances for Tabulatable (Id String) arising from a use of ‘Data.Table.$dmuntabulations'’ Matching instances: instance Tabulatable (Id String) -- Defined at src/Data/Table/Identifier.hs:34:10 instance (Read a, Show a) => Tabulatable (Id a) -- Defined at src/Data/Table/Identifier.hs:39:10 • In the expression: Data.Table.$dmuntabulations' @Id String In an equation for ‘untabulations'’: untabulations' = Data.Table.$dmuntabulations' @Id String In the instance declaration for ‘Tabulatable (Id String)’ src/Data/Table/Identifier.hs:34:10: error: • Overlapping instances for Tabulatable (Id String) arising from a use of ‘Data.Table.$dmsorted’ Matching instances: instance Tabulatable (Id String) -- Defined at src/Data/Table/Identifier.hs:34:10 instance (Read a, Show a) => Tabulatable (Id a) -- Defined at src/Data/Table/Identifier.hs:39:10 • In the expression: Data.Table.$dmsorted @Id String In an equation for ‘sorted’: sorted = Data.Table.$dmsorted @Id String In the instance declaration for ‘Tabulatable (Id String)’ src/Data/Table/Identifier.hs:34:10: error: • Overlapping instances for Tabulatable (Id String) arising from a use of ‘Data.Table.$dmfind’ Matching instances: instance Tabulatable (Id String) -- Defined at src/Data/Table/Identifier.hs:34:10 instance (Read a, Show a) => Tabulatable (Id a) -- Defined at src/Data/Table/Identifier.hs:39:10 • In the expression: Data.Table.$dmfind @Id String In an equation for ‘find’: find = Data.Table.$dmfind @Id String In the instance declaration for ‘Tabulatable (Id String)’ src/Data/Table/Identifier.hs:34:10: error: • Overlapping instances for Tabulatable (Id String) arising from a use of ‘Data.Table.$dmreadUncompressed’ Matching instances: instance Tabulatable (Id String) -- Defined at src/Data/Table/Identifier.hs:34:10 instance (Read a, Show a) => Tabulatable (Id a) -- Defined at src/Data/Table/Identifier.hs:39:10 • In the expression: Data.Table.$dmreadUncompressed @Id String In an equation for ‘readUncompressed’: readUncompressed = Data.Table.$dmreadUncompressed @Id String In the instance declaration for ‘Tabulatable (Id String)’ src/Data/Table/Identifier.hs:34:10: error: • Overlapping instances for Tabulatable (Id String) arising from a use of ‘Data.Table.$dmreadCompressed’ Matching instances: instance Tabulatable (Id String) -- Defined at src/Data/Table/Identifier.hs:34:10 instance (Read a, Show a) => Tabulatable (Id a) -- Defined at src/Data/Table/Identifier.hs:39:10 • In the expression: Data.Table.$dmreadCompressed @Id String In an equation for ‘readCompressed’: readCompressed = Data.Table.$dmreadCompressed @Id String In the instance declaration for ‘Tabulatable (Id String)’ src/Data/Table/Identifier.hs:34:10: error: • Overlapping instances for Tabulatable (Id String) arising from a use of ‘Data.Table.$dmwriteUncompressed’ Matching instances: instance Tabulatable (Id String) -- Defined at src/Data/Table/Identifier.hs:34:10 instance (Read a, Show a) => Tabulatable (Id a) -- Defined at src/Data/Table/Identifier.hs:39:10 • In the expression: Data.Table.$dmwriteUncompressed @Id String In an equation for ‘writeUncompressed’: writeUncompressed = Data.Table.$dmwriteUncompressed @Id String In the instance declaration for ‘Tabulatable (Id String)’ src/Data/Table/Identifier.hs:34:10: error: • Overlapping instances for Tabulatable (Id String) arising from a use of ‘Data.Table.$dmwriteCompressed’ Matching instances: instance Tabulatable (Id String) -- Defined at src/Data/Table/Identifier.hs:34:10 instance (Read a, Show a) => Tabulatable (Id a) -- Defined at src/Data/Table/Identifier.hs:39:10 • In the expression: Data.Table.$dmwriteCompressed @Id String In an equation for ‘writeCompressed’: writeCompressed = Data.Table.$dmwriteCompressed @Id String In the instance declaration for ‘Tabulatable (Id String)’ cabal: Leaving directory '/tmp/cabal-tmp-8478/raft-0.3.11.0' cabal: Error: some packages failed to install: raft-0.3.11.0 failed during the building phase. The exception was: ExitFailure 1