Closed ulysses4ever closed 1 year ago
Unfortunately, there's a bunch of dependencies that aren't ready. This is what I had to do to build it:
cabal build --allow-newer="aeson:ghc-prim,aeson:template-haskell,these:base,semialign :base,semigroupoids:base,generically:base"
UPD: edited as suggested below.
uuid-types and assoc can be removed from the above command.
uuid-types
assoc
This would solve these and semialign:
these
semialign
Unfortunately, there's a bunch of dependencies that aren't ready. This is what I had to do to build it:
UPD: edited as suggested below.