Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add to Stackage #22

Open
2 tasks
juhp opened this issue Jun 2, 2018 · 2 comments
Open
2 tasks

add to Stackage #22

juhp opened this issue Jun 2, 2018 · 2 comments

Comments

@juhp
Copy link

juhp commented Jun 2, 2018

It would be nice to add content-store to Stackage Nightly and LTS.

Currently in for Nightly:

conduit-combinators-1.3.0 is out of bounds for:

  • content-store-0.2.1 (>=1.1.0 && < 1.3). Used by: library, test-suite

resourcet-1.2.1 is out of bounds for:

  • content-store-0.2.1 (>=1.1.9 && < 1.2). Used by: library, test-suite
@juhp
Copy link
Author

juhp commented Jul 23, 2018

Because of above content-store fails to build for LTS 11 and LTS 12.
Note that conduit-combinators has been merged into conduit as of 1.3.

@juhp
Copy link
Author

juhp commented Jul 23, 2018

Overriding the resourcet bound leads to:

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)
    |                                         ^^^^^^^^^^^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant