Skip to content

text-short adds (too) many transitive dependencies #31

@noughtmare

Description

@noughtmare

I think the dependency on text-short should be removed because it is only used in one instance and it adds many transitive dependencies for a very small value. Instead this instance should be moved to the text-short package.

In particular without text-short this package only depends on primitive and GHC boot libraries, but with text-short is also transitively depends on the following non-boot libraries:

  • text-short (of course)
    • hashable
    • semigroups
      • bytestring-builder
      • nats
      • tagged
      • transformers-compat
        • fail
        • generic-deriving
          • th-abstraction
      • unordered-containers

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