Skip to content

Which Haskell version should build this? #1

@Kakadu

Description

@Kakadu

I tried 8.2.2 but run into issues. @chschulte @gablin ?

✗ stack exec --resolver=lts-11.22 -- sh -c 'unset GHC_PACKAGE_PATH && make'
Preparing to install GHC (tinfo6) to an isolated location. This will not interfere with any system-level
installation.
Downloaded ghc-tinfo6-8.2.2.
Installed GHC.

Warning: Stack uses the version of the Cabal package that comes with the specified version of GHC. However,
Stack no longer supports such Cabal versions before 2.2. Version 2.0.1.0 was found. This
invocation of Stack may fail. To fix this, either use Stack 2.15.5 or earlier or use a snapshot
that specifies a version of GHC that is 8.4 or later. Stackage LTS Haskell 12.0 (lts-12.0) or
later or Nightly 2018-03-13 (nightly-2018-03-13) or later specify such GHC versions.
if [ -z "" ]; then \
cd hlib/llvm-general/llvm-general-pure && \
cabal install ; \
fi
Resolving dependencies...
Downloading data-array-byte-0.1.0.1...
Configuring transformers-compat-0.7.2...
Configuring mtl-2.2.2...
Configuring data-array-byte-0.1.0.1...
Building transformers-compat-0.7.2...
Building mtl-2.2.2...
Building data-array-byte-0.1.0.1...
Installed data-array-byte-0.1.0.1
Downloading text-2.1.1...
Installed mtl-2.2.2
Configuring text-2.1.1...
Building text-2.1.1...
Installed transformers-compat-0.7.2
Installed text-2.1.1
Configuring parsec-3.1.17.0...
Building parsec-3.1.17.0...
Installed parsec-3.1.17.0
Configuring llvm-general-pure-3.8.0.0...
Building llvm-general-pure-3.8.0.0...
Installed llvm-general-pure-3.8.0.0
cd hlib/instr-sel && \
make CABAL_INST_FLAGS=" --force-reinstalls" install
make[1]: Entering directory '/mnt/old/unison/uni-instr-sel/hlib/instr-sel'
cabal install --force-reinstalls
Resolving dependencies...
cabal: Could not resolve dependencies:
[__0] trying: instr-sel-0.1.0.0 (user goal)
[__1] trying: vector-0.13.1.0 (dependency of instr-sel)
[__2] trying: primitive-0.9.0.0 (dependency of vector)
[__3] trying: template-haskell-2.12.0.0/installed-2.1... (dependency of
primitive)
[__4] trying: llvm-general-pure-3.8.0.0/installed-8oW... (dependency of
instr-sel)
[__5] trying: parsec-3.1.17.0/installed-Jb3... (dependency of
llvm-general-pure)
[__6] trying: base-4.10.1.0/installed-4.1... (dependency of instr-sel)
[__7] next goal: aeson (dependency of instr-sel)
[__7] rejecting: aeson-2.2.3.0, aeson-2.2.2.0 (conflict: template-haskell =>
base==4.10.1.0/installed-4.1..., aeson => base>=4.12.0.0 && <5)
[__7] trying: aeson-2.2.1.0
[__8] next goal: witherable (dependency of aeson)
[__8] rejecting: witherable-0.5, witherable-0.4.2, witherable-0.4.1,
witherable-0.4 (unsupported spec-version 2.4)
[__8] rejecting: witherable-0.3.5, witherable-0.3.4, witherable-0.3.3,
witherable-0.3.2, witherable-0.3.1, witherable-0.3, witherable-0.2,
witherable-0.1.3.4, witherable-0.1.3.3, witherable-0.1.3.2, witherable-0.1.3,
witherable-0.1.2.3, witherable-0.1.2.2, witherable-0.1.2.1, witherable-0.1.2,
witherable-0.1.1.1, witherable-0.1.1, witherable-0.1, witherable-0.0,
witherable-0.1.3.1 (conflict: aeson => witherable>=0.4.2 && <0.5)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: llvm-general-pure, parsec, instr-sel,
aeson, witherable, primitive, base, vector, template-haskell

make[1]: *** [Makefile:47: install] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions