Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ghc.nix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Glasgow Haskell Compiler
ghc.nix
Merge requests
!21
[fix] remove unnecessary default dependencies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
[fix] remove unnecessary default dependencies
mangoiv/remove-unnecessary-deps
into
main
Overview
5
Commits
3
Pipelines
3
Changes
3
Open
MangoIV
requested to merge
mangoiv/remove-unnecessary-deps
into
main
11 months ago
Overview
5
Commits
3
Pipelines
3
Changes
3
Expand
This fixes
#5
0
0
Merge request reports
Compare
main
version 2
c0203ee1
11 months ago
version 1
95732398
11 months ago
main (base)
and
latest version
latest version
81c0d51c
3 commits,
11 months ago
version 2
c0203ee1
2 commits,
11 months ago
version 1
95732398
1 commit,
11 months ago
3 files
+
8
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
template/.ghc-nix/flake.nix
+
0
−
2
Options
@@ -2,8 +2,6 @@
description
=
"adhoc ghc.nix devShell flake"
;
nixConfig
=
{
bash-prompt
=
"
\\
[
\\
e[34;1m
\\
]ghc.nix ~
\\
[
\\
e[0m
\\
]"
;
extra-substituters
=
[
"https://ghc-nix.cachix.org"
];
extra-trusted-public-keys
=
[
"ghc-nix.cachix.org-1:wI8l3tirheIpjRnr2OZh6YXXNdK2fVQeOI4SVz/X8nA="
];
};
inputs
.
ghc-nix
.
url
=
"gitlab:ghc/ghc.nix?host=gitlab.haskell.org"
;
# In case you need to fork ghc.nix:
Loading