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

Add integer-simple to core_packages #47

Open
aherrmann opened this issue Dec 3, 2018 · 1 comment
Open

Add integer-simple to core_packages #47

aherrmann opened this issue Dec 3, 2018 · 1 comment

Comments

@aherrmann
Copy link
Contributor

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?

@thumphries
Copy link
Contributor

Is integer-simple always part of the GHC distribution? I was under the impression that it was a conditional inclusion.

In any case, let's try it and see what happens.

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

No branches or pull requests

2 participants