Skip to content

Commit

Permalink
Fix #5639 Backport efficient ghc-pkg unregister
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Aug 28, 2023
1 parent bc6a6a5 commit 22e95c1
Show file tree
Hide file tree
Showing 5 changed files with 1,246 additions and 7 deletions.
9 changes: 9 additions & 0 deletions .hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
# Stack's code generally avoids the use of C preprocessor (CPP) directives.
- name: CPP
within:
- GHC.Utils.GhcPkg.Main.Compat
- Stack.BuildInfo
- Stack.Constants
# The following list provides an inventory of the small number of modules
Expand All @@ -90,6 +91,14 @@
name:
- CPP
- PackageImports
# GHC.Utils.GhcPkg.Main.Compat's code largely comes from the GHC repository.
- within: GHC.Utils.GhcPkg.Main.Compat
name:
- FlexibleInstances
- KindSignatures
- MultiParamTypeClasses
- ScopedTypeVariables
- TupleSections

# Not considered useful hints
- ignore:
Expand Down
1 change: 1 addition & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ dependencies:
- filepath
- fsnotify >= 0.4.1
- generic-deriving
- ghc-boot
- hi-file-parser >= 0.1.4.0
- hpack >= 0.35.3
- hpc
Expand Down
Loading

0 comments on commit 22e95c1

Please sign in to comment.