Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
dc6f631a
Commit
dc6f631a
authored
20 years ago
by
Isaac Potoczny-Jones
Browse files
Options
Downloads
Patches
Plain Diff
updated TODO
parent
0b2b2af7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TODO
+10
-25
10 additions, 25 deletions
TODO
with
10 additions
and
25 deletions
TODO
+
10
−
25
View file @
dc6f631a
------------------------------------------------------------
-= 1.0 =-
* add withGreencard=
* Fix up sdist? hide sdist? bdist?
** if there's a flag, --include-preprocessed-sources (or something
better) run the preprocessing phase and include both the
unpreprocessed and the preprocessed sources in the source tarball?
** Better way to find 'tar'; is there a library? what does darcs do?
* Write semantic checker for package description file. start w/
sanity checker. give error if buildInfo field given when no
exposed or hidden modules for a library.
exposed or hidden modules for a library. Check for required
fields.
* Decide on interface
** Which fields are required
** Which fields are required
, which targets required.
** which Distribution.* things won't change?
** document
* un/registering the package on the target
** dump shell scripts for registering and unregistering?
** dry run, just to dump the .installed-pkg-config?
** think about HC-PKG's role here. maybe HC-PKG should do all this instead
* add withGreencard=
** Should "setup install" copy Setup.lhs, Setup.description, and
local-build-info into a common location for the sake of unregister?
Will we have to make this a requirement of 'install'? (suggested by
kosmikus) Would it be better for HC-PKG to have the unregister
command?
** Add a flag to configure to specify where to put them?
* Fix up sdist? hide sdist? bdist?
** if there's a flag, --include-preprocessed-sources (or something
better) run the preprocessing phase and include both the
unpreprocessed and the preprocessed sources in the source tarball?
** Better way to find 'tar'; is there a library? what does darcs do?
* do we have to run configure before clean?
...
...
@@ -55,10 +44,6 @@
* grep for "FIX"
* Compatibility
** verify windows test suite
** verify ghc6.4 test suite
* Parsing
** Allow quoting in the options fields, to allow things like
-f"something with spaces"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment