You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tweaking the conduit-combinators bounds in content-store.cabal doesn't help much:
[3 of 3] Compiling Data.ContentStore ( Data/ContentStore.hs, dist/build/Data/ContentStore.o )
Data/ContentStore.hs:120:41: error:
• No instance for (MonadBase IO (ResourceT (ExceptT CsError IO)))
arising from the 'deriving' clause of a data type declaration
Possible fix:
use a standalone 'deriving instance' declaration,
so you can specify the instance context yourself
• When deriving the instance for (MonadBase IO CsMonad)
|
120 | deriving (Applicative, Functor, Monad, MonadBase IO, MonadError CsError, MonadIO, MonadResource, MonadThrow)
| ^^^^^^^^^^^^
This blocks building bdcs and bdcs-api in LTS 11 for example: I would recommand adding them all to Stackage.
content-store-0.2.1 does not build with recent
resourcet
(ie with Stackage LTS 11 or later).Tweaking the conduit-combinators bounds in content-store.cabal doesn't help much:
This blocks building bdcs and bdcs-api in LTS 11 for example: I would recommand adding them all to Stackage.
Fedora FTBFS bug is https://bugzilla.redhat.com/show_bug.cgi?id=1623126
The text was updated successfully, but these errors were encountered: