-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
Adding HLearn #4566
Adding HLearn #4566
Conversation
cc @peti |
fa631e5
to
316323a
Compare
Is there no way to build these packages with a recent |
@@ -687,6 +691,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in | |||
|
|||
djinnLib = callPackage ../development/libraries/haskell/djinn-lib {}; | |||
|
|||
dlist_5_0 = callPackage ../development/libraries/haskell/dlist/5.0.nix {}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rename the default.nix
file to use a version-number.nix
scheme, too. Also, both attributes should have the package version included plus a third attribute that forwards to the default choice.
Reported dlist issue upstream at mikeizbicki/ConstraintKinds#7 |
Didn't need dlist-5.0 but needed two versions of ConstraintKinds, calling this WIP. Doesn't compile. Thanks for the pointers @peti. |
I'm trying to clean up our list of open issues to make things more manageable for the upcoming 14.11 release. Can you please open a new PR when this effort is ready to be merging? |
No description provided.