Skip to content

Commit

Permalink
Remove ghc-api source snapshot
Browse files Browse the repository at this point in the history
We can replace the source snapshot with Cabal conditions.
This will unblock Hackage uploads until
#2128 lands
  • Loading branch information
pepeiborra committed Sep 4, 2021
1 parent 1cf1ae6 commit c335c05
Show file tree
Hide file tree
Showing 276 changed files with 1,240,142 additions and 41 deletions.
2 changes: 2 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

source .ghcup/env
Binary file added 2021-05-23T08:16:24+01:00
Binary file not shown.
97,440 changes: 97,440 additions & 0 deletions 2021-05-23T08:16:24+01:00.trace.json

Large diffs are not rendered by default.

Binary file added 2021-05-23T08:16:24+01:00.tracy
Binary file not shown.
1 change: 1 addition & 0 deletions benchHist
5 changes: 0 additions & 5 deletions cabal-ghc901.project
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ source-repository-package
tag: b6245884ae83e00dd2b5261762549b37390179f8
-- https://github.com/lspitzner/czipwith/pull/2

source-repository-package
type: git
location: https://github.com/hsyl20/ghc-api-compat
tag: 8fee87eac97a538dbe81ff1ab18cff10f2f9fa15

source-repository-package
type: git
location: https://github.com/anka-213/th-extras
Expand Down
16 changes: 16 additions & 0 deletions cabal-ghc901.project.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
shared: True
executable-dynamic: True
benchmarks: True
profiling: False
profiling-detail: toplevel-functions
executable-profiling: False

package haskell-language-server
flags:
ghc-options:
-eventlog

package ghcide
ghc-options:
-eventlog -j4

8 changes: 1 addition & 7 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,9 @@ package *
ghc-options: -haddock
test-show-details: direct

-- see https://gitlab.haskell.org/haskell/ghc-api-compat/-/issues/1#note_371055
source-repository-package
type: git
location: https://github.com/hsyl20/ghc-api-compat
tag: 8fee87eac97a538dbe81ff1ab18cff10f2f9fa15

write-ghc-environment-files: never

index-state: 2021-08-12T12:00:38Z
index-state: 2021-08-30T12:00:38Z

constraints:
hyphenation +embed
Expand Down
104 changes: 104 additions & 0 deletions cabal8.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
packages:
./
./hie-compat
./shake-bench
./hls-graph
./ghcide
./hls-plugin-api
./hls-test-utils
./plugins/hls-tactics-plugin
./plugins/hls-brittany-plugin
./plugins/hls-stylish-haskell-plugin
./plugins/hls-fourmolu-plugin
./plugins/hls-class-plugin
./plugins/hls-eval-plugin
./plugins/hls-explicit-imports-plugin
./plugins/hls-refine-imports-plugin
./plugins/hls-hlint-plugin
./plugins/hls-retrie-plugin
./plugins/hls-haddock-comments-plugin
./plugins/hls-splice-plugin
./plugins/hls-floskell-plugin
./plugins/hls-pragmas-plugin
./plugins/hls-module-name-plugin
./plugins/hls-ormolu-plugin
./plugins/hls-call-hierarchy-plugin
tests: true

package *
ghc-options: -haddock
test-show-details: direct

-- ghc-api-compat-8.6
source-repository-package
type: git
location: https://github.com/hsyl20/ghc-api-compat
tag: 8fee87eac97a538dbe81ff1ab18cff10f2f9fa15

write-ghc-environment-files: never

index-state: 2021-07-14T20:31:09Z

constraints:
-- Diagrams doesn't support optparse-applicative >= 0.16 yet
optparse-applicative < 0.16,
hyphenation +embed


allow-newer:
active:base,
assoc:base,
cryptohash-md5:base,
cryptohash-sha1:base,
constraints-extras:template-haskell,
data-tree-print:base,
deepseq:base,
dependent-sum:some,
dependent-sum:constraints,
diagrams-contrib:base,
diagrams-contrib:lens,
diagrams-contrib:random,
diagrams-core:base,
diagrams-core:lens,
diagrams-lib:base,
diagrams-lib:lens,
diagrams-postscript:base,
diagrams-postscript:lens,
diagrams-svg:base,
diagrams-svg:lens,
dual-tree:base,
-- Does this make any sense?
entropy:Cabal,
force-layout:base,
force-layout:lens,
floskell:ghc-prim,
floskell:base,
hashable:base,
hslogger:base,
monoid-extras:base,
newtype-generics:base,
parallel:base,
regex-base:base,
regex-tdfa:base,
statestack:base,
svg-builder:base,
these:base,
time-compat:base

source-repository-package
type: git
location: https://github.com/haskell/lsp.git
tag: ef59c28b41ed4c5775f0ab0c1e985839359cec96
subdir: lsp-types

source-repository-package
type: git
location: https://github.com/haskell/lsp.git
tag: ef59c28b41ed4c5775f0ab0c1e985839359cec96
subdir: lsp-test

source-repository-package
type: git
location: https://github.com/haskell/lsp.git
tag: ef59c28b41ed4c5775f0ab0c1e985839359cec96
subdir: lsp
Empty file added cabalghci
Empty file.
21 changes: 21 additions & 0 deletions dump-core-hls-graph/Development.IDE.Graph.Internal.Database.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<script src="ui/jquery.js"></script>
<script src="js/Development.IDE.Graph.Internal.Database.js"></script>
<script src="ui/see.js"></script>
<link href="ui/see.css" rel="stylesheet">
<script>
$(document).ready(function() {
var b = $('body')
b.append(seeMod(it))
})
</script>
</head>
<body>
<div id="all-details">
<div id="details-short"></div>
<div id="details-long"></div>
</div>
</body>
</html>
21 changes: 21 additions & 0 deletions dump-core-hls-graph/Development.IDE.Graph.Internal.Ids.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<script src="ui/jquery.js"></script>
<script src="js/Development.IDE.Graph.Internal.Ids.js"></script>
<script src="ui/see.js"></script>
<link href="ui/see.css" rel="stylesheet">
<script>
$(document).ready(function() {
var b = $('body')
b.append(seeMod(it))
})
</script>
</head>
<body>
<div id="all-details">
<div id="details-short"></div>
<div id="details-long"></div>
</div>
</body>
</html>
21 changes: 21 additions & 0 deletions dump-core-hls-graph/Development.IDE.Graph.Internal.Intern.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<script src="ui/jquery.js"></script>
<script src="js/Development.IDE.Graph.Internal.Intern.js"></script>
<script src="ui/see.js"></script>
<link href="ui/see.css" rel="stylesheet">
<script>
$(document).ready(function() {
var b = $('body')
b.append(seeMod(it))
})
</script>
</head>
<body>
<div id="all-details">
<div id="details-short"></div>
<div id="details-long"></div>
</div>
</body>
</html>
21 changes: 21 additions & 0 deletions dump-core-hls-graph/Development.IDE.Graph.Internal.Rules.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<script src="ui/jquery.js"></script>
<script src="js/Development.IDE.Graph.Internal.Rules.js"></script>
<script src="ui/see.js"></script>
<link href="ui/see.css" rel="stylesheet">
<script>
$(document).ready(function() {
var b = $('body')
b.append(seeMod(it))
})
</script>
</head>
<body>
<div id="all-details">
<div id="details-short"></div>
<div id="details-long"></div>
</div>
</body>
</html>
21 changes: 21 additions & 0 deletions dump-core-hls-graph/Development.IDE.Graph.Internal.Types.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<script src="ui/jquery.js"></script>
<script src="js/Development.IDE.Graph.Internal.Types.js"></script>
<script src="ui/see.js"></script>
<link href="ui/see.css" rel="stylesheet">
<script>
$(document).ready(function() {
var b = $('body')
b.append(seeMod(it))
})
</script>
</head>
<body>
<div id="all-details">
<div id="details-short"></div>
<div id="details-long"></div>
</div>
</body>
</html>
21 changes: 21 additions & 0 deletions dump-core-hls-graph/Ghci1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<script src="ui/jquery.js"></script>
<script src="js/Ghci1.js"></script>
<script src="ui/see.js"></script>
<link href="ui/see.css" rel="stylesheet">
<script>
$(document).ready(function() {
var b = $('body')
b.append(seeMod(it))
})
</script>
</head>
<body>
<div id="all-details">
<div id="details-short"></div>
<div id="details-long"></div>
</div>
</body>
</html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dump-core-hls-graph/js/Ghci1.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added dump-core-hls-graph/ui/fonts/FiraMono-Bold.ttf
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions dump-core-hls-graph/ui/jquery.js

Large diffs are not rendered by default.

Loading

0 comments on commit c335c05

Please sign in to comment.