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
23a079ab
Commit
23a079ab
authored
Jul 15, 2019
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test-all' into 'master'
nix: Rip out brokenPackages See merge request
!6
parents
2f65d0a6
7c9e0210
Pipeline
#8366
passed with stages
in 47 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
scripts/build-all.nix
scripts/build-all.nix
+2
-7
No files found.
scripts/build-all.nix
View file @
23a079ab
...
...
@@ -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
;
{
...
...
@@ -81,12 +81,7 @@ let
parts
=
builtins
.
match
"([a-zA-Z0-9-]+)-.*"
patchFile
;
pkgName
=
builtins
.
elemAt
parts
0
;
in
lib
.
nameValuePair
pkgName
haskellPackages
.
"
${
pkgName
}
"
;
brokenPackages
=
[
# vty isn't applied to its terminfo argument for some reason and I
# can't convinced vty.override to apply it.
"vty"
];
in
builtins
.
removeAttrs
(
lib
.
mapAttrs
'
toPackageAttr
(
builtins
.
readDir
../patches
))
brokenPackages
;
in
lib
.
mapAttrs
'
toPackageAttr
(
builtins
.
readDir
../patches
);
inherit
(
nixpkgs
)
lib
;
...
...
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