Skip to content
This repository was archived by the owner on Jun 18, 2019. It is now read-only.
This repository was archived by the owner on Jun 18, 2019. It is now read-only.

Add integer-simple to core_packages #47

@aherrmann

Description

@aherrmann

The integer-simple package is part of the GHC distribution. However, it is not listed in the core_packages section of the Stackage LTS 12.4 snapshot as generated by the Stackage.hs script. It can be manually added to the core_packages as follows.

WORKSPACE:

load("@ai_formation_hazel//:hazel.bzl", "hazel_repositories")
load("//hazel:packages.bzl", "core_packages", "packages")
hazel_repositories(
  core_packages = core_packages + {
    "integer-simple": "0.1.1.1",
  },
  packages = packages,
  ...
)

Since integer-simple is part of the GHC distribution, maybe it should already be part of core_packages?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions