Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
0fac7b4a
Commit
0fac7b4a
authored
Jun 15, 2004
by
ijones
Browse files
TODO updatres
parent
60f5c213
Changes
2
Hide whitespace changes
Inline
Side-by-side
Distribution/Misc.hs
View file @
0fac7b4a
...
...
@@ -68,7 +68,7 @@ data Dependency = Dependency String VersionRange
deriving
(
Read
,
Show
)
-- |This represents non-standard compiler extensions which each
-- package might employ.
N
ot yet implemented.
-- package might employ.
FIX: Most extensions n
ot yet implemented.
data
Extension
=
OverlappingInstances
...
...
Distribution/TODO
View file @
0fac7b4a
...
...
@@ -19,18 +19,11 @@
** test / port code for Hugs and nhc
* Code
** FIX: does it try to register when we have "install --inst-prefix"?
(write test case)
** FIX: install currently moves .hs, .hi, and .o files for any target.
make it do the right thing for hugs (just move .hs) and {g,n}hc
(move .hi and .o)
** Write top-level Setup test cases (like "make check" under the test directory)
** Extensions -> flags interface (Misc.hs)
**
Extensions -> flags interface
**
Change mainModules to [(String, String)] for (Module, executable name)
** parse Setup.description
** build (for NHC and Hugs)
** install (for GHC and NHC) - look for .o and .hi, register, etc
** for fields like allModules, allow user to specify "Foo.Bar.*" or
something to indicate all haskell modules under that?
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment