Skip to content
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

Improved package command #2508

Merged
merged 4 commits into from
Apr 15, 2023
Merged

Conversation

mmhat
Copy link
Collaborator

@mmhat mmhat commented Apr 14, 2023

You can now include files that reside below the output directory in the package. This is for example useful if you want to include sub-packages in a top-level package, i.e:

> dhall package toplevel.dhall Sub/package.dhall Other/file.dhall
{ toplevel = ./toplevel.dhall
, Sub = ./Sub/package.dhall
, Other.file = ./Other/file.dhall
}

You can now include files that reside below the output directory in the
package. This is for example useful if you want to include sub-packages
in a top-level package.
Copy link
Collaborator

@Gabriella439 Gabriella439 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few tiny suggestions, but overall this looks great!

dhall/src/Dhall/Package.hs Outdated Show resolved Hide resolved
dhall/src/Dhall/Package.hs Outdated Show resolved Hide resolved
dhall/src/Dhall/Package.hs Outdated Show resolved Hide resolved
mmhat and others added 3 commits April 15, 2023 11:34
Co-authored-by: Gabriella Gonzalez <[email protected]>
Co-authored-by: Gabriella Gonzalez <[email protected]>
Co-authored-by: Gabriella Gonzalez <[email protected]>
@mmhat mmhat enabled auto-merge (squash) April 15, 2023 09:35
@mmhat mmhat merged commit 4fd1865 into dhall-lang:main Apr 15, 2023
@mmhat mmhat deleted the improved-package-command branch September 13, 2023 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants