Closed locallycompact closed 1 year ago
Is this with 9.2.1?
@mpickering I'm using 9.2.1 and getting a similar error message.
<command line>: /nix/store/yjz22k5y8ig85zrcs8kmcdsj6lp2wl43-cryptonite-lib-cryptonite-0.29/lib/x86_64-linux-ghc-9.2.1/libHScryptonite-0.29-KC8kPPwWzv2BYhpJj1e9ss-ghc9.2.1.so: undefined symbol: _cryptonite_blake2s_init_param
Try
source-repository-package
type: git
location: git://github.com/circuithub/cryptonite
tag: cec291d988f0f17828384f3358214ab9bf724a13
--sha256: 19vs1fshsa8ksdjpfarjk5nn73rr0l4in572mczqgbzx8x5vd97w
Thanks! That completely solved my issue.
lts-18.18
pretty much guarantees that Stack will use GHC-8.10.7 (or 8.10.6, don't remember)?cabal configure
, I get the following failure:
$ cabal configure
'cabal.project.local' already exists, backing it up to 'cabal.project.local~'.
Resolving dependencies...
cabal: Could not resolve dependencies:
[__0] trying: cryptonite-0.29 (user goal)
[__1] trying: memory-0.16.0 (dependency of cryptonite)
[__2] next goal: base (dependency of cryptonite)
[__2] rejecting: base-4.16.0.0/installed-4.16.0.0 (conflict: memory =>
base<4.16)
[__2] skipping: base-4.16.0.0 (has the same characteristics that caused the
previous version to fail: excluded by constraint '<4.16' from 'memory')
[__2] rejecting: base-4.15.1.0, base-4.15.0.0, base-4.14.3.0, base-4.14.2.0,
base-4.14.1.0, base-4.14.0.0, base-4.13.0.0, base-4.12.0.0, base-4.11.1.0,
base-4.11.0.0, base-4.10.1.0, base-4.10.0.0, base-4.9.1.0, base-4.9.0.0,
base-4.8.2.0, base-4.8.1.0, base-4.8.0.0, base-4.7.0.2, base-4.7.0.1,
base-4.7.0.0, base-4.6.0.1, base-4.6.0.0, base-4.5.1.0, base-4.5.0.0,
base-4.4.1.0, base-4.4.0.0, base-4.3.1.0, base-4.3.0.0, base-4.2.0.2,
base-4.2.0.1, base-4.2.0.0, base-4.1.0.0, base-4.0.0.0, base-3.0.3.2,
base-3.0.3.1 (constraint from non-upgradeable package requires installed
instance)
[__2] fail (backjumping, conflict set: base, cryptonite, memory)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: base, memory, cryptonite
Build with GHC-9.0.2 succeeds.
Building with stack test -resolver lts-18.18 on current master