vmchale / libarchive

Haskell bindings to libarchive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stack support

shlok opened this issue · comments

Has anyone been successful in getting this library to work with a recent Stack resolver?

I had success only with old one lts-14.8 and librarchive-1.0.5.1 (unfortunately missing hard link support).
With nightly-2019-11-29 it fails on StackSetupShim complaining about referencing modules from hidden Cabal-3.0.0.0. Building from sources with just Cabal doesn't expose that.

This seems to be a stack bug.