Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Luite Stegeman
GHC
Commits
d034b5ac
Commit
d034b5ac
authored
12 years ago
by
Ian Lynagh
Browse files
Options
Downloads
Patches
Plain Diff
random is a submodule
Looks like I forgot to make it one in the original conversion
parent
7d6fece2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+0
-1
0 additions, 1 deletion
.gitignore
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
libraries/random
+1
-0
1 addition, 0 deletions
libraries/random
packages
+1
-1
1 addition, 1 deletion
packages
with
5 additions
and
2 deletions
.gitignore
+
0
−
1
View file @
d034b5ac
...
...
@@ -62,7 +62,6 @@ _darcs/
/libraries/old-time/
/libraries/parallel/
/libraries/process/
/libraries/random/
/libraries/stm/
/libraries/template-haskell/
/libraries/unix/
...
...
This diff is collapsed.
Click to expand it.
.gitmodules
+
3
−
0
View file @
d034b5ac
...
...
@@ -37,3 +37,6 @@
[submodule "libraries/time"]
path = libraries/time
url = http://darcs.haskell.org/libraries/time.git/
[submodule "libraries/random"]
path = libraries/random
url = http://darcs.haskell.org/libraries/random.git/
This diff is collapsed.
Click to expand it.
random
@
69bfde21
Subproject commit 69bfde219bab869729fdbe9c1496371f912bf41e
This diff is collapsed.
Click to expand it.
packages
+
1
−
1
View file @
d034b5ac
...
...
@@ -79,7 +79,7 @@ testsuite testsuite testsuite.git
nofib nofib nofib.git git
libraries/parallel extra packages/parallel.git git
libraries/stm extra packages/stm.git git
libraries/random dph
packages/random.git
git
libraries/random dph
-
git
libraries/primitive dph - git
libraries/vector dph - git
libraries/dph dph packages/dph.git git
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