Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Servant <-> Servant-Quickcheck dependency loopΒ #74

@akhesaCaro

Description

@akhesaCaro

A small part of servant's documentation depends on servant-quickcheck (see this)

It makes it difficult to keep both projects synchronized and buildable since they're not in the same repository. For instance, the servant cookbook doesn't compile because servant-quickcheck doesn't compile against current master. We are in a dependency loop somehow.

How should we fix that?

IMO, there are 2 possibles fixes for this problem :

  1. Move servant-quickcheck into the same repository as servant. This way we would avoid breaking one with the other. Why have they been separated in the first place? Maybe there is a reason that I am not aware of.
  2. Move servant's cookbook testing part into servant-quickcheck repository since it depends on it. It would remove servant's dependency on servant-quickcheck and make it compile with its cookbook.

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions