Skip to content

Instantly share code, notes, and snippets.

@bgamari
Created August 23, 2018 22:04
Show Gist options
  • Save bgamari/f7e1990caa25bc9d9c198dd93c2a8100 to your computer and use it in GitHub Desktop.
Save bgamari/f7e1990caa25bc9d9c198dd93c2a8100 to your computer and use it in GitHub Desktop.
+ make -j9
===--- building phase 0
make --no-print-directory -f ghc.mk phase=0 phase_0_builds
make[1]: Nothing to be done for 'phase_0_builds'.
===--- building phase 1
make --no-print-directory -f ghc.mk phase=1 phase_1_builds
make[1]: Nothing to be done for 'phase_1_builds'.
===--- building final phase
make --no-print-directory -f ghc.mk phase=final all
make -C utils/haddock/doc html SPHINX_BUILD=/nix/store/yi8zqnh793fp117hlqkqvcd4kghwk44a-ghc-build-environment/bin/sphinx-build
/nix/store/yi8zqnh793fp117hlqkqvcd4kghwk44a-ghc-build-environment/bin/sphinx-build -b html . .build-html
Running Sphinx v1.7.1
loading translations [en]... done
loading pickled environment... done
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 0 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
looking for now-outdated files... none found
no targets are out of date.
build succeeded.
The HTML pages are in .build-html.
cp -R utils/haddock/doc/.build-html utils/haddock/doc/haddock
+ cd cryptohash-sha256-0.11.101.0
+ rm -R dist-newstyle
+ ghc=/home/ben/ghc/ghc-8.6/inplace/bin/ghc-stage2
+ args='--disable-documentation --disable-profiling --disable-executable-profiling --disable-library-profiling -w /home/ben/ghc/ghc-8.6/inplace/bin/ghc-stage2'
+ nix run nixpkgs.cabal-install -c cabal new-run --disable-documentation --disable-profiling --disable-executable-profiling --disable-library-profiling -w /home/ben/ghc/ghc-8.6/inplace/bin/ghc-stage2 --enable-test --disable-benchmarks '--allow-newer=*:base,*:stm,*:tasty' test:test-sha256 -- +RTS -N8
Warning: Unknown/unsupported 'ghc' version detected (Cabal 2.2.0.1 supports
'ghc' version < 8.5): /home/ben/ghc/ghc-8.6/inplace/bin/ghc-stage2 is version
8.6.0.20180727
Resolving dependencies...
Build profile: -w ghc-8.6.0.20180727 -O1
In order, the following will be built (use -v for more details):
- SHA-1.6.4.4 (lib) (requires build)
- base16-bytestring-0.1.1.6 (lib:base16-bytestring) (requires build)
- clock-0.7.2 (lib) (requires build)
- colour-2.3.4 (lib) (requires build)
- cryptohash-sha256-0.11.101.0 (lib) (first run)
- hashable-1.2.7.0 (lib) (requires build)
- primitive-0.6.4.0 (lib) (requires build)
- random-1.1 (lib) (requires build)
- tagged-0.8.6 (lib) (requires build)
- transformers-compat-0.6.2 (lib) (requires build)
- unbounded-delays-0.1.1.0 (lib:unbounded-delays) (requires build)
- wcwidth-0.0.2 (lib:wcwidth) (requires build)
- ansi-terminal-0.8.0.4 (lib) (requires build)
- async-2.2.1 (lib) (requires build)
- tf-random-0.5 (lib) (requires build)
- ansi-wl-pprint-0.6.8.2 (lib) (requires build)
- QuickCheck-2.11.3 (lib) (requires build)
- optparse-applicative-0.14.2.0 (lib) (requires build)
- tasty-1.1.0.3 (lib) (requires build)
- tasty-quickcheck-0.8.4 (lib) (requires build)
- tasty-hunit-0.9.2 (lib) (requires build)
- cryptohash-sha256-0.11.101.0 (test:test-sha256) (first run)
Configuring base16-bytestring-0.1.1.6 (all, legacy fallback)...
Configuring clock-0.7.2 (lib)...
Configuring colour-2.3.4 (lib)...
Configuring random-1.1 (lib)...
Configuring library for cryptohash-sha256-0.11.101.0..
Configuring tagged-0.8.6 (lib)...
Configuring SHA-1.6.4.4 (lib)...
Configuring primitive-0.6.4.0 (lib)...
Configuring hashable-1.2.7.0 (lib)...
Warning: Packages using 'cabal-version: >= 1.10' must specify the
'default-language' field for each component (e.g. Haskell98 or Haskell2010).
If a component uses different languages in different modules then list the
other ones in the 'other-languages' field.
Building base16-bytestring-0.1.1.6 (all, legacy fallback)...
Building clock-0.7.2 (lib)...
Building random-1.1 (lib)...
Building colour-2.3.4 (lib)...
Preprocessing library for cryptohash-sha256-0.11.101.0..
Building library for cryptohash-sha256-0.11.101.0..
Building SHA-1.6.4.4 (lib)...
Building tagged-0.8.6 (lib)...
Building hashable-1.2.7.0 (lib)...
Building primitive-0.6.4.0 (lib)...
[1 of 2] Compiling Crypto.Hash.SHA256.FFI ( src/Crypto/Hash/SHA256/FFI.hs, /mnt/work/ghc/ghc/cryptohash-sha256-0.11.101.0/dist-newstyle/build/x86_64-linux/ghc-8.6.0.20180727/cryptohash-sha256-0.11.101.0/build/Crypto/Hash/SHA256/FFI.o )
Configuring transformers-compat-0.6.2 (lib)...
[2 of 2] Compiling Crypto.Hash.SHA256 ( src/Crypto/Hash/SHA256.hs, /mnt/work/ghc/ghc/cryptohash-sha256-0.11.101.0/dist-newstyle/build/x86_64-linux/ghc-8.6.0.20180727/cryptohash-sha256-0.11.101.0/build/Crypto/Hash/SHA256.o )
Building transformers-compat-0.6.2 (lib)...
Failed to build SHA-1.6.4.4.
Build log (
/home/ben/.cabal/logs/ghc-8.6.0.20180727/SHA-1.6.4.4-bb76e60e3ff80c924de9b8635f3e07f4a3039402d99dfca360bd3707762911c4.log
):
Configuring library for SHA-1.6.4.4..
Preprocessing library for SHA-1.6.4.4..
Building library for SHA-1.6.4.4..
[1 of 1] Compiling Data.Digest.Pure.SHA ( src/Data/Digest/Pure/SHA.hs, dist/build/Data/Digest/Pure/SHA.o )
src/Data/Digest/Pure/SHA.hs:42:1: error:
Bad interface file: /mnt/work/ghc/ghc-8.6/libraries/binary/dist-install/build/Data/Binary.hi
Something is amiss; requested module binary-0.8.6.0:Data.Binary differs from name found in the interface file binary-0.8.5.1:Data.Binary (if these names look the same, try again with -dppr-debug)
|
42 | import Data.Binary
| ^^^^^^^^^^^^^^^^^^
src/Data/Digest/Pure/SHA.hs:43:1: error:
Bad interface file: /mnt/work/ghc/ghc-8.6/libraries/binary/dist-install/build/Data/Binary/Get.hi
Something is amiss; requested module binary-0.8.6.0:Data.Binary.Get differs from name found in the interface file binary-0.8.5.1:Data.Binary.Get (if these names look the same, try again with -dppr-debug)
|
43 | import Data.Binary.Get
| ^^^^^^^^^^^^^^^^^^^^^^
src/Data/Digest/Pure/SHA.hs:44:1: error:
Bad interface file: /mnt/work/ghc/ghc-8.6/libraries/binary/dist-install/build/Data/Binary/Put.hi
Something is amiss; requested module binary-0.8.6.0:Data.Binary.Put differs from name found in the interface file binary-0.8.5.1:Data.Binary.Put (if these names look the same, try again with -dppr-debug)
|
44 | import Data.Binary.Put
| ^^^^^^^^^^^^^^^^^^^^^^
Failed to build base16-bytestring-0.1.1.6.
Build log (
/home/ben/.cabal/logs/ghc-8.6.0.20180727/base16-bytestring-0.1.1.6-81056d110de0a79309ab36c8c7e74e32502b817d74e3828fac44ed2d8bd4b472.log
):
Warning: base16-bytestring.cabal:9:1: The field "copyright" is specified more
than once at positions 9:1, 12:1
Configuring base16-bytestring-0.1.1.6...
Preprocessing library for base16-bytestring-0.1.1.6..
Building library for base16-bytestring-0.1.1.6..
[1 of 2] Compiling Data.ByteString.Base16 ( Data/ByteString/Base16.hs, dist/build/Data/ByteString/Base16.o )
[2 of 2] Compiling Data.ByteString.Base16.Lazy ( Data/ByteString/Base16/Lazy.hs, dist/build/Data/ByteString/Base16/Lazy.o )
on the commandline: warning:
-auto-all is deprecated: Use -fprof-auto instead
[1 of 2] Compiling Data.ByteString.Base16 ( Data/ByteString/Base16.hs, dist/build/Data/ByteString/Base16.p_o )
Data/ByteString/Base16.hs:14:8: error:
Could not find module ‘Prelude’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
14 | module Data.ByteString.Base16
| ^^^^^^^^^^^^^^^^^^^^^^
Data/ByteString/Base16.hs:20:1: error:
Could not find module ‘Data.ByteString.Char8’
Perhaps you haven't installed the profiling libraries for package ‘bytestring-0.10.8.2’?
Use -v to see a list of the files searched for.
|
20 | import Data.ByteString.Char8 (empty)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/ByteString/Base16.hs:21:1: error:
Could not find module ‘Data.ByteString.Internal’
Perhaps you haven't installed the profiling libraries for package ‘bytestring-0.10.8.2’?
Use -v to see a list of the files searched for.
|
21 | import Data.ByteString.Internal (ByteString(..), createAndTrim', unsafeCreate)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/ByteString/Base16.hs:22:1: error:
Could not find module ‘Data.Bits’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
22 | import Data.Bits (shiftL)
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Data/ByteString/Base16.hs:23:1: error:
Could not find module ‘Foreign.ForeignPtr’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
23 | import Foreign.ForeignPtr (ForeignPtr, withForeignPtr)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/ByteString/Base16.hs:24:1: error:
Could not find module ‘Foreign.Ptr’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
24 | import Foreign.Ptr (Ptr, minusPtr, plusPtr)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/ByteString/Base16.hs:25:1: error:
Could not find module ‘Foreign.Storable’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
25 | import Foreign.Storable (peek, poke)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/ByteString/Base16.hs:26:1: error:
Could not find module ‘System.IO.Unsafe’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
26 | import System.IO.Unsafe (unsafePerformIO)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/ByteString/Base16.hs:28:1: error:
Could not find module ‘GHC.Types’
Perhaps you haven't installed the profiling libraries for package ‘ghc-prim-0.5.3’?
Use -v to see a list of the files searched for.
|
28 | import GHC.Types
| ^^^^^^^^^^^^^^^^
Data/ByteString/Base16.hs:29:1: error:
Could not find module ‘GHC.Word’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
29 | import GHC.Word
| ^^^^^^^^^^^^^^^
Failed to build clock-0.7.2.
Build log (
/home/ben/.cabal/logs/ghc-8.6.0.20180727/clock-0.7.2-4ca04eed984dbeef2c3e82a298f66b4b174c4a5869c963e457ae899270cbd334.log
):
Configuring library for clock-0.7.2..
Preprocessing library for clock-0.7.2..
Clock.hsc:44:0: warning: "hsc_alignment" redefined
In file included from dist/build/System/Clock_hsc_make.c:1:0:
/home/ben/ghc/ghc-8.6/inplace/lib/template-hsc.h:91:0: note: this is the location of the previous definition
#define hsc_alignment(x...) \
Building library for clock-0.7.2..
[1 of 1] Compiling System.Clock ( dist/build/System/Clock.hs, dist/build/System/Clock.o )
[1 of 1] Compiling System.Clock ( dist/build/System/Clock.hs, dist/build/System/Clock.p_o )
System/Clock.hsc:11:8: error:
Could not find module ‘Prelude’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
11 | module System.Clock
| ^^^^^^^^^^^^
System/Clock.hsc:22:1: error:
Could not find module ‘Control.Applicative’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
22 | import Control.Applicative ((<$>), (<*>))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
System/Clock.hsc:23:1: error:
Could not find module ‘Data.Int’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
23 | import Data.Int
| ^^^^^^^^^^^^^^^
System/Clock.hsc:24:1: error:
Could not find module ‘Data.Word’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
24 | import Data.Word
| ^^^^^^^^^^^^^^^^
System/Clock.hsc:25:1: error:
Could not find module ‘Data.Typeable’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
25 | import Data.Typeable (Typeable)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
System/Clock.hsc:26:1: error:
Could not find module ‘Foreign.Ptr’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
26 | import Foreign.Ptr
| ^^^^^^^^^^^^^^^^^^
System/Clock.hsc:27:1: error:
Could not find module ‘Foreign.Storable’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
27 | import Foreign.Storable
| ^^^^^^^^^^^^^^^^^^^^^^^
System/Clock.hsc:28:1: error:
Could not find module ‘Foreign.Marshal.Alloc’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
28 | import Foreign.Marshal.Alloc
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
System/Clock.hsc:29:1: error:
Could not find module ‘GHC.Generics’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
29 | import GHC.Generics (Generic)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Failed to build colour-2.3.4.
Build log (
/home/ben/.cabal/logs/ghc-8.6.0.20180727/colour-2.3.4-0296600b8094108af0fb727089e6e188873f3197ff8f3eee17b5934ecbdd9723.log
):
Configuring library for colour-2.3.4..
Preprocessing library for colour-2.3.4..
Building library for colour-2.3.4..
[ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, dist/build/Data/Colour/CIE/Chromaticity.o )
[ 2 of 14] Compiling Data.Colour.CIE.Illuminant ( Data/Colour/CIE/Illuminant.hs, dist/build/Data/Colour/CIE/Illuminant.o )
[ 3 of 14] Compiling Data.Colour.Chan ( Data/Colour/Chan.hs, dist/build/Data/Colour/Chan.o )
[ 4 of 14] Compiling Data.Colour.Internal ( Data/Colour/Internal.hs, dist/build/Data/Colour/Internal.o )
[ 5 of 14] Compiling Data.Colour.Matrix ( Data/Colour/Matrix.hs, dist/build/Data/Colour/Matrix.o )
[ 6 of 14] Compiling Data.Colour.RGB ( Data/Colour/RGB.hs, dist/build/Data/Colour/RGB.o )
[ 7 of 14] Compiling Data.Colour.RGBSpace.HSL ( Data/Colour/RGBSpace/HSL.hs, dist/build/Data/Colour/RGBSpace/HSL.o )
[ 8 of 14] Compiling Data.Colour.RGBSpace.HSV ( Data/Colour/RGBSpace/HSV.hs, dist/build/Data/Colour/RGBSpace/HSV.o )
[ 9 of 14] Compiling Data.Colour.SRGB.Linear ( Data/Colour/SRGB/Linear.hs, dist/build/Data/Colour/SRGB/Linear.o )
[10 of 14] Compiling Data.Colour.RGBSpace ( Data/Colour/RGBSpace.hs, dist/build/Data/Colour/RGBSpace.o )
[11 of 14] Compiling Data.Colour.SRGB ( Data/Colour/SRGB.hs, dist/build/Data/Colour/SRGB.o )
[12 of 14] Compiling Data.Colour ( Data/Colour.hs, dist/build/Data/Colour.o )
[13 of 14] Compiling Data.Colour.Names ( Data/Colour/Names.hs, dist/build/Data/Colour/Names.o )
[14 of 14] Compiling Data.Colour.CIE ( Data/Colour/CIE.hs, dist/build/Data/Colour/CIE.o )
[ 1 of 14] Compiling Data.Colour.CIE.Chromaticity ( Data/Colour/CIE/Chromaticity.hs, dist/build/Data/Colour/CIE/Chromaticity.p_o )
Data/Colour/CIE/Chromaticity.hs:23:8: error:
Could not find module ‘Prelude’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
23 | module Data.Colour.CIE.Chromaticity where
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Failed to build hashable-1.2.7.0.
Build log (
/home/ben/.cabal/logs/ghc-8.6.0.20180727/hashable-1.2.7.0-b8fa614617fa7db4b6eca4ac1257d5f8ace5dc8c3338eec9d96f84f20b7d6def.log
):
Configuring library for hashable-1.2.7.0..
Preprocessing library for hashable-1.2.7.0..
Building library for hashable-1.2.7.0..
[1 of 4] Compiling Data.Hashable.Class ( Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o )
[2 of 4] Compiling Data.Hashable.Generic ( Data/Hashable/Generic.hs, dist/build/Data/Hashable/Generic.o )
[3 of 4] Compiling Data.Hashable ( Data/Hashable.hs, dist/build/Data/Hashable.o )
[4 of 4] Compiling Data.Hashable.Lifted ( Data/Hashable/Lifted.hs, dist/build/Data/Hashable/Lifted.o )
[1 of 4] Compiling Data.Hashable.Class ( Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.p_o )
Data/Hashable/Class.hs:33:8: error:
Could not find module ‘Prelude’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
33 | module Data.Hashable.Class
| ^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:66:1: error:
Could not find module ‘Control.Applicative’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
66 | import Control.Applicative (Const(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:67:1: error:
Could not find module ‘Control.Exception’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
67 | import Control.Exception (assert)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:68:1: error:
Could not find module ‘Control.DeepSeq’
Perhaps you haven't installed the profiling libraries for package ‘deepseq-1.4.4.0’?
Use -v to see a list of the files searched for.
|
68 | import Control.DeepSeq (NFData(rnf))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:69:1: error:
Could not find module ‘Data.Bits’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
69 | import Data.Bits (shiftL, shiftR, xor)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:70:1: error:
Could not find module ‘Data.ByteString’
Perhaps you haven't installed the profiling libraries for package ‘bytestring-0.10.8.2’?
Use -v to see a list of the files searched for.
|
70 | import qualified Data.ByteString as B
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:71:1: error:
Could not find module ‘Data.ByteString.Lazy’
Perhaps you haven't installed the profiling libraries for package ‘bytestring-0.10.8.2’?
Use -v to see a list of the files searched for.
|
71 | import qualified Data.ByteString.Lazy as BL
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:72:1: error:
Could not find module ‘Data.ByteString.Unsafe’
Perhaps you haven't installed the profiling libraries for package ‘bytestring-0.10.8.2’?
Use -v to see a list of the files searched for.
|
72 | import qualified Data.ByteString.Unsafe as B
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:73:1: error:
Could not find module ‘Data.Complex’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
73 | import Data.Complex (Complex(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:74:1: error:
Could not find module ‘Data.Int’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
74 | import Data.Int (Int8, Int16, Int32, Int64)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:75:1: error:
Could not find module ‘Data.List’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
75 | import Data.List (foldl')
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:76:1: error:
Could not find module ‘Data.Ratio’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
76 | import Data.Ratio (Ratio, denominator, numerator)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:77:1: error:
Could not find module ‘Data.Text’
Perhaps you haven't installed the profiling libraries for package ‘text-1.2.3.0’?
Use -v to see a list of the files searched for.
|
77 | import qualified Data.Text as T
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:78:1: error:
Could not find module ‘Data.Text.Array’
Perhaps you haven't installed the profiling libraries for package ‘text-1.2.3.0’?
Use -v to see a list of the files searched for.
|
78 | import qualified Data.Text.Array as TA
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:79:1: error:
Could not find module ‘Data.Text.Internal’
Perhaps you haven't installed the profiling libraries for package ‘text-1.2.3.0’?
Use -v to see a list of the files searched for.
|
79 | import qualified Data.Text.Internal as T
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:80:1: error:
Could not find module ‘Data.Text.Lazy’
Perhaps you haven't installed the profiling libraries for package ‘text-1.2.3.0’?
Use -v to see a list of the files searched for.
|
80 | import qualified Data.Text.Lazy as TL
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:81:1: error:
Could not find module ‘Data.Version’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
81 | import Data.Version (Version(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:82:1: error:
Could not find module ‘Data.Word’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
82 | import Data.Word (Word8, Word16, Word32, Word64)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:83:1: error:
Could not find module ‘Foreign.C’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
83 | import Foreign.C (CString)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:84:1: error:
Could not find module ‘Foreign.Marshal.Utils’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
84 | import Foreign.Marshal.Utils (with)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:85:1: error:
Could not find module ‘Foreign.Ptr’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
85 | import Foreign.Ptr (Ptr, FunPtr, IntPtr, WordPtr, castPtr, castFunPtrToPtr, ptrToIntPtr)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:86:1: error:
Could not find module ‘Foreign.Storable’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
86 | import Foreign.Storable (alignment, peek, sizeOf)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:87:1: error:
Could not find module ‘GHC.Base’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
87 | import GHC.Base (ByteArray#)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:88:1: error:
Could not find module ‘GHC.Conc’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
88 | import GHC.Conc (ThreadId(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:90:1: error:
Could not find module ‘System.IO.Unsafe’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
90 | import System.IO.Unsafe (unsafeDupablePerformIO)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:91:1: error:
Could not find module ‘System.Mem.StableName’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
91 | import System.Mem.StableName
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:92:1: error:
Could not find module ‘Data.Unique’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
92 | import Data.Unique (Unique, hashUnique)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:95:1: error:
Could not find module ‘Data.Foldable’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
95 | import qualified Data.Foldable as F
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:98:1: error:
Could not find module ‘Data.Proxy’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
98 | import Data.Proxy (Proxy)
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:102:1: error:
Could not find module ‘Data.Fixed’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
102 | import Data.Fixed (Fixed(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:106:1: error:
Could not find module ‘Data.Functor.Identity’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
106 | import Data.Functor.Identity (Identity(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:110:1: error:
Could not find module ‘GHC.Generics’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
110 | import GHC.Generics
| ^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:114:1: error:
Could not find module ‘Type.Reflection’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
114 | import Type.Reflection (Typeable, TypeRep, SomeTypeRep(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:115:1: error:
Could not find module ‘Type.Reflection.Unsafe’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
115 | import Type.Reflection.Unsafe (typeRepFingerprint)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:116:1: error:
Could not find module ‘GHC.Fingerprint.Type’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
116 | import GHC.Fingerprint.Type(Fingerprint(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:128:1: error:
Could not find module ‘Foreign.C’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
128 | import Foreign.C (CLong(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:129:1: error:
Could not find module ‘Foreign.C.Types’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
129 | import Foreign.C.Types (CInt(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:140:1: error:
Could not find module ‘Data.Bits’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
140 | import Data.Bits (finiteBitSize)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:150:1: error:
Could not find module ‘Data.ByteString.Short.Internal’
Perhaps you haven't installed the profiling libraries for package ‘bytestring-0.10.8.2’?
Use -v to see a list of the files searched for.
|
150 | import qualified Data.ByteString.Short.Internal as BSI
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:159:1: error:
Could not find module ‘GHC.Exts’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
159 | import GHC.Exts (Int(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:160:1: error:
Could not find module ‘GHC.Integer.GMP.Internals’
Perhaps you haven't installed the profiling libraries for package ‘integer-gmp-1.0.2.0’?
Use -v to see a list of the files searched for.
|
160 | import GHC.Integer.GMP.Internals (Integer(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:162:1: error:
Could not find module ‘GHC.Exts’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
162 | import GHC.Exts (sizeofByteArray#)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:163:1: error:
Could not find module ‘GHC.Integer.GMP.Internals’
Perhaps you haven't installed the profiling libraries for package ‘integer-gmp-1.0.2.0’?
Use -v to see a list of the files searched for.
|
163 | import GHC.Integer.GMP.Internals (BigNat(BN#))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:168:1: error:
Could not find module ‘Data.Void’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
168 | import Data.Void (Void, absurd)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:169:1: error:
Could not find module ‘GHC.Natural’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
169 | import GHC.Natural (Natural(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:170:1: error:
Could not find module ‘GHC.Exts’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
170 | import GHC.Exts (Word(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:174:1: error:
Could not find module ‘Data.List.NonEmpty’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
174 | import qualified Data.List.NonEmpty as NE
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:175:1: error:
Could not find module ‘Data.Semigroup’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
175 | import Data.Semigroup
| ^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:176:1: error:
Could not find module ‘Data.Functor.Classes’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
176 | import Data.Functor.Classes (Eq1(..),Ord1(..),Show1(..),showsUnaryWith)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:178:1: error:
Could not find module ‘Data.Functor.Compose’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
178 | import Data.Functor.Compose (Compose(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:179:1: error:
Could not find module ‘Data.Functor.Product’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
179 | import qualified Data.Functor.Product as FP
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:180:1: error:
Could not find module ‘Data.Functor.Sum’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
180 | import qualified Data.Functor.Sum as FS
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Data/Hashable/Class.hs:183:1: error:
Could not find module ‘Data.String’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
183 | import Data.String (IsString(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Failed to build primitive-0.6.4.0.
Build log (
/home/ben/.cabal/logs/ghc-8.6.0.20180727/primitive-0.6.4.0-4a33079c5b84faebbb74f4c8f7ac0d29528d5fe18d0f6c20a267b5bb6c583583.log
):
Configuring library for primitive-0.6.4.0..
Preprocessing library for primitive-0.6.4.0..
Building library for primitive-0.6.4.0..
[ 1 of 15] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.o )
[ 2 of 15] Compiling Data.Primitive.Internal.Compat ( Data/Primitive/Internal/Compat.hs, dist/build/Data/Primitive/Internal/Compat.o )
[ 3 of 15] Compiling Data.Primitive.Array ( Data/Primitive/Array.hs, dist/build/Data/Primitive/Array.o )
[ 4 of 15] Compiling Data.Primitive.MVar ( Data/Primitive/MVar.hs, dist/build/Data/Primitive/MVar.o )
[ 5 of 15] Compiling Data.Primitive.MachDeps ( Data/Primitive/MachDeps.hs, dist/build/Data/Primitive/MachDeps.o )
[ 6 of 15] Compiling Data.Primitive.Internal.Operations ( Data/Primitive/Internal/Operations.hs, dist/build/Data/Primitive/Internal/Operations.o )
[ 7 of 15] Compiling Data.Primitive.MutVar ( Data/Primitive/MutVar.hs, dist/build/Data/Primitive/MutVar.o )
[ 8 of 15] Compiling Data.Primitive.SmallArray ( Data/Primitive/SmallArray.hs, dist/build/Data/Primitive/SmallArray.o )
[ 9 of 15] Compiling Data.Primitive.Types ( Data/Primitive/Types.hs, dist/build/Data/Primitive/Types.o )
[10 of 15] Compiling Data.Primitive.ByteArray ( Data/Primitive/ByteArray.hs, dist/build/Data/Primitive/ByteArray.o )
[11 of 15] Compiling Data.Primitive.PrimArray ( Data/Primitive/PrimArray.hs, dist/build/Data/Primitive/PrimArray.o )
[12 of 15] Compiling Data.Primitive.Ptr ( Data/Primitive/Ptr.hs, dist/build/Data/Primitive/Ptr.o )
[13 of 15] Compiling Data.Primitive.Addr ( Data/Primitive/Addr.hs, dist/build/Data/Primitive/Addr.o )
[14 of 15] Compiling Data.Primitive.UnliftedArray ( Data/Primitive/UnliftedArray.hs, dist/build/Data/Primitive/UnliftedArray.o )
[15 of 15] Compiling Data.Primitive ( Data/Primitive.hs, dist/build/Data/Primitive.o )
[ 1 of 15] Compiling Control.Monad.Primitive ( Control/Monad/Primitive.hs, dist/build/Control/Monad/Primitive.p_o )
Control/Monad/Primitive.hs:17:8: error:
Could not find module ‘Prelude’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
17 | module Control.Monad.Primitive (
| ^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:27:1: error:
Could not find module ‘GHC.Base’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
27 | import GHC.Base ( unsafeCoerce#, realWorld# )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:29:1: error:
Could not find module ‘GHC.Base’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
29 | import GHC.Base ( seq# )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:34:1: error:
Could not find module ‘GHC.IO’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
34 | import GHC.IO ( IO(..) )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:38:1: error:
Could not find module ‘GHC.ST’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
38 | import GHC.ST ( ST(..) )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:40:1: error:
Could not find module ‘Control.Monad.Trans.Class’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
40 | import Control.Monad.Trans.Class (lift)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:45:1: error:
Could not find module ‘Control.Monad.Trans.Cont’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
45 | import Control.Monad.Trans.Cont ( ContT )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:46:1: error:
Could not find module ‘Control.Monad.Trans.Identity’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
46 | import Control.Monad.Trans.Identity ( IdentityT (IdentityT) )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:47:1: error:
Could not find module ‘Control.Monad.Trans.List’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
47 | import Control.Monad.Trans.List ( ListT )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:48:1: error:
Could not find module ‘Control.Monad.Trans.Maybe’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
48 | import Control.Monad.Trans.Maybe ( MaybeT )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:49:1: error:
Could not find module ‘Control.Monad.Trans.Error’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
49 | import Control.Monad.Trans.Error ( ErrorT, Error)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:50:1: error:
Could not find module ‘Control.Monad.Trans.Reader’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
50 | import Control.Monad.Trans.Reader ( ReaderT )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:51:1: error:
Could not find module ‘Control.Monad.Trans.State’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
51 | import Control.Monad.Trans.State ( StateT )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:52:1: error:
Could not find module ‘Control.Monad.Trans.Writer’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
52 | import Control.Monad.Trans.Writer ( WriterT )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:53:1: error:
Could not find module ‘Control.Monad.Trans.RWS’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
53 | import Control.Monad.Trans.RWS ( RWST )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:56:1: error:
Could not find module ‘Control.Monad.Trans.Except’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
56 | import Control.Monad.Trans.Except ( ExceptT )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:60:1: error:
Could not find module ‘Control.Monad.Trans.Accum’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
60 | import Control.Monad.Trans.Accum ( AccumT )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:61:1: error:
Could not find module ‘Control.Monad.Trans.Select’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
61 | import Control.Monad.Trans.Select ( SelectT )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:64:1: error:
Could not find module ‘Control.Monad.Trans.RWS.Strict’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
64 | import qualified Control.Monad.Trans.RWS.Strict as Strict ( RWST )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:65:1: error:
Could not find module ‘Control.Monad.Trans.State.Strict’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
65 | import qualified Control.Monad.Trans.State.Strict as Strict ( StateT )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Primitive.hs:66:1: error:
Could not find module ‘Control.Monad.Trans.Writer.Strict’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
66 | import qualified Control.Monad.Trans.Writer.Strict as Strict ( WriterT )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Failed to build random-1.1.
Build log (
/home/ben/.cabal/logs/ghc-8.6.0.20180727/random-1.1-0f370a0adc20c05a03f86ec1a2121f8c312fcf99a95ce086674146e9232e224b.log
):
Warning: random.cabal:15:2: Tabs used as indentation at 15:2, 16:2, 17:2
Configuring library for random-1.1..
Preprocessing library for random-1.1..
Building library for random-1.1..
[1 of 1] Compiling System.Random ( System/Random.hs, dist/build/System/Random.o )
System/Random.hs:43:1: warning: [-Wtabs]
Tab character found here, and in 74 further locations.
Please use spaces instead.
|
43 | (
| ^^^^^^^^
[1 of 1] Compiling System.Random ( System/Random.hs, dist/build/System/Random.p_o )
System/Random.hs:78:1: error:
Could not find module ‘Prelude’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
78 | import Prelude
| ^^^^^^^^^^^^^^
System/Random.hs:80:1: error:
Could not find module ‘Data.Bits’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
80 | import Data.Bits
| ^^^^^^^^^^^^^^^^
System/Random.hs:81:1: error:
Could not find module ‘Data.Int’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
81 | import Data.Int
| ^^^^^^^^^^^^^^^
System/Random.hs:82:1: error:
Could not find module ‘Data.Word’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
82 | import Data.Word
| ^^^^^^^^^^^^^^^^
System/Random.hs:83:1: error:
Could not find module ‘Foreign.C.Types’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
83 | import Foreign.C.Types
| ^^^^^^^^^^^^^^^^^^^^^^
System/Random.hs:90:1: error:
Could not find module ‘System.CPUTime’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
90 | import System.CPUTime ( getCPUTime )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
System/Random.hs:91:1: error:
Could not find module ‘Data.Time’
Perhaps you haven't installed the profiling libraries for package ‘time-1.8.0.2’?
Use -v to see a list of the files searched for.
|
91 | import Data.Time ( getCurrentTime, UTCTime(..) )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
System/Random.hs:92:1: error:
Could not find module ‘Data.Ratio’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
92 | import Data.Ratio ( numerator, denominator )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
System/Random.hs:94:1: error:
Could not find module ‘Data.Char’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
94 | import Data.Char ( isSpace, chr, ord )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
System/Random.hs:95:1: error:
Could not find module ‘System.IO.Unsafe’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
95 | import System.IO.Unsafe ( unsafePerformIO )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
System/Random.hs:96:1: error:
Could not find module ‘Data.IORef’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
96 | import Data.IORef ( IORef, newIORef, readIORef, writeIORef )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
System/Random.hs:98:1: error:
Could not find module ‘Data.IORef’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
98 | import Data.IORef ( atomicModifyIORef' )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
System/Random.hs:102:1: error:
Could not find module ‘Numeric’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
102 | import Numeric ( readDec )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
System/Random.hs:105:1: error:
Could not find module ‘GHC.Exts’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
105 | import GHC.Exts ( build )
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Failed to build tagged-0.8.6.
Build log (
/home/ben/.cabal/logs/ghc-8.6.0.20180727/tagged-0.8.6-2f2c7d20f44f001d9eca9d516287058ad6fc4e0c532edf6fcd2764b4a7e5c6a0.log
):
Configuring library for tagged-0.8.6..
Preprocessing library for tagged-0.8.6..
Building library for tagged-0.8.6..
[1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, dist/build/Data/Proxy/TH.o )
[2 of 2] Compiling Data.Tagged ( src/Data/Tagged.hs, dist/build/Data/Tagged.o )
[1 of 2] Compiling Data.Proxy.TH ( src/Data/Proxy/TH.hs, dist/build/Data/Proxy/TH.p_o )
src/Data/Proxy/TH.hs:5:8: error:
Could not find module ‘Prelude’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
5 | module Data.Proxy.TH
| ^^^^^^^^^^^^^
src/Data/Proxy/TH.hs:12:1: error:
Could not find module ‘Data.Char’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
12 | import Data.Char
| ^^^^^^^^^^^^^^^^
src/Data/Proxy/TH.hs:20:1: error:
Could not find module ‘Language.Haskell.TH’
Perhaps you haven't installed the profiling libraries for package ‘template-haskell-2.14.0.0’?
Use -v to see a list of the files searched for.
|
20 | import Language.Haskell.TH
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Proxy/TH.hs:21:1: error:
Could not find module ‘Language.Haskell.TH.Quote’
Perhaps you haven't installed the profiling libraries for package ‘template-haskell-2.14.0.0’?
Use -v to see a list of the files searched for.
|
21 | import Language.Haskell.TH.Quote
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/Proxy/TH.hs:22:1: error:
Could not find module ‘Language.Haskell.TH.Syntax’
Perhaps you haven't installed the profiling libraries for package ‘template-haskell-2.14.0.0’?
Use -v to see a list of the files searched for.
|
22 | import Language.Haskell.TH.Syntax
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Failed to build transformers-compat-0.6.2.
Build log (
/home/ben/.cabal/logs/ghc-8.6.0.20180727/transformers-compat-0.6.2-8d3036e3ea4eed22938760284814c9798b98e56c9cc214f4c9eb59a925fbeec9.log
):
Configuring library for transformers-compat-0.6.2..
Preprocessing library for transformers-compat-0.6.2..
Building library for transformers-compat-0.6.2..
[1 of 4] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, dist/build/Control/Monad/Trans/Instances.o )
[2 of 4] Compiling Data.Functor.Classes.Generic.Internal ( generics/Data/Functor/Classes/Generic/Internal.hs, dist/build/Data/Functor/Classes/Generic/Internal.o )
[3 of 4] Compiling Data.Functor.Classes.Generic ( generics/Data/Functor/Classes/Generic.hs, dist/build/Data/Functor/Classes/Generic.o )
[4 of 4] Compiling Paths_transformers_compat ( dist/build/autogen/Paths_transformers_compat.hs, dist/build/Paths_transformers_compat.o )
[1 of 4] Compiling Control.Monad.Trans.Instances ( src/Control/Monad/Trans/Instances.hs, dist/build/Control/Monad/Trans/Instances.p_o )
src/Control/Monad/Trans/Instances.hs:38:8: error:
Could not find module ‘Prelude’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
38 | module Control.Monad.Trans.Instances () where
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:48:1: error:
Could not find module ‘Control.Applicative.Backwards’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
48 | import Control.Applicative.Backwards (Backwards(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:49:1: error:
Could not find module ‘Control.Applicative.Lift’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
49 | import Control.Applicative.Lift (Lift(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:50:1: error:
Could not find module ‘Control.Monad.IO.Class’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
50 | import Control.Monad.IO.Class (MonadIO)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:51:1: error:
Could not find module ‘Control.Monad.Trans.Class’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
51 | import Control.Monad.Trans.Class (MonadTrans)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:52:1: error:
Could not find module ‘Control.Monad.Trans.Cont’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
52 | import Control.Monad.Trans.Cont (ContT(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:53:1: error:
Could not find module ‘Control.Monad.Trans.Error’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
53 | import Control.Monad.Trans.Error (ErrorT(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:54:1: error:
Could not find module ‘Control.Monad.Trans.Except’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
54 | import Control.Monad.Trans.Except ()
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:55:1: error:
Could not find module ‘Control.Monad.Trans.Identity’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
55 | import Control.Monad.Trans.Identity (IdentityT(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:56:1: error:
Could not find module ‘Control.Monad.Trans.List’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
56 | import Control.Monad.Trans.List (ListT(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:57:1: error:
Could not find module ‘Control.Monad.Trans.Maybe’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
57 | import Control.Monad.Trans.Maybe (MaybeT(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:58:1: error:
Could not find module ‘Control.Monad.Trans.RWS.Lazy’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
58 | import qualified Control.Monad.Trans.RWS.Lazy as Lazy (RWST(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:59:1: error:
Could not find module ‘Control.Monad.Trans.RWS.Strict’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
59 | import qualified Control.Monad.Trans.RWS.Strict as Strict (RWST(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:60:1: error:
Could not find module ‘Control.Monad.Trans.Reader’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
60 | import Control.Monad.Trans.Reader (ReaderT(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:61:1: error:
Could not find module ‘Control.Monad.Trans.State.Lazy’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
61 | import qualified Control.Monad.Trans.State.Lazy as Lazy (StateT(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:62:1: error:
Could not find module ‘Control.Monad.Trans.State.Strict’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
62 | import qualified Control.Monad.Trans.State.Strict as Strict (StateT(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:63:1: error:
Could not find module ‘Control.Monad.Trans.Writer.Lazy’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
63 | import qualified Control.Monad.Trans.Writer.Lazy as Lazy (WriterT(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:64:1: error:
Could not find module ‘Control.Monad.Trans.Writer.Strict’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
64 | import qualified Control.Monad.Trans.Writer.Strict as Strict (WriterT(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:65:1: error:
Could not find module ‘Data.Functor.Classes’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
65 | import Data.Functor.Classes
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:66:1: error:
Could not find module ‘Data.Functor.Compose’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
66 | import Data.Functor.Compose (Compose(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:67:1: error:
Could not find module ‘Data.Functor.Constant’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
67 | import Data.Functor.Constant (Constant(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:68:1: error:
Could not find module ‘Data.Functor.Identity’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
68 | import Data.Functor.Identity (Identity(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:69:1: error:
Could not find module ‘Data.Functor.Product’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
69 | import Data.Functor.Product (Product(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:70:1: error:
Could not find module ‘Data.Functor.Reverse’
Perhaps you haven't installed the profiling libraries for package ‘transformers-0.5.5.0’?
Use -v to see a list of the files searched for.
|
70 | import Data.Functor.Reverse (Reverse(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:71:1: error:
Could not find module ‘Data.Functor.Sum’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
71 | import Data.Functor.Sum (Sum(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:73:1: error:
Could not find module ‘Control.Applicative’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
73 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:74:1: error:
Could not find module ‘Control.Arrow’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
74 | import Control.Arrow (Arrow((***)))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:75:1: error:
Could not find module ‘Control.Monad’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
75 | import Control.Monad (MonadPlus(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:76:1: error:
Could not find module ‘Control.Monad.Fix’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
76 | import Control.Monad.Fix (MonadFix(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:77:1: error:
Could not find module ‘Data.Bits’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
77 | import Data.Bits
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:78:1: error:
Could not find module ‘Data.Foldable’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
78 | import Data.Foldable (Foldable(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:79:1: error:
Could not find module ‘Data.Ix’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
79 | import Data.Ix (Ix(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:80:1: error:
Could not find module ‘Data.Maybe’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
80 | import Data.Maybe (fromMaybe)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:81:1: error:
Could not find module ‘Data.Monoid’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
81 | import Data.Monoid (Monoid(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:82:1: error:
Could not find module ‘Data.String’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
82 | import Data.String (IsString(fromString))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:83:1: error:
Could not find module ‘Data.Traversable’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
83 | import Data.Traversable (Traversable(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:84:1: error:
Could not find module ‘Foreign’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
84 | import Foreign (Storable(..), castPtr)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:87:1: error:
Could not find module ‘Control.Monad.Zip’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
87 | import Control.Monad.Zip (MonadZip(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:91:1: error:
Could not find module ‘Data.Proxy’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
91 | import Data.Proxy (Proxy(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:95:1: error:
Could not find module ‘Data.Bifunctor’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
95 | import Data.Bifunctor (Bifunctor(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:99:1: error:
Could not find module ‘Control.Monad.Fail’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
99 | import qualified Control.Monad.Fail as Fail (MonadFail(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:100:1: error:
Could not find module ‘Data.Semigroup’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
100 | import qualified Data.Semigroup as Semigroup (Semigroup(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:104:1: error:
Could not find module ‘Data.Bifoldable’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
104 | import Data.Bifoldable (Bifoldable(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:105:1: error:
Could not find module ‘Data.Bitraversable’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
105 | import Data.Bitraversable (Bitraversable(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:109:1: error:
Could not find module ‘Data.Data’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
109 | import Data.Data (Data)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:110:1: error:
Could not find module ‘Data.Typeable’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
110 | import Data.Typeable
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Control/Monad/Trans/Instances.hs:115:1: error:
Could not find module ‘GHC.Generics’
Perhaps you haven't installed the profiling libraries for package ‘base-4.12.0.0’?
Use -v to see a list of the files searched for.
|
115 | import GHC.Generics
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
cabal: Failed to build SHA-1.6.4.4 (which is required by test:test-sha256 from
cryptohash-sha256-0.11.101.0). See the build log above for details.
Failed to build base16-bytestring-0.1.1.6 (which is required by
test:test-sha256 from cryptohash-sha256-0.11.101.0). See the build log above
for details.
Failed to build clock-0.7.2 (which is required by test:test-sha256 from
cryptohash-sha256-0.11.101.0). See the build log above for details.
Failed to build colour-2.3.4 (which is required by test:test-sha256 from
cryptohash-sha256-0.11.101.0). See the build log above for details.
Failed to build hashable-1.2.7.0 (which is required by test:test-sha256 from
cryptohash-sha256-0.11.101.0). See the build log above for details.
Failed to build primitive-0.6.4.0 (which is required by test:test-sha256 from
cryptohash-sha256-0.11.101.0). See the build log above for details.
Failed to build random-1.1 (which is required by test:test-sha256 from
cryptohash-sha256-0.11.101.0). See the build log above for details.
Failed to build tagged-0.8.6 (which is required by test:test-sha256 from
cryptohash-sha256-0.11.101.0). See the build log above for details.
Failed to build transformers-compat-0.6.2 (which is required by
test:test-sha256 from cryptohash-sha256-0.11.101.0). See the build log above
for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment