-
-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We can replace the source snapshot with Cabal conditions. This will unblock Hackage uploads until #2128 lands
- Loading branch information
1 parent
1cf1ae6
commit c335c05
Showing
276 changed files
with
1,240,142 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
source .ghcup/env |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dist-newstyle/build/x86_64-osx/ghc-8.10.4/ghcide-1.1.0.0/b/benchHist/build/benchHist/benchHist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
21 changes: 21 additions & 0 deletions
21
dump-core-hls-graph/Development.IDE.Graph.Internal.Database.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
21
dump-core-hls-graph/Development.IDE.Graph.Internal.Ids.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
21
dump-core-hls-graph/Development.IDE.Graph.Internal.Intern.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
21
dump-core-hls-graph/Development.IDE.Graph.Internal.Rules.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
21
dump-core-hls-graph/Development.IDE.Graph.Internal.Types.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
1 change: 1 addition & 0 deletions
1
dump-core-hls-graph/js/Development.IDE.Graph.Internal.Database.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
dump-core-hls-graph/js/Development.IDE.Graph.Internal.Intern.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.