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
Haskell
Cabal
Commits
97b5183c
Commit
97b5183c
authored
20 years ago
by
Isaac Potoczny-Jones
Browse files
Options
Downloads
Patches
Plain Diff
various TODO updates
parent
943dc155
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TODO
+27
-4
27 additions, 4 deletions
TODO
with
27 additions
and
4 deletions
TODO
+
27
−
4
View file @
97b5183c
------------------------------------------------------------
-= 1.2 =-
For the release notes:
Cabal 1.1.1 cannot read Cabal 1.0's .setup-config files. Users will
need to re-run the configure command for all their projects after
upgrading from Cabal 1.0. Otherwise, they will get:
C:\software\cabal>runghc Setup.lhs build
Setup.lhs: error reading ./.setup-config; run "setup configure" command?
It is not clear how to build an executable whose Main module is
preprocessed. The following does not work:
Executable: Foo
Main-is: Main.hsc
Cabal does not handle dependencies for HSC2HS correctly. For example,
if Foo.hsc has
#include "x.h"
then Foo.hs should get regenerated whenever x.h is modified. However,
Cabal only regenerates Foo.hs when Foo.hsc has been modified. Please
let me know if you want a complete testcase.
- Brian
* add flags The patch adds a couple extra configure options,
--enable-library-for-ghci / --disable-library-for-ghci or whatever
they end up being, to the manual.
they end up being, to the manual. Which is default? Add test case
for this.
* Something for gentoo which produces a package gen file but doesn't
do the register??
* Mine Brian Smith emails for tests & patches
*
MOVED FOR DARCS BUT NOT CVS.
Move Distribution and everything
* Move Distribution and everything
into a subdirectory, so we can build the Setup file with the normal
invocation of cabal
.
invocation of cabal
?
* add a
haskel
l-version field?
* add a
caba
l-version field?
* ignore unknown fields? (--force?)
...
...
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