Building `eff` - Haskell

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

TheMatten

@Alexis King Is there some "official" way of building native-delimited-control branch?
It seems to pass tests, giving few warning about .hi files with this stack.yaml:

snapshot    : ghc-8.11.0.20200211
packages    : [eff]
extra-deps  :
- natural-transformation-0.4
- primitive-0.7.0.0
- hspec-2.7.1
- hspec-discover-2.7.1
- QuickCheck-2.13.2
- hspec-core-2.7.1
- hspec-expectations-0.8.2
- HUnit-1.6.0.0
- ansi-terminal-0.10.2
- call-stack-0.2.0
- clock-0.8
- quickcheck-io-0.2.0
- random-1.1
- setenv-0.1.1.3
- splitmix-0.0.3
- tf-random-0.5
- colour-2.3.5
system-ghc  : true
allow-newer : true
Alexis King

@TheMatten The official way to build eff is to use cabal-install, as CI does.

TheMatten

Ah, I see - thanks!