Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recognize .hs-boot files as Haskell sources #4654

Merged
merged 2 commits into from
Oct 3, 2019
Merged

Recognize .hs-boot files as Haskell sources #4654

merged 2 commits into from
Oct 3, 2019

Conversation

robrix
Copy link
Contributor

@robrix robrix commented Sep 28, 2019

This PR adds .hs-boot files to the list for Haskell. These files are more or less ordinary Haskell sources, but are used to break cycles in module imports, as documented in the ghc user’s guide. For the purposes of language statistics and syntax highlighting, they should absolutely be considered as Haskell.

Checklist:

I have included a real-world usage sample for all extensions added in this PR:

I’ve added links to one, above, but I’m not sure if that’s what this item meant by “included.”

I have included a change to the heuristics to distinguish my language from others using the same extension.

I’m not aware of anyone doing so, so I’m not sure that this applies.

This PR adds `.hs-boot` files to the list for Haskell. These files are more or less ordinary Haskell sources, but are used to break cycles in module imports, [as documented in the `ghc` user’s guide](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/separate_compilation.html?highlight=circular#how-to-compile-mutually-recursive-modules). For the purposes of language statistics and syntax highlighting, they should absolutely be considered as Haskell.
@Alhadis
Copy link
Collaborator

Alhadis commented Oct 3, 2019

👍 In-the-wild usage checks out.

317 results:
https://github.com/raw/Abhiroop/ghc2/4fc63c58fee55aa938f508f9d70c1798124f4caf/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/Abhiroop/ghc2/4fc63c58fee55aa938f508f9d70c1798124f4caf/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/achirkin/easytensor/bd92b46c1851db8e4ad2be2480e5c2a6eed121f5/easytensor/src-base/Numeric/DataFrame/Internal/Backend/Family.hs-boot
https://github.com/raw/agda/agda/323f58f9b8dad239142ed1dfa0c60338ea2cb157/src/full/Agda/Compiler/MAlonzo/Compiler.hs-boot
https://github.com/raw/ajhc/ajhc/cc989452865528931c7af30e824030ed7301488b/src/E/Show.hs-boot
https://github.com/raw/alanasp/ghc-gsoc/904abd4e6922451a2d3c32e748207c94fc6ddc59/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/alanasp/ghc-gsoc/904abd4e6922451a2d3c32e748207c94fc6ddc59/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/alip/qoropa/faf55f4141a6d72f6c0c50bb2106e1a0b25fdc10/src/Qoropa/Buffer.hs-boot
https://github.com/raw/alip/qoropa/faf55f4141a6d72f6c0c50bb2106e1a0b25fdc10/src/Qoropa/Config.hs-boot
https://github.com/raw/alip/qoropa/faf55f4141a6d72f6c0c50bb2106e1a0b25fdc10/src/Qoropa/UI.hs-boot
https://github.com/raw/amcknight/scont/b154c92482208f3dca56c68748e5a6d116885517/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/amcknight/scont/b154c92482208f3dca56c68748e5a6d116885517/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/andrep/hoc/bfd0391bf0dab4bda5d6a5f7845fab19f8e4b9a9/hoc/HOC/HOC/Exception.hs-boot
https://github.com/raw/asr/eagda/7220bebfe9f64297880ecec40314c0090018fdd0/src/full/Agda/Compiler/MAlonzo/Compiler.hs-boot
https://github.com/raw/asr/my-agda/3877b86cf19b5ac7124ffac95b7163f2f1e5f818/src/full/Agda/Compiler/MAlonzo/Compiler.hs-boot
https://github.com/raw/asr/pra/1a292ec8ccc9c1dcdc8452c1e5adc403d824ce66/src/full/Agda/Compiler/MAlonzo/Compiler.hs-boot
https://github.com/raw/beerendlauwers/school/d697534592e9565d991d1806194b23012e39eca1/School/Master%20Utrecht/DTP/Agda-2.3.0.1/Agda-2.3.0.1/src/full/Agda/Compiler/MAlonzo/Compiler.hs-boot
https://github.com/raw/bitemyapp/ghc/4f00a00df26f4cecc48ca7faf6b63cd7f468eaec/compiler/hsSyn/HsExpr.hs-boot
https://github.com/raw/bitemyapp/ghc/4f00a00df26f4cecc48ca7faf6b63cd7f468eaec/compiler/hsSyn/HsPat.hs-boot
https://github.com/raw/bitemyapp/ghc/4f00a00df26f4cecc48ca7faf6b63cd7f468eaec/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/bollu/ghc-asterius/841eb7e0534cb76dc5a2edc452cc9a5040d450c7/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/bollu/ghc-asterius/841eb7e0534cb76dc5a2edc452cc9a5040d450c7/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/ChaiTRex/ghc/ff29fc84c03c800cfa04c2a00eb8edf6fa5f4183/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/ChaiTRex/ghc/ff29fc84c03c800cfa04c2a00eb8edf6fa5f4183/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/christetreault/liquiddesugar/792501fdbf75edbdeb496f9e16ee7ddf6fd2decf/src/Language/Haskell/Liquid/Desugar/DsExpr.hs-boot
https://github.com/raw/christetreault/liquiddesugar/792501fdbf75edbdeb496f9e16ee7ddf6fd2decf/src/Language/Haskell/Liquid/Desugar/DsMeta.hs-boot
https://github.com/raw/christetreault/liquiddesugar/792501fdbf75edbdeb496f9e16ee7ddf6fd2decf/src/Language/Haskell/Liquid/Desugar/Match.hs-boot
https://github.com/raw/chzihan/PL-Foundation/5c92108479f7be980c43e426a66b3dbebcc7853d/Agda/Agda-language/src/full/Agda/Compiler/MAlonzo/Compiler.hs-boot
https://github.com/raw/CIFASIS/ghc-cm/3e471981529054fa1a286daa6bb8f1ed1398a21a/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/CIFASIS/ghc-cm/3e471981529054fa1a286daa6bb8f1ed1398a21a/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/codemac/yi-editor/02e04266cb39c4de3511144315f9df2f67af286f/src/Yi/Keymap.hs-boot
https://github.com/raw/csabahruska/jhc-components/bdc96a5f4ba68f32ec5dd4e7aaedba93d63b4346/jhc-core/src/E/Show.hs-boot
https://github.com/raw/csabahruska/jhc/836611084ea9ef8597c58b50b8ffd20639d1c0fa/jhc-0.8.2/drift_processed/DataConstructors.hs-boot
https://github.com/raw/csabahruska/jhc/836611084ea9ef8597c58b50b8ffd20639d1c0fa/jhc-0.8.2/src/E/Show.hs-boot
https://github.com/raw/csgordon/liquidhaskell-snapshot/fde69e0f55b838bbae71557e1802cf8d6bdf8843/src/Language/Haskell/Liquid/Desugar710/DsExpr.hs-boot
https://github.com/raw/csgordon/liquidhaskell-snapshot/fde69e0f55b838bbae71557e1802cf8d6bdf8843/src/Language/Haskell/Liquid/Desugar710/Match.hs-boot
https://github.com/raw/dagit/agda/4383a3d20328a6c43689161496cee8eb479aca08/src/full/Agda/Compiler/MAlonzo/Compiler.hs-boot
https://github.com/raw/DavidAlphaFox/ghc/1eb8ad01ca47f2bfaf561566ac74e9f60af07589/compiler/hsSyn/HsExpr.hs-boot
https://github.com/raw/DavidAlphaFox/ghc/1eb8ad01ca47f2bfaf561566ac74e9f60af07589/compiler/hsSyn/HsPat.hs-boot
https://github.com/raw/DavidAlphaFox/ghc/1eb8ad01ca47f2bfaf561566ac74e9f60af07589/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/dec9ue/jhc_copygc/7b03c8541146618a061919d9ade75221a89ac13b/src/E/Show.hs-boot
https://github.com/raw/digital-asset/ghc/557cfdc71beaead21cddfb21dc3eb5fe32cdb7b5/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/digital-asset/ghc/557cfdc71beaead21cddfb21dc3eb5fe32cdb7b5/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/DNNX/my-agda/c3cb8ad64b65027e0e08a5a878ebf90240524924/src/full/Agda/Compiler/MAlonzo/Compiler.hs-boot
https://github.com/raw/dpwright/jhc/c1fa438a61e710ce02f2868a6770939c0b7938b5/src/E/Show.hs-boot
https://github.com/raw/dserban/dserban.github.io/4ea6a4fd795b6cb76c68e00ce72bbdb1222f3fbf/tmp/snippets02/agda/Agda/Compiler/MAlonzo/Compiler.hs-boot
https://github.com/raw/duairc/types/dbfdd61a3cae608eee1713a49c49ac034510ed57/types/src/Type/Bool.hs-boot
https://github.com/raw/emorins/nahc/eb18f1f22c99eae0cb58a8a674a2d58434476376/compiler/nativeGen/SPARC/CodeGen/Gen32.hs-boot
https://github.com/raw/faylang/fay/df05e3849bad5bc99bbd58e9319627fd30574633/src/haskell-names/Language/Haskell/Names/GlobalSymbolTable.hs-boot
https://github.com/raw/forsyde/forsyde-deep/a418093876893886449d48c1c6da6bcb31eb80ea/src/ForSyDe/Deep/Backend/VHDL/GlobalNameTable.hs-boot
https://github.com/raw/forsyde/forsyde-deep/a418093876893886449d48c1c6da6bcb31eb80ea/src/ForSyDe/Deep/Process/Desugar.hs-boot
https://github.com/raw/ghc/ghc-diffs/96ec98c0bc991d1f69cb6b3465975fc6b515bf80/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/ghc/ghc-diffs/96ec98c0bc991d1f69cb6b3465975fc6b515bf80/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/ghc/ghc/1c2c2d3dfd4c36884b22163872feb87122b4528d/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/ghc/ghc/5119296440e6846c553c72b8a93afc5ecfa576f0/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/ghc/hadrian/a63ad3294b5d51eec50d454810a314c0b2a696c7/src/Hadrian/Haskell/Cabal/Parse.hs-boot
https://github.com/raw/gingerhot/haskell-base/dbd1c3f0cf64e8c76c945530a805f7637dcdf777/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/gjz010/ghc/a0cab873b592290b2b389f88069ee03a89f32291/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/gjz010/ghc/a0cab873b592290b2b389f88069ee03a89f32291/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/graham-at-target/ghc/b6c7aebc5bf8164e7b27489bb8cf2ba7811b6d7b/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/grin-compiler/ghc-grin/69c1cfe2cb000faf3b6269e0316f5887e4c4419f/ghc-8.6.2/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/grin-compiler/ghc-grin/69c1cfe2cb000faf3b6269e0316f5887e4c4419f/ghc-8.6.2/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/Guang1234567/ghc-8.6.5-release/cd43e9e9dcd4c9d0b36434954082326b377968b4/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/Guang1234567/ghc-8.6.5-release/cd43e9e9dcd4c9d0b36434954082326b377968b4/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/Guang1234567/ghc-cross-compiler-for-android/0d80a6f40ac79d86e9b7c2ad08eba8a405d0526e/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/Guang1234567/ghc-cross-compiler-for-android/0d80a6f40ac79d86e9b7c2ad08eba8a405d0526e/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/harpocrates/language-rust/d32e57ffb097fbb91d12837eacb05bb4421489f2/src/Language/Rust/Syntax/Token.hs-boot
https://github.com/raw/haskell-gi/haskell-gi/6314b296233e0d7ab72f7d5ee8b1b4b235defd95/cairo/GI/Cairo/Enums.hs-boot
https://github.com/raw/haskell-gi/haskell-gi/6314b296233e0d7ab72f7d5ee8b1b4b235defd95/cairo/GI/Cairo/Structs/Context.hs-boot
https://github.com/raw/haskell-gi/haskell-gi/6314b296233e0d7ab72f7d5ee8b1b4b235defd95/cairo/GI/Cairo/Structs/Device.hs-boot
https://github.com/raw/haskell-gi/haskell-gi/6314b296233e0d7ab72f7d5ee8b1b4b235defd95/cairo/GI/Cairo/Structs/FontFace.hs-boot
https://github.com/raw/haskell-gi/haskell-gi/6314b296233e0d7ab72f7d5ee8b1b4b235defd95/cairo/GI/Cairo/Structs/FontOptions.hs-boot
https://github.com/raw/haskell-gi/haskell-gi/6314b296233e0d7ab72f7d5ee8b1b4b235defd95/cairo/GI/Cairo/Structs/Path.hs-boot
https://github.com/raw/haskell-gi/haskell-gi/6314b296233e0d7ab72f7d5ee8b1b4b235defd95/cairo/GI/Cairo/Structs/Pattern.hs-boot
https://github.com/raw/haskell-gi/haskell-gi/6314b296233e0d7ab72f7d5ee8b1b4b235defd95/cairo/GI/Cairo/Structs/RectangleInt.hs-boot
https://github.com/raw/haskell-gi/haskell-gi/6314b296233e0d7ab72f7d5ee8b1b4b235defd95/cairo/GI/Cairo/Structs/Region.hs-boot
https://github.com/raw/haskell-gi/haskell-gi/6314b296233e0d7ab72f7d5ee8b1b4b235defd95/cairo/GI/Cairo/Structs/ScaledFont.hs-boot
https://github.com/raw/haskell-gi/haskell-gi/6314b296233e0d7ab72f7d5ee8b1b4b235defd95/cairo/GI/Cairo/Structs/Surface.hs-boot
https://github.com/raw/haskell-gi/haskell-gi/6314b296233e0d7ab72f7d5ee8b1b4b235defd95/lib/Data/GI/CodeGen/CtoHaskellMap.hs-boot
https://github.com/raw/haskell-implementations/jhc/30b2d1d14982170eba9cc90f074aec6e57fd2938/drift_processed/DataConstructors.hs-boot
https://github.com/raw/haskell-suite/haskell-packages/9131a0b737e352393e94351dd63c495f2e9ff3e6/src/Distribution/HaskellSuite/Cabal.hs-boot
https://github.com/raw/haskell-suite/haskell-packages/9131a0b737e352393e94351dd63c495f2e9ff3e6/src/Distribution/HaskellSuite/Compiler.hs-boot
https://github.com/raw/haskell-tools/haskell-tools/3db8e0b473a6b4b31718849d284338a643f1e49b/src/ast/Language/Haskell/Tools/AST/Representation/Binds.hs-boot
https://github.com/raw/haskell-tools/haskell-tools/3db8e0b473a6b4b31718849d284338a643f1e49b/src/ast/Language/Haskell/Tools/AST/Representation/Exprs.hs-boot
https://github.com/raw/haskell-tools/haskell-tools/3db8e0b473a6b4b31718849d284338a643f1e49b/src/ast/Language/Haskell/Tools/AST/Representation/Modules.hs-boot
https://github.com/raw/haskell-tools/haskell-tools/3db8e0b473a6b4b31718849d284338a643f1e49b/src/ast/Language/Haskell/Tools/AST/Representation/Names.hs-boot
https://github.com/raw/haskell-tools/haskell-tools/3db8e0b473a6b4b31718849d284338a643f1e49b/src/ast/Language/Haskell/Tools/AST/Representation/TH.hs-boot
https://github.com/raw/haskell-tools/haskell-tools/3db8e0b473a6b4b31718849d284338a643f1e49b/src/ast/Language/Haskell/Tools/AST/Representation/Types.hs-boot
https://github.com/raw/haskell-tools/haskell-tools/54cfd79e31652dfda6912445508e74e6c0b7e4cb/src/backend-ghc/Language/Haskell/Tools/BackendGHC/Binds.hs-boot
https://github.com/raw/haskell-tools/haskell-tools/54cfd79e31652dfda6912445508e74e6c0b7e4cb/src/backend-ghc/Language/Haskell/Tools/BackendGHC/Exprs.hs-boot
https://github.com/raw/haskell-tools/haskell-tools/54cfd79e31652dfda6912445508e74e6c0b7e4cb/src/backend-ghc/Language/Haskell/Tools/BackendGHC/TH.hs-boot
https://github.com/raw/haskell-tools/haskell-tools/54cfd79e31652dfda6912445508e74e6c0b7e4cb/src/backend-ghc/Language/Haskell/Tools/BackendGHC/Types.hs-boot
https://github.com/raw/hasufell/hsfm/68435e140d6896ebca7a8be8081742ba46f655e2/src/HSFM/GUI/Gtk/Callbacks.hs-boot
https://github.com/raw/Heather/agda/54c102142e59624d0a901e4f5d577895d6955005/src/full/Agda/Compiler/MAlonzo/Compiler.hs-boot
https://github.com/raw/hsyl20/ghc/99adcc8804e91161b35ff1d0e5f718d18fcaa66a/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/hsyl20/hadrian/53cb28f6814a7c04fc40e6ed52f3aaeff4df2d9a/src/Hadrian/Haskell/Cabal/Parse.hs-boot
https://github.com/raw/hvr/jhc/39dc98e03d34f28e4c66be2afbaea926e9201e6a/src/E/Show.hs-boot
https://github.com/raw/idontgetoutmuch/gcc-redux/47509230f3539bc4a9a0322233772c923ad4b380/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/IreneKnapp/Te/4dcd0afd61afedc83305f64301a8ec3c90ca6f83/BackEnd/Te/LowLevel/Exceptions.hs-boot
https://github.com/raw/ivitjuk/Haskell-Music-Player/b4c801d3abae0219bccd48c7f4212b4fd9f98d45/src/CurrentSong.hs-boot
https://github.com/raw/ivitjuk/Haskell-Music-Player/b4c801d3abae0219bccd48c7f4212b4fd9f98d45/src/Playlist.hs-boot
https://github.com/raw/ivitjuk/Haskell-Music-Player/b4c801d3abae0219bccd48c7f4212b4fd9f98d45/src/Progressbar.hs-boot
https://github.com/raw/JasonGross/Agda/56e2c6ee965d657db8caf0771431318f2eeb3f9a/src/full/Agda/Compiler/MAlonzo/Compiler.hs-boot
https://github.com/raw/jellyr/hoppy_stack/60bde9fdc99b0180c93f8ad2f423e02cafe334f4/generator/src/Foreign/Hoppy/Generator/Language/Haskell.hs-boot
https://github.com/raw/jimcrayne/jhc/1ff035af3d697f9175f8761c8d08edbffde03b4e/src/E/Show.hs-boot
https://github.com/raw/johnmeacham/jhc/087151c5f2cad4e6ea7448e17d0d26993a450d4c/src/E/Show.hs-boot
https://github.com/raw/Jonathas-Conceicao/ghc-transactional-boosting/af893b19749b0dbbbb840d1155bae16900aa5a28/compiler/hsSyn/HsExpr.hs-boot
https://github.com/raw/Jonathas-Conceicao/ghc-transactional-boosting/af893b19749b0dbbbb840d1155bae16900aa5a28/compiler/hsSyn/HsPat.hs-boot
https://github.com/raw/Jonathas-Conceicao/ghc-transactional-boosting/af893b19749b0dbbbb840d1155bae16900aa5a28/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/judah/HOC-git/a454c87f55fabf8f7fc32905b793315149b5be4d/hoc/HOC/HOC/Exception.hs-boot
https://github.com/raw/Julek/gestalt/7423bc75299833d5ef4600386bb2085d97aa7715/ghc-8.0.1/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/justinlynn/ghc/d6ae40d502a7335900af4df5ccf6986f958908b8/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/justinlynn/ghc/d6ae40d502a7335900af4df5ccf6986f958908b8/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/khumba/hoppy/5c43f9b1861e54bec183d356603777326ed3a9f3/generator/src/Foreign/Hoppy/Generator/Language/Haskell.hs-boot
https://github.com/raw/khumba/hoppy/5c43f9b1861e54bec183d356603777326ed3a9f3/generator/src/Foreign/Hoppy/Generator/Spec/Class.hs-boot
https://github.com/raw/lambdabot/lambdabot/5eae342ba05fb3622535aca8ceddc98dda154744/lambdabot-core/src/Lambdabot/Monad.hs-boot
https://github.com/raw/leonschoorl/ghc/ade90f3c71e5e18d86585460c97a3cb5a2f865bf/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/leonschoorl/ghc/ade90f3c71e5e18d86585460c97a3cb5a2f865bf/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/liqula/re-fine/974edfbde8eb509e665a052ea5acefc7a74d3843/pkg/backend/src/Refine/Backend/App/Smtp.hs-boot
https://github.com/raw/liqula/re-fine/974edfbde8eb509e665a052ea5acefc7a74d3843/pkg/backend/src/Refine/Backend/App/Translation.hs-boot
https://github.com/raw/liqula/re-fine/974edfbde8eb509e665a052ea5acefc7a74d3843/pkg/frontend/src/Refine/Frontend/Store.hs-boot
https://github.com/raw/llelf/jhc/39dc98e03d34f28e4c66be2afbaea926e9201e6a/src/E/Show.hs-boot
https://github.com/raw/lolotp/ghc/1bc30fefe95ef09d57dff62dc74492ae28a82710/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/lolotp/ghc/1bc30fefe95ef09d57dff62dc74492ae28a82710/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/lspitzner/brittany/4cb3b96f073fb391d765a38bb757c369f050e079/src/Language/Haskell/Brittany/Internal/Layouters/Expr.hs-boot
https://github.com/raw/lspitzner/brittany/4cb3b96f073fb391d765a38bb757c369f050e079/src/Language/Haskell/Brittany/Internal/Layouters/Stmt.hs-boot
https://github.com/raw/luite/ghc-library/cf6aef19efd48c935fab7cb398e43a5a07311e03/typecheck/TcSplice.hs-boot
https://github.com/raw/m-alvarez/jhc/11ab97fe68404a7b417cf6308cf2105fda1187b0/drift_processed/DataConstructors.hs-boot
https://github.com/raw/m-alvarez/jhc/11ab97fe68404a7b417cf6308cf2105fda1187b0/src/E/Show.hs-boot
https://github.com/raw/Martoon-00/HW-10/aaad55879e99e9073c476bbe791a86b26a07f333/game/src/Data.hs-boot
https://github.com/raw/masondesu/agda/70c8a575c46f6a568c7518150a1a64fcd03aa437/src/full/Agda/Compiler/MAlonzo/Compiler.hs-boot
https://github.com/raw/matematikaadit/saki-chan/1c38fea86df0641f571397a0a3e3d9e8f60eb63d/lambdabot-core/src/Lambdabot/Monad.hs-boot
https://github.com/raw/mgattozzi/ghc-static-8.2.2/f69b670f25a68b6182a7d8eebfe3c58883878250/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/mokus0/hoc/b6fa3906b8e1e61bed0435a8d497a132e5905227/hoc/HOC/HOC/Exception.hs-boot
https://github.com/raw/nboldi/heed/d67ae4d140fa8c097b2c34e4b8609f44e9f96243/export/Language/Haskell/Heed/Export/Bindings.hs-boot
https://github.com/raw/nboldi/heed/d67ae4d140fa8c097b2c34e4b8609f44e9f96243/export/Language/Haskell/Heed/Export/Expressions.hs-boot
https://github.com/raw/nboldi/heed/d67ae4d140fa8c097b2c34e4b8609f44e9f96243/export/Language/Haskell/Heed/Export/Templates.hs-boot
https://github.com/raw/nboldi/heed/d67ae4d140fa8c097b2c34e4b8609f44e9f96243/export/Language/Haskell/Heed/Export/Types.hs-boot
https://github.com/raw/nilscc/ghc/b0c0205e3c0dfefc3ffbd49d22160ad5d624ee1f/compiler/nativeGen/SPARC/CodeGen/Gen32.hs-boot
https://github.com/raw/np/agda-git-experiment/20596e9dd9867166a64470dd24ea68925ff380ce/src/full/Agda/Compiler/MAlonzo/Compiler.hs-boot
https://github.com/raw/nushio3/ghc/648b8006a8873815659f2b5d3df9fdfb3aad1723/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/odj/Ouch/38e604606d61ac77cb566e239e35f890e09e9416/Ouch/Input/Smiles.hs-boot
https://github.com/raw/odj/Ouch/38e604606d61ac77cb566e239e35f890e09e9416/Ouch/Property/Builder.hs-boot
https://github.com/raw/odj/Ouch/38e604606d61ac77cb566e239e35f890e09e9416/Ouch/Property/Composition.hs-boot
https://github.com/raw/odj/Ouch/38e604606d61ac77cb566e239e35f890e09e9416/Ouch/Property/Extrinsic/Fingerprint.hs-boot
https://github.com/raw/odj/Ouch/38e604606d61ac77cb566e239e35f890e09e9416/Ouch/Property/Property.hs-boot
https://github.com/raw/odj/Ouch/38e604606d61ac77cb566e239e35f890e09e9416/Ouch/Structure/Atom.hs-boot
https://github.com/raw/odj/Ouch/38e604606d61ac77cb566e239e35f890e09e9416/Ouch/Structure/Bond.hs-boot
https://github.com/raw/odj/Ouch/38e604606d61ac77cb566e239e35f890e09e9416/Ouch/Structure/Marker.hs-boot
https://github.com/raw/odj/Ouch/38e604606d61ac77cb566e239e35f890e09e9416/Ouch/Structure/Molecule.hs-boot
https://github.com/raw/omelkonian/ghc-fork/12f56797f71ce2c5f3435724b55a58f540e17737/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/omelkonian/ghc-fork/12f56797f71ce2c5f3435724b55a58f540e17737/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/projedi/Agda-2.3.2.2-haskell-export/1b277a1cecbba1cf5f6410560f7caf3ba1df01c5/src/full/Agda/Compiler/MAlonzo/Compiler.hs-boot
https://github.com/raw/raspbian-packages/ghc/4af5b96a50e6ef6afe9d8dd35c5083c5fff57d95/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/redfish64/autonomic-agda/c0ae7d20728b15d7da4efff6ffadae6fe4590016/src/full/Agda/Compiler/MAlonzo/Compiler.hs-boot
https://github.com/raw/RedlineResearch/floorplan/716c5c6ba019b72f8a49307aba05697b2b6c01ea/deps/language-rust/src/Language/Rust/Syntax/Token.hs-boot
https://github.com/raw/refi64/jhc/98fa012b2be40885f1c2c3dcce9af7af88fd4ac9/src/E/Show.hs-boot
https://github.com/raw/rodrigogribeiro/mptc/c45a55a9161b5da800009a4e9cf125407b7fc455/src/Tc/TcExp.hs-boot
https://github.com/raw/seagull-kamome/jhc/a7c02cc11316037fa5cc2a436599d6e5f0c7f1db/app/E/Show.hs-boot
https://github.com/raw/shayan-najd/GrowableGHC/d7e3b6162b506ef9348a4b0af6f8d55213a8d7ef/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/shayan-najd/Haskell-Desugar-Generic/36ce4d7531734071d7fee0d299246c333895a6de/Language/Haskell/Exts/Desugar/Generic/Declaration.hs-boot
https://github.com/raw/shayan-najd/Haskell-Desugar/4aa3234b419ee5a2c2567474b7f8189e76fd86a7/Language/Haskell/Exts/Desugar/Declaration.hs-boot
https://github.com/raw/shayan-najd/HsParser/41332e79e0aba3ea055e5bcb809adb123c164a91/Language/Haskell/Syntax/HsExpr.hs-boot
https://github.com/raw/shayan-najd/HsParser/41332e79e0aba3ea055e5bcb809adb123c164a91/Language/Haskell/Syntax/HsPat.hs-boot
https://github.com/raw/shayan-najd/HsParser/41332e79e0aba3ea055e5bcb809adb123c164a91/Language/Haskell/Syntax/Module.hs-boot
https://github.com/raw/shayan-najd/NativeMetaprogramming/24e5f85990642d3f0b0044be4327b8f52fce2ba3/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/shinnya/jhc-mirror/1d42108ba72562a0e99d9508551f4bd50d7ef643/src/E/Show.hs-boot
https://github.com/raw/shlevy/ghc/d987f71aa3200ce0c94bc57c43b4fcc92eaccf76/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/shlevy/ghc/d987f71aa3200ce0c94bc57c43b4fcc92eaccf76/libraries/base/Debug/Trace.hs-boot
https://github.com/raw/spl/jhc-darcs/2410ab5b4e917f70b4a41a45c6338121e4bc3556/src/E/Show.hs-boot
https://github.com/raw/spl/jhc/b015269ba878132703fab83a1b710bed4edf69c0/src/E/Show.hs-boot
https://github.com/raw/statisticallyfit/MixHaskellR/06612e53d867064d8bca4dee828460799f96e067/inline-r/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/build/Language/R/HExp.hs-boot
https://github.com/raw/statisticallyfit/MixHaskellR/06612e53d867064d8bca4dee828460799f96e067/inline-r/.stack-work/dist/x86_64-linux/Cabal-2.0.1.0/build/Language/R/HExp.hs-boot
https://github.com/raw/statisticallyfit/MixHaskellR/06612e53d867064d8bca4dee828460799f96e067/inline-r/src/Language/R/HExp.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Enums.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Interfaces/File.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Interfaces/Readable.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Interfaces/Writeable.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Interfaces/WriteableFile.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Array.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/ArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/BinaryArray.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/BinaryArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/BinaryDataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/BooleanArray.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/BooleanArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/BooleanDataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Buffer.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/BufferInputStream.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/BufferOutputStream.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/CastOptions.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/ChunkedArray.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Column.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/DataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Date32Array.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Date32ArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Date32DataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Date64Array.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Date64ArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Date64DataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Decimal128.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/DictionaryArray.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/DictionaryDataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/DoubleArray.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/DoubleArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/DoubleDataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/FeatherFileReader.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/FeatherFileWriter.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Field.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/FileOutputStream.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/FixedWidthDataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/FloatArray.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/FloatArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/FloatDataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/FloatingPointDataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/GIOInputStream.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/GIOOutputStream.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/InputStream.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Int16Array.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Int16ArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Int16DataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Int32Array.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Int32ArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Int32DataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Int64Array.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Int64ArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Int64DataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Int8Array.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Int8ArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Int8DataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/IntArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/IntegerDataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/ListArray.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/ListArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/ListDataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/MemoryMappedInputStream.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/MutableBuffer.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/NullArray.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/NullDataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/NumericArray.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/NumericDataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/OutputStream.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/PoolBuffer.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/PrimitiveArray.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/RecordBatch.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/RecordBatchBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/RecordBatchFileReader.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/RecordBatchFileWriter.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/RecordBatchReader.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/RecordBatchStreamReader.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/RecordBatchStreamWriter.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/RecordBatchWriter.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/ResizableBuffer.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Schema.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/SeekableInputStream.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/StringArray.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/StringArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/StringDataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/StructArray.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/StructArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/StructDataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Table.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/TableBatchReader.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Tensor.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Time32Array.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Time32ArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Time32DataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Time64Array.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Time64ArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/Time64DataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/TimeDataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/TimestampArray.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/TimestampArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/TimestampDataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/UInt16Array.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/UInt16ArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/UInt16DataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/UInt32Array.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/UInt32ArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/UInt32DataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/UInt64Array.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/UInt64ArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/UInt64DataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/UInt8Array.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/UInt8ArrayBuilder.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/UInt8DataType.hs-boot
https://github.com/raw/stephenpascoe/hs-arrow/1bb931cafa1c31382bea67f57205bea57e6af647/gi-arrow/GI/Arrow/Objects/UIntArrayBuilder.hs-boot
https://github.com/raw/takagi/SimulationDSL/57c8e2b7c6efe6941f21e5570a635d49e6ac79bf/SimulationDSL/SimulationDSL/Compiler/Machine.hs-boot
https://github.com/raw/termite2/tsl/8bf929493453429200f7445e87ce3895f0ccbe88/Solver/BVSMT.hs-boot
https://github.com/raw/tjakway/ghcjvm/8c33cd4fde89a367e427116b7c5dda019b5bf813/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/TomMD/ghc/254b438eff30dcdbef4bfad22c0300275c627ccc/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/tov/alms/c14973ceb7e9e1dfa2feb9d2eba163fdc8162e09/src/AST/Decl.hs-boot
https://github.com/raw/tweag/asterius/f912344e53742338ec41124d162767246f523ea9/ghc-toolkit/boot-libs/base/Debug/Trace.hs-boot
https://github.com/raw/typelead/eta/08f98b47094f27237823832a3255b84476fa1c5b/compiler/Eta/HsSyn/HsExpr.hs-boot
https://github.com/raw/typelead/eta/08f98b47094f27237823832a3255b84476fa1c5b/compiler/Eta/HsSyn/HsPat.hs-boot
https://github.com/raw/typelead/eta/10457b1f6b6b2f7d53bef2c8e1531d361a0c7d1b/compiler/Eta/BasicTypes/PatSyn.hs-boot
https://github.com/raw/verement/decimal-arithmetic/094a7292070f228e5da5432f6307f9d23ae11851/src/Numeric/Decimal/Arithmetic.hs-boot
https://github.com/raw/verement/decimal-arithmetic/094a7292070f228e5da5432f6307f9d23ae11851/src/Numeric/Decimal/Conversion.hs-boot
https://github.com/raw/verement/decimal-arithmetic/094a7292070f228e5da5432f6307f9d23ae11851/src/Numeric/Decimal/Number.hs-boot
https://github.com/raw/verement/decimal-arithmetic/094a7292070f228e5da5432f6307f9d23ae11851/src/Numeric/Decimal/Operation.hs-boot
https://github.com/raw/verement/etamoo/af65e2581ab5d093c9490f43692ef89bafc2efc1/src/MOO/Builtins.hs-boot
https://github.com/raw/verement/etamoo/af65e2581ab5d093c9490f43692ef89bafc2efc1/src/MOO/Command.hs-boot
https://github.com/raw/verement/etamoo/af65e2581ab5d093c9490f43692ef89bafc2efc1/src/MOO/Compiler.hs-boot
https://github.com/raw/verement/etamoo/af65e2581ab5d093c9490f43692ef89bafc2efc1/src/MOO/Connection.hs-boot
https://github.com/raw/verement/etamoo/af65e2581ab5d093c9490f43692ef89bafc2efc1/src/MOO/Database.hs-boot
https://github.com/raw/verement/etamoo/af65e2581ab5d093c9490f43692ef89bafc2efc1/src/MOO/List.hs-boot
https://github.com/raw/verement/etamoo/af65e2581ab5d093c9490f43692ef89bafc2efc1/src/MOO/Network.hs-boot
https://github.com/raw/verement/etamoo/af65e2581ab5d093c9490f43692ef89bafc2efc1/src/MOO/Object.hs-boot
https://github.com/raw/verement/etamoo/af65e2581ab5d093c9490f43692ef89bafc2efc1/src/MOO/Task.hs-boot
https://github.com/raw/verement/etamoo/af65e2581ab5d093c9490f43692ef89bafc2efc1/src/MOO/Types.hs-boot
https://github.com/raw/verement/etamoo/af65e2581ab5d093c9490f43692ef89bafc2efc1/src/MOO/Verb.hs-boot
https://github.com/raw/verement/etamoo/af65e2581ab5d093c9490f43692ef89bafc2efc1/src/MOO/WAIF.hs-boot
https://github.com/raw/wimvanderbauwhede/GannetCode/911f4154459bde04ad3a62b26dd4a24e925e664a/Compiler/Main.hs-boot
https://github.com/raw/wimvanderbauwhede/gmcf/562961f13e7ee865d4fdb1021a5700604e7f7821/Compiler/Main.hs-boot
https://github.com/raw/wimvanderbauwhede/gprm/eaf8fac4eb99af8cd0d32c39625d2290635de6cf/Gannet-Compiler/Main.hs-boot
https://github.com/raw/YoshikuniJujo/ghc-reading/2b6694a5368297c1c0c254eee3721f329ec69fc6/compiler/typecheck/TcSplice.hs-boot
https://github.com/raw/YoshikuniJujo/ghc-reading/2b6694a5368297c1c0c254eee3721f329ec69fc6/libraries/base/Debug/Trace.hs-boot
99 users:
https://github.com/Abhiroop
https://github.com/achirkin
https://github.com/agda
https://github.com/ajhc
https://github.com/alanasp
https://github.com/alip
https://github.com/amcknight
https://github.com/andrep
https://github.com/asr
https://github.com/beerendlauwers
https://github.com/bitemyapp
https://github.com/bollu
https://github.com/ChaiTRex
https://github.com/christetreault
https://github.com/chzihan
https://github.com/CIFASIS
https://github.com/codemac
https://github.com/csabahruska
https://github.com/csgordon
https://github.com/dagit
https://github.com/DavidAlphaFox
https://github.com/dec9ue
https://github.com/digital-asset
https://github.com/DNNX
https://github.com/dpwright
https://github.com/dserban
https://github.com/duairc
https://github.com/emorins
https://github.com/faylang
https://github.com/forsyde
https://github.com/ghc
https://github.com/gingerhot
https://github.com/gjz010
https://github.com/graham-at-target
https://github.com/grin-compiler
https://github.com/Guang1234567
https://github.com/harpocrates
https://github.com/haskell-gi
https://github.com/haskell-implementations
https://github.com/haskell-suite
https://github.com/haskell-tools
https://github.com/hasufell
https://github.com/Heather
https://github.com/hsyl20
https://github.com/hvr
https://github.com/idontgetoutmuch
https://github.com/IreneKnapp
https://github.com/ivitjuk
https://github.com/JasonGross
https://github.com/jellyr
https://github.com/jimcrayne
https://github.com/johnmeacham
https://github.com/Jonathas-Conceicao
https://github.com/judah
https://github.com/Julek
https://github.com/justinlynn
https://github.com/khumba
https://github.com/lambdabot
https://github.com/leonschoorl
https://github.com/liqula
https://github.com/llelf
https://github.com/lolotp
https://github.com/lspitzner
https://github.com/luite
https://github.com/m-alvarez
https://github.com/Martoon-00
https://github.com/masondesu
https://github.com/matematikaadit
https://github.com/mgattozzi
https://github.com/mokus0
https://github.com/nboldi
https://github.com/nilscc
https://github.com/np
https://github.com/nushio3
https://github.com/odj
https://github.com/omelkonian
https://github.com/projedi
https://github.com/raspbian-packages
https://github.com/redfish64
https://github.com/RedlineResearch
https://github.com/refi64
https://github.com/rodrigogribeiro
https://github.com/seagull-kamome
https://github.com/shayan-najd
https://github.com/shinnya
https://github.com/shlevy
https://github.com/spl
https://github.com/statisticallyfit
https://github.com/stephenpascoe
https://github.com/takagi
https://github.com/termite2
https://github.com/tjakway
https://github.com/TomMD
https://github.com/tov
https://github.com/tweag
https://github.com/typelead
https://github.com/verement
https://github.com/wimvanderbauwhede
https://github.com/YoshikuniJujo

LGTM!

@robrix robrix merged commit d90f983 into master Oct 3, 2019
@robrix robrix deleted the hs-boot branch October 3, 2019 05:30
Alhadis added a commit to file-icons/atom that referenced this pull request Oct 18, 2019
@github-linguist github-linguist locked as resolved and limited conversation to collaborators Jun 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants