Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
H
head.hackage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
5
Merge Requests
5
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
head.hackage
Commits
7c9e0210
Commit
7c9e0210
authored
Jul 15, 2019
by
Matthew Pickering
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix vty build
parent
f1599af0
Pipeline
#8364
passed with stage
in 39 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/build-all.nix
scripts/build-all.nix
+1
-1
No files found.
scripts/build-all.nix
View file @
7c9e0210
...
...
@@ -60,7 +60,7 @@ let
in
map
import
inputs
;
# All Haskell packages built with the HEAD compiler.
haskellPackages
=
nixpkgs
.
haskellPackages
;
haskellPackages
=
nixpkgs
.
haskellPackages
.
extend
(
sel
:
sup
:
{
terminfo
=
null
;})
;
# The packages which we are here to test
testedPackages
=
with
nixpkgs
.
haskell
.
lib
;
with
haskellPackages
;
{
...
...
Write
Preview
Markdown
is supported
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