| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ghc-ghc-devel | Distribution: openSUSE Tumbleweed |
| Version: 8.10.4 | Vendor: openSUSE |
| Release: 3.1 | Build date: Sat Jun 26 21:29:16 2021 |
| Group: Development/Languages/Other | Build host: obs-arm-6 |
| Size: 528543237 | Source RPM: ghc-8.10.4-3.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://www.haskell.org/ghc/ | |
| Summary: Haskell ghc library development files | |
This package provides the Haskell ghc library development files.
BSD-3-Clause
* Fri Jun 25 2021 Ondřej Súkup <mimi.vx@gmail.com>
- add 4134.patch to fix build with Sphinx4
* Mon Mar 15 2021 Dirk Müller <dmueller@suse.com>
- always build against llvm9, also on SLE15 (suse_version == 1500)
otherwise the resulting build is not working (llvm is 7.x there) (bsc#1181571)
* Tue Feb 09 2021 Ondřej Súkup <mimi.vx@gmail.com>
- update to 8.10.4
* Fix a crash caused by inappropriate garbage of heap-allocated data
reachable from foreign exports
* Sun Dec 20 2020 Ondřej Súkup <mimi.vx@gmail.com>
- update to 8.10.3
* More robust support for architectures with weak memory ordering
guarantees (e.g. modern ARM hardware).
* GHC can now split dynamic objects to accomodate macOS' RPATH size
limitation when building large projects (#14444)
* Several correctness bugs in the new low-latency garbage collector
* Many, many other bug-fixes))
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Wed Oct 14 2020 Ondřej Súkup <mimi.vx@gmail.com>
- force multiversion for subpackages
* Sat Oct 03 2020 Ondřej Súkup <mimi.vx@gmail.com>
- add --enable-unregistered to configure phase on unregistered
architectures
* Sun Aug 09 2020 Ondřej Súkup <mimi.vx@gmail.com>
- update to 8.10.2
* Fixes a code generation bug resulting in incorrect code generation
for foreign calls with complex arguments
* Fixes a bug causing object merging to fail when the lld linker is in use
* Introduces a workaround for a Linux kernel bug in the implementation
of the timerfd mechanism
* Fixes a few specialiser regressions as well introduces a variety
of miscellaneous specialiser improvements
* Fixes a potential loss of sharing due to left operator sections
* Fix bootstrapping of GHC with the LLVM backend on x86-64
* few important correctness fixes for the low-latency garbage collector.
* Sun May 31 2020 Ondřej Súkup <mimi.vx@gmail.com>
- cleanup specfile from Leap 42 and older remrants
- drop fix-unregisterised-v8.4-8.6.patch
- drop fix-build-using-unregisterized-v8.4.patch
* Thu May 07 2020 Peter Simons <psimons@suse.com>
- Update ghc to version 8.10.1. Important changes are:
* The UnliftedNewtypes extension, allowing newtypes to be wrap
types of kind other than Type.
* The StandaloneKindSignatures extension, allowing explicit
signatures on type constructors.
* A new, low-latency garbage collector for the oldest generation.
Please refer to the compiler documentation for all details:
https://downloads.haskell.org/~ghc/8.10.1/docs/html/users_guide/8.10.1-notes.html
* Thu Feb 27 2020 Ondřej Súkup <mimi.vx@gmail.com>
- update to 8.8.3
* a compiler panic due to over-zealous eta reduction
* the ability to bootstrap with earlier 8.8 releases has been restored
* the directory submodule has been updated
* the process submodule has been updated
* Mon Feb 17 2020 Andreas Schwab <schwab@suse.de>
- Increase memory limit for qemu user-space builds
* Wed Feb 05 2020 Andreas Schwab <schwab@suse.de>
- Fix typo in last change
* Thu Jan 23 2020 Peter Trommler <ptrommler@icloud.com>
- use ghc-bootstrap-helpers on all archs
- lower build env requirements on riscv64
* make sure we can build on smaller systems
* adjust parallelism so we don't hog big workers for almost a week
* many thanks to Stefan Bruens for pointing out the issue and
helping with the solution
* Tue Jan 21 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update _constraints for aarch64
* Thu Jan 16 2020 Peter Trommler <ptrommler@icloud.com>
- drop 0001-Fix-check-whether-GCC-supports-__atomic_-builtins.patch
* fixed upstream
- drop D5212.patch
* fixed upstream
- drop fix-build-using-unregisterized-v8.4.patch
* bootstrap compiler is 8.6.5 now
- refresh fix-unregisterised-v8.4-8.6.patch
- clean up spec file
* Thu Jan 16 2020 Ondřej Súkup <mimi.vx@gmail.com>
- update to 8.8.2
* A bug (Issue #17088) in the compacting garbage collector resulting in segmentation
faults under specific circumstances. Note that this may affect user programs even
if they did not explicitly request the compacting GC (using the -c RTS flag)
since GHC may fallback to compacting collection during times of high memory pressure.
* A code generator bug (Issue #17334) resulting in GHC panics has been fixed.
* A typechecker bug (Issue #17112) resulting in GHC panicking on some programs
has been fixed.
* A bug (Issue #16707) in the implementation of software transactional memory
potentially resulting in hanging transactions has been fixed.
* A bug in the implementation of compact normal forms resulting in segmentation
faults in some uses (Issue #17044) has been fixed.
* Tue Dec 31 2019 Peter Trommler <ptrommler@icloud.com>
- add fix-unregisterised-v8.4-8.6.patch
* fix build on s390x and riscv64
* Mon Dec 30 2019 Peter Trommler <ptrommler@icloud.com>
- refresh buildpath-abi-stability.patch
- refresh ghc-8.0.2-Cabal-dynlibdir.patch
- refresh ghc-pie.patch
- enable riscv64
* Sun Dec 29 2019 Ondřej Súkup <mimi.vx@gmail.com>
- use prebuilt alex and happy on Tumbleweed to avoid buildcycle
- Don't require llvm in ghc-compiler for other architectures than arm
* Sat Dec 28 2019 Ondřej Súkup <mimi.vx@gmail.com>
- update to 8.8.1 -new stable release
- refresh Disable-unboxed-arrays.patch
- drop allow-riscv-and-riscv64-CPU.patch - merged in upstream
* Mon Sep 23 2019 Peter Trommler <ptrommler@icloud.com>
- add fix-build-using-unregisterized-v8.4.patch
* fixes unregisterised builds when bootstrap compiler is GHC 8.4
* fixes build on s390x
* Mon Sep 23 2019 Andreas Schwab <schwab@suse.de>
- Enable build on riscv64
- Add memory constraints for riscv64, restrict to 2 jobs
- allow-riscv-and-riscv64-CPU.patch: recognize riscv64 as architecture
- Apply Disable-unboxed-arrays.patch also on s390x
* Thu Apr 25 2019 Ondřej Súkup <mimi.vx@gmail.com>
- update to 8.6.5
* A build system issue where use of GCC with -flto broke configure was fixed
* Wed Mar 13 2019 Ondřej Súkup <mimi.vx@gmail.com>
- really bump llvm5 to llvm6 requires for ghc-compiler
* Tue Mar 12 2019 Ondřej Súkup <mimi.vx@gmail.com>
- bump llvm req to llvm6
* Wed Mar 06 2019 Ondřej Súkup <mimi.vx@gmail.com>
- update to 8.6.4
* A bug wherein changes in default method definitions would fail
to trigger recompilation has been fixed
* A bug wherein plugins would fail to lookup names not in scope
in the module being compiled has been fixed
* A bug where some programs involving StaticData would be rejected
with either a typechecking error or internal compiler error has been fixed
* A bug where compilation on Windows can fail with linker errors
referring to __chkstk_ms has been fixed
* Mon Dec 17 2018 Ondřej Súkup <mimi.vx@gmail.com>
- use python3-Sphinx instead deprecated python-sphinx [boo#1119686]
* Sat Dec 08 2018 Ondřej Súkup <mimi.vx@gmail.com>
- update to 8.6.3
* A code generation bug resulting in segmentations faults in some programs
* bug leading to programs with deep stacks crashing when run with retainer profiling enabled
* A bug resulting in potential heap corruption during stable name allocation
* Plugins are now loaded during GHCi sessions
* Wed Nov 07 2018 Ondřej Súkup <mimi.vx@gmail.com>
- dont require memory-constraints on older distros
- dropped reproducible-tmp-names.patch
* Tue Nov 06 2018 Ondřej Súkup <mimi.vx@gmail.com>
- update to 8.6.2
* Several compiler panics observed in GHC 8.6.1 have been fixed
* An integer overflow, resulting in some encodeFloat uses returning
incorrect results, has been fixed
* A long-standing bug in the LLVM code generator, resulting in incorrect
floating point evaluation, has been fixed.
* A long-standing bug exposed in GHC 8.6.1, has been fixed. This issue
resulted in undefined runtime behavior with some uses of the dataToTag#
primop. Note that this issue, while less likely to manifest, has existed
in some form in all GHC releases prior to this release and may result
in silent, incorrect evaluation.
* Mon Oct 29 2018 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Make use of memory-constraints to avoid OOM errors
* Fri Oct 26 2018 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Remove forced 'make -j2' for aarch64 and %arm
* Tue Oct 09 2018 ptrommler@icloud.com
- add Disable-unboxed-arrays.patch
* apply on ppc64 only
* fixes ppc64 build
- add D5212.patch
* fix GHCi on big endian platforms
* Tue Oct 02 2018 ptrommler@icloud.com
- cleanup
* remove unused conditional in configure command
* Tue Oct 02 2018 ptrommler@icloud.com
- update to 8.6.1
- add 0001-Fix-check-whether-GCC-supports-__atomic_-builtins.patch
* fix __atomic_builtin detection
* upstream commit ce3897ff
- drop add_armv6l_and_armv7l_target.patch
* fixed upstream
- drop fix-ppc64le-recognition.patch
* fixed upstream
- drop fix-build-using-unregisterized-v8.2.patch
* bootstrap with 8.4.3 works w/o this patch
- refresh ghc-pie.patch
- refresh ghc-8.0.2-Cabal-dyndir.patch
- refresh buildpath-abi-stability.patch
* Sun Sep 30 2018 ptrommler@icloud.com
- Add fix-build-using-unregisterized-v8.2.patch
* Fix build on s390x
* Thu Sep 06 2018 mmanu84@outlook.de
- Fix armv6 build by adding armv6l to llvm-targets:
* change add_armv7l_target.patch to add_armv6l_and_armv7l_target.patch
* Wed Jul 18 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
* Sun Jul 01 2018 ptrommler@icloud.com
- Fix dependencies on arm and s390x
* Sun Jun 17 2018 ptrommler@icloud.com
- add fix-ppc64le-recognition.patch
* recognize powerpc64le as PPC64 in cabal files
* Fri Jun 01 2018 ptrommler@icloud.com
- update to 8.4.3
* code generation for UnboxedSum fixed
* compatibility withe newer binutils (as)
* Cabal issue with abi-depends fixed
* Sun May 27 2018 ptrommler@icloud.com
- Fix build for older openSUSE
- Don't do selfbootstrapping
* Cuts down build time roughly in half
* Fri May 18 2018 guillaume.gardet@opensuse.org
- Fix armv7 build by adding armv7l to llvm-targets:
* add_armv7l_target.patch
* Thu Apr 26 2018 ptrommler@icloud.com
- update to 8.4.2
- drop 0001-PPC-CodeGen-fix-lwa-instruction-generation.patch
* fixed upstream
- drop 0001-PPC-Implement-Atomic-operations.patch
* fixed upstream
- drop 0001-Use-__atomic-intrinsics-for-atomicread-write.patch
* fixed upstream
- drop D4089.patch
* fixed upstream
* Thu Apr 26 2018 mimi.vx@gmail.com
- fix BuildRequires for llvm
* Wed Apr 18 2018 mimi.vx@gmail.com
- use %license macro as used by new ghc-rpm-macros
* Mon Dec 18 2017 ptrommler@icloud.com
- refresh ghc-pie.patch so it applies cleanly
* Sat Dec 16 2017 mimi.vx@gmail.com
- reintroduce ghc-pie.patch (pure upstreams don't work)
* Sat Dec 09 2017 ptrommler@icloud.com
- update to 8.2.2
- Several important correctness issues fixing potential runtime crashes
- A correctness issue leading to undefined behavior in some programs
making use of STMa fixed
- A runtime system bug which may have manifested as a segmentation fault
under low-memory conditions fixed
- ghc-pkg now works correctly ihn environments with misconfigured NFS mounts
- GHC can now produce position-independent executables
- Significantly improved type errors
- refresh reproducible-tmp-names.patch
- drop ghc-pie.patch fixed upstream
* Tue Oct 31 2017 ptrommler@icloud.com
- update to 8.2.1
- improved compiler performance
- reliable DWARF debugging information on x86_64 and i386
- aarch64: registerised through LLVM backend (experimental)
- optimized build for platforms with LLVM backend (arm, aarch64)
- improved performance on NUMA systems
- interface file determinism
- various language improvements
- update _constraints
* ppc64le builds need less memory since 8.2.1
- drop support for ppc and s390
- drop ghc-no-madv-free.patch fixed upstream
- drop 0001-StgCmmPrim-Add-missing-write-barrier.patch
- refresh buildpath-abi-stability.patch
- refresh ghc-8.0.2-Cabal-dynlibdir.patch
- refresh ghc-pie.patch
- refresh reproducible-tmp-names.patch
- refresh 0001-PPC-Implement-Atomic-operations.patch
- refresh D4089.patch
* Tue Oct 17 2017 ptrommler@icloud.com
- add D4089.patch
* fix GHCi issue on ppc64
* see Haskell Trac #11262
* Fri Sep 22 2017 ptrommler@icloud.com
- add 0001-Use-__atomic-intrinsics-for-atomicread-write.patch
* add missing memory barriers on atomic read/write ops
* fixes upstream ticket #14244
- adjust comment for patch 32
* the situation with upstream #12537 is improved but not
solved. Patch 32, however, is correct. There are even more
memory barriers missing elsewhere in the compiler.
* Sat Sep 16 2017 ptrommler@icloud.com
- add 0001-PPC-Implement-Atomic-operations.patch
* fixes parallel programs on all PowerPC platforms
* uptream ticket #12537
- refresh buildpath-abi-stability.patch
* Sun May 28 2017 mimi.vx@gmail.com
- make compatible with new upstream macros
- added patches for more stable abi:
* buildpath-abi-stability.patch
* reproducible-tmp-names.patch
* Sat May 06 2017 meissner@suse.com
- enable for global PIE support:
- the compiler is built without PIE support due to the bootstrap
libraries being non-PIE using BuildIgnore: gcc-PIE
- the compiler itself builds -fPIC objects all the time,
which should make all ghc compiled binaries be PIE.
- ghc-pie.patch: enable default -fPIC on Linux/x86_64
* Sun Jan 22 2017 peter.trommler@ohm-hochschule.de
- comment for patch 100
- refresh ghc-no-madv-free.patch with upstream patch
* upstream fix for Haskell Trac #12865
* Haskell Trac #12495 is a duplicate
* Sat Jan 21 2017 mimi.vx@gmail.com
- update to 8.0.2
- drop patches merged by upstream:
* D2495.patch
- refreshed patches:
* 0001-PPC-CodeGen-fix-lwa-instruction-generation.patch
* 0001-StgCmmPrim-Add-missing-write-barrier.patch
* ghc-no-madv-free.patch
- added ghc-8.0.2-Cabal-dynlibdir.patch by Jens Petersen simplifing
haskell packaging
+ Interface files produced by GHC should now be deterministic ( boo#998972 )
+ A bug has been fixed that caused standalone derived Ix instances
to fail for GADTs with exactly one constructor
+ Compatibility fixes recent Linux distributions.
* Fri Jan 20 2017 peter.trommler@ohm-hochschule.de
- drop D2844.patch
* the patch causes more issues with parallel builds
- fixes boo#1020909
* Fri Dec 16 2016 peter.trommler@ohm-hochschule.de
- add D2844.patch
* fix issues with parallel builds
* Fri Oct 14 2016 mimi.vx@gmail.com
- make compatible with new ghc-rpm-macros
* Wed Sep 28 2016 peter.trommler@ohm-hochschule.de
- update to 8.0.1
- drop patches fixed upstream:
* drop atomic-cast.patch
* drop cabal-show-detail-direct.patch
* drop 0001-link-command-line-libs-to-temp-so.patch
* drop 0001-implement-native-code-generator-for-ppc64.patch
* drop ghc.git-b29f20.patch
* drop u_terminfo_0402.patch
* drop u_Cabal_update.patch
* drop u_haskeline_update.patch
* drop 0001-Fix-misspelled-WORDS_BIGENDIAN-macro.patch
* drop D2214.patch
* drop D2225.patch
- refresh 0001-StgCmmPrim-Add-missing-write-barrier.patch
- refresh 0001-PPC-CodeGen-fix-lwa-instruction-generation.patch
- add ghc-no-madv-free.patch to fix "unable to decommit memory:
Invalid argument" errors GHC reports due to a misdetected
MADV_FREE capability. The configure script sees the symbol define
by glibc, but unfortunately this doesn't mean that the running
kernel actually supports the feature, too. The upstream ticket
https://ghc.haskell.org/trac/ghc/ticket/12495 has more details.
Thanks to @psimons
- GHC produces debug information on x86 and x86_64
- aarch64 has LLVM backend (requires llvm-3.7)
- native code generator for powerpc64[le] (openSUSE contribution!)
- disable html doc on SLE, we don't have python-sphinx
* Thanks @mimi_vx
* Tue Sep 27 2016 peter.trommler@ohm-hochschule.de
- add D2495.patch
* missing memory barrier on PowerPC, ARM
- add 0001-StgCmmPrim-Add-missing-write-barrier.patch
* another issing memory barrier on PowerPC, ARM
- add 0001-PPC-CodeGen-fix-lwa-instruction-generation.patch
* fix bug in code generator
* fixes build of ghc-zeromq4-haskell on powerpc64[le]
* Thu Aug 18 2016 mimi.vx@gmail.com
- fix boo#994268
* Tue May 17 2016 peter.trommler@ohm-hochschule.de
- add D2225.patch
* backport of upstream patch accepted for ghc 8.0.1
* fix SMP primitives on all powerpc archs
* Sat May 14 2016 peter.trommler@ohm-hochschule.de
- add D2214.patch
* backport of upstream patch slated for ghc 8.0.2
* fix issue in code PowerPC code generator (32 bit and 64 bit)
- add 0001-Fix-misspelled-WORDS_BIGENDIAN-macro.patch
* backport of upstream fix slated for ghc 8.0.2
* fix bytestring library on big-endian archs
* fix wrong results in ghc-pureMD5 and others on big-endian
* Tue Apr 19 2016 mimi.vx@gmail.com
- update haskeline to 0.7.2.3
- refresh u_haskeline_update.patch
* Fix hsc2hs-related warning on ghc-8
* Fix the behavior of ctrl-W in the emacs bindings
* Point to github instead of trac
* Tue Mar 08 2016 mimi.vx@gmail.com
- update Cabal to 1.22.8.0
- refresh u_Cabal_update.patch
* Distribution.Simple.Setup: remove job cap
* Check all object file suffixes for recompilation
* Move source files under 'src/'.
* Wed Feb 17 2016 peter.trommler@ohm-hochschule.de
- limit parallel jobs to two on aarch64
* aarch64 runs out of memory with too many parallel compiles
* Sun Feb 14 2016 peter.trommler@ohm-hochschule.de
- add missing C library dependency to terminfo devel package
* Sun Feb 07 2016 mimi.vx@gmail.com
- update haskeline to 0.7.2.2
- add u_haskeline_update.patch
* canonicalize AMP instances to make the code more future proof
* Generalize constraints for InputT instances
* Bump upper bounds on base and transformers
* Make Haskeline `-Wtabs` clean
* Tue Jan 26 2016 mimi.vx@gmail.com
- update Cabal to 1.22.7.0
- refresh u_Cabal_update.patch
* Backport #3012 to the 1.22 branch
* Add foldl' import
* The Cabal part for fully gcc-like response files
* Tue Jan 05 2016 peter.trommler@ohm-hochschule.de
- update tarball to 7.10.3b
* some documentation files were missing in the original
7.10.3 tarball
- add 0001-link-command-line-libs-to-temp-so.patch
* fix panic in GHCi when linking against C library specified
as command line argument (-l<lib>)
* currently under upstream review
* fix Haskell trac #10458
* Mon Dec 28 2015 mimi.vx@gmail.com
- update Cabal to 1.22.6.0
- add u_Cabal_update.patch -- update of Cabal
* Relax upper bound to allow upcoming binary-0.8
* Mon Dec 21 2015 mimi.vx@gmail.com
- update terminfo to 0.4.0.2
- drop remove-cur_term-usage.patch - merged by upstream
- add u_terminfo_0402.patch -- update of terminfo
* Mon Dec 07 2015 mimi.vx@gmail.com
- update Cabal to 1.22.5.0
* Don't recompile C sources unless needed
* Support Haddock response files.
* Add frameworks when linking a dynamic library.
* Tue Dec 01 2015 mimi.vx@gmail.com
- use upstream variant of remove-cur_term-usage.patch
* Tue Oct 06 2015 peter.trommler@ohm-hochschule.de
- update to 7.10.3
- add cabal-show-detail-direct.patch -- Fix testsuites with large output.
Debian patch. Thanks Joachim for suggesting it in Haskell #10870!
- add ghc.git-b29f20.patch
* fixes upstream #7830
* fix ghc 7.10.2 failing to bootstrap ghc head on ppc
and perhaps ppc64 with some optimizations enabled
* backport of my patch for upcoming ghc 8.0.1
* Mon Oct 05 2015 schwab@suse.de
- atomic-cast.patch: fix signature of atomic bultins
- ghc-7.8-arm-use-ld-gold.patch: remove obsolete patch
* Sat Oct 03 2015 sbahling@suse.com
- Remove ncurses6.patch - it's not so easy ;)
- Add remove-cur_term-usage.patch to remove the need to access the
cur_term global which isn't available in the openSUSE ncurses6
build.
* Sat Oct 03 2015 mimi.vx@gmail.com
- Add choice for libffi in openSUSE:Leap:42.1
* Sun Sep 20 2015 mimi.vx@gmail.com
- remove llvm from requires
- add ncurses6.patch to fix build with ncurses6, all thanks goes to
Tomas Cech sleep_walker@opensuse.org
* Mon Aug 10 2015 peter.trommler@ohm-hochschule.de
- update to 7.10.2
* type checker fixes
* fixes for Aarch64 support
* fix deadlock in runtime system when scheduling garbage collection
- 7.10.1 highlights
* implement Applicative Monad Proposal
* implement Burning Bridges Proposal
* support for partial type signatures
* reimplement integer-gmp
* support plugins in type checker (experimental!)
- drop llvm-powerpc64-datalayout.patch
* this patch was incomplete all along and now we have our native
code generator
- drop ghc-cabal-unversion-docdir.patch
* ghc-rpm-macros is following ghc's doc layout so no need to patch
- drop D349.patch
* fixed upstream
- drop integer-gmp.patch
* we do not support SLE11 anymore
- drop ghc-7.8.2-cgen-constify.patch
* fixed upstream
- drop D560.patch
* fixed upstream
- drop ghc-glibc-2.20_BSD_SOURCE.patch
* fixed upstream
- drop ghc-arm64.patch
* fixed upstream
- drop ghc-config.mk.in-Enable-SMP-and-GHCi-support-for-Aarch64.patch
* fixed upstream
- refresh 0001-implement-native-code-generator-for-ppc64.patch
- disable ghc-7.8-arm-use-ld-gold.patch
* not sure we need this, must be rebased if we do
* Fri Jul 17 2015 peter.trommler@ohm-hochschule.de
- add ghc-config.mk.in-Enable-SMP-and-GHCi-support-for-Aarch64.patch
* enable SMP and GHCi on Aarch64
- add ghc-7.8-arm-use-ld-gold.patch
* Aarch64 needs gold linker
* Fri May 29 2015 peter.trommler@ohm-hochschule.de
- refresh ghc-arm64.patch
- unconditionally apply ghc-arm64.patch
* Thu May 28 2015 peter.trommler@ohm-hochschule.de
- add backport of powerpc64le native code generator to
0001-implement-native-code-generator-for-ppc64.patch
- refresh D349.patch
* Thu May 28 2015 ro@suse.de
- on s390/s390x use "make -j2" to stabilize abi hashes
(see also redhat bug 1212374)
* Tue May 26 2015 mimi.vx@gmail.com
- disable llvm on arm64
* Thu May 21 2015 ro@suse.de
- re-diffed ghc-arm64.patch
* Thu May 21 2015 ro@suse.de
- add ghc-arm64.patch for aarch64
- add aarch64, s390, s390x to ExclusiveArch
* Tue Apr 14 2015 mimi.vx@gmail.com
- remove unneeded conditions
* Mon Apr 13 2015 mimi.vx@gmail.com
- chnage constraints to 12G for disk and 4G for ram
* Sun Mar 15 2015 peter.trommler@ohm-hochschule.de
- add ghc-glibc-2.20_BSD_SOURCE.patch
* fixes build on unregisterised architectures (openSUSE: ppc64le)
* Mon Feb 23 2015 peter.trommler@ohm-hochschule.de
- drop ghc-cabal-unversion-docdir.patch
* ghc-rpm-macros follows upstream ghc again
* Wed Feb 04 2015 mimi.vx@gmail.com
+ add ghc-glibc-2.20_BSD_SOURCE.patch from fedora
- updated to 7.8.4
+ removed D177.patch (in upstream)
+ removed D173.patch (in upstream)
+ removed ghc.git-e18525f.patch (in upstream)
+ refresh 0001-implement-native-code-generator-for-ppc64.patch
* A critical bug in the LLVM backend which would cause the compiler to generate incorrect code has been fixed (issue #9439).
* Several bugs in the code generator have been fixed for unregisterised platforms, such as 64bit PowerPC (issue #8819 and #8849).
* A bug that could cause GHC's constructor specialization pass (enabled by default at -O2, or via -fspec-constr) to loop forever and consume large amounts of memory has been fixed (issue #8960).
* A bug that would cause GHC to fail when attempting to determine GCC's version information in non-english locales has been fixed (issue #8825).
* A minor bug that allowed GHC to seemingly import (but not use) private data constructors has been fixed (issue #9006).
* A bug in the register allocator which would cause GHC to crash during compilation has been fixed (issue #9303).
* A bug that caused the compiler to panic on some input C-- code has been fixed (issue #9329).
* A few various minor deadlocks in the runtime system when using forkProcess have been fixed.
* A bug which made blocked STM transactions non-interruptible has been fixed (issue #9379).
* A bug in the compiler which broke pattern synonym imports across modules in Haddock has been fixed (issue #9417).
* A minor bug in the code generator in which the popCnt16# did not zero-extend its result has been fixed (issue #9435).
* A bug which caused the compiler to panic on pattern synonyms inside a class declaration has been fixed (issue #9705).
* A bug in the typechecker revolving around un-saturated type family applications has been fixed (issue #9433).
* Several bugs have been fixed causing problems with building GHC on ARM (issues #8951, #9620, #9336, and #9552).
* A bug in the typechecker that could cause an infinite loop when using superclasses in a cycle has been fixed (issue #9415).
* A bug causing corruption in signal handling with the single-threaded runtime system has been fixed (issue #9817).
* A bug that could cause compiled programs to crash due to use of overlapping type families has been fixed (issue #9371).
* A bug in the inliner that caused certain expressions within unboxed tuples to not be properly evaluated has been fixed (issue #9390).
* A bug that caused the compiler to not always properly detect LLVM tools (particularly on Windows) has been fixed (issue #7143).
* A bug that prevented GHC from deriving Generic1 instances for data families has been fixed (#9563).
* A bug that caused type inference to infer the incorrect type in the presence of certain type families and constraints has been fixed (issue #9316).
* Tue Feb 03 2015 mimi.vx@gmail.com
- add constraints file
* Tue Feb 03 2015 mimi.vx@gmail.com
- remove dblatex dependency
* Mon Jan 12 2015 peter.trommler@ohm-hochschule.de
- add patch 0001-implement-native-code-generator-for-ppc64.patch
* native code generation improved compilation speed
* fewer errors in testsuite than with C back end
* Sat Dec 13 2014 peter.trommler@ohm-hochschule.de
- add patch D560.patch
* fixes dynamic linking on ppc
* see https://phabricator.haskell.org/D560
* this is a back port of the upstream patch
* Wed Nov 05 2014 peter.trommler@ohm-hochschule.de
- add patch D349.patch
* fix a crash with dynamic linking in GHCi when accessing the
process environment
* our patch has been submitted upstream
* see https://phabricator.haskell.org/D349
* Sun Sep 28 2014 peter.trommler@ohm-hochschule.de
- ghc-rpm-macros use internal dependency generator now
* simplifies spec file
* Sat Sep 20 2014 peter.trommler@ohm-hochschule.de
- fix alternatives handling
* Fri Sep 19 2014 peter.trommler@ohm-hochschule.de
- update to 7.8.3
* needed for Haskell Platfoerm 2014.2.0.0
* fixes bnc #726744
* way smaller source tarball (windows binaries removed)
* dynamic libraries, GHCi, and Template Haskell for ppc64 and ppc64le
- drop ghc-ppc64le.patch (fixed upstream)
- add integer-gmp.patch
* build bundled libgmp on SLE 11 (system version is too old)
* fixes build on x86_64
* see upstream trac #8156
- add ghc-7.8.2-cgen-constify.patch
* C backend (ppc64, ppc64le): generate 'const' strings
* reduce size of table of contents (TOC)
- add D173.patch
* fix C backend: generate literals of correct size
* fixes lots of arithmetic failures and trac #8849
* asked upstream to merge fix into 7.8.4
- add D177.patch
* pass PIC flags to assembler
* shared libraries on ppc still broken (trac #8024)
- add ghc.git-e18525f.patch
* fix C backend: generate functions for cmm primitives
- drop ghc-use-system-libffi.patch (included upstream)
- drop ghc-suse-as-needed.patch (fixed upstream)
- drop Cabal-fix-dynamic-exec-for-TH.patch (fixed upstream)
- drop ghc-7.6.3-LlvmCodeGen-no-3.3-warning.patch (fixed upstream)
- drop ghc-avoid-empty-llvm-used-definitions.patch (fixed upstream)
- drop 0001-Fix-detection-of-library-for-shm-on-openSUSE.patch
* our patch was included upstream
- drop 0001-Delete-spurious-comma-in-configure.ac.patch
* our patch was included upstream
-drop ghc-fix-infinite-loop-big-endian.patch (fixed upstream
- refresh llvm-powerpc64-datalayout.patch
* port to new LLVM backend
- refresh ghc-cabal-unversion-docdir.patch
* include original Fedora patch for 7.8.2
* Tue Sep 16 2014 peter.trommler@ohm-hochschule.de
- bootstrap from ghc-bootstrap not ghc
* remove BR loop ghc->ghc
* Thu Jul 31 2014 dimstar@opensuse.org
- Rename rpmlintrc to %{name}-rpmlintrc.
Follow the packaging guidelines.
* Sat May 10 2014 dvaleev@suse.com
- Enable ppc64le (ghc-ppc64le.patch)
* Mon Dec 16 2013 peter.trommler@ohm-hochschule.de
- use correct setting for unregisterised builds (ppc64)
- simplify build setup (generation of mk/build.mk)
* Mon Dec 16 2013 peter.trommler@ohm-hochschule.de
- don't BR llvm for now
- dblatex broken on older openSUSE
* Sun Dec 15 2013 peter.trommler@ohm-hochschule.de
- revert LLVM for ppc64 (segfaults during package install)
- fix setting up build.mk
- build perf for all archs
* Sat Dec 14 2013 peter.trommler@ohm-hochschule.de
- Add llvm-powerpc64-datalayout.patch
* fix LLVM backend for powerpc64
- build and test LLVM backend on powerpc64
* Fri Dec 13 2013 peter.trommler@ohm-hochschule.de
- Add cabal-unversion-docdir.patch
* ghc-rpm-macros don't include versions in package docdirs
starting with version 1.0
- use standard docdir for ghc
- package pdf and ps manuals
* Mon Oct 28 2013 peter.trommler@ohm-hochschule.de
- Add ghc-fix-infinite-loop-big-endian.patch: Fix Haskell trac
[#8134] on ppc64.
- Enable threaded runtime on ppc64
* Tue Sep 24 2013 peter.trommler@ohm-hochschule.de
- Add 0001-Fix-detection-of-library-for-shm-on-openSUSE.patch:
Fix broken autoconf test for shm_* and librt. Haskell trac #8350
- Add 0001-Delete-spurious-comma-in-configure.ac.patch:
Fix test for setitimer. Haskell trac #8352
* Tue Sep 24 2013 peter.trommler@ohm-hochschule.de
- set up build.mk with configuration for ppc64
* explicitly disable features that are not supported on ppc64
* Mon Sep 23 2013 peter.trommler@ohm-hochschule.de
- add BR binutils-devel for bfd.h and libiberty
* Mon Sep 23 2013 peter.trommler@ohm-hochschule.de
- add BR libelf-devel for nlist.h
* Tue Sep 10 2013 peter.trommler@ohm-hochschule.de
- Patches for llvm 3.3.
* Add ghc-7.6.3-LlvmCodeGen-no-3.3-warning.patch: Silence warning
about llvm too new
* Add ghc-avoid-empty-llvm-used-definitions.patch: Fix llvm code
generator. Backported patch for ghc 7.7 (cf Haskell trac #7996)
- explicitly configure gcc location in bootstrap builds too
- allow ppc builds (ppc64 build gets stuck)
* Fri Sep 06 2013 peter.trommler@ohm-hochschule.de
- include BuildFlavour definitions in build.mk
* Tue Sep 03 2013 peter.trommler@ohm-hochschule.de
- build optimized compiler (BuildFlavour = perf)
- bring back Fedora's Template Haskell patch
- add Haskell trac ticket number to glibc-locale comment
* Tue Jul 16 2013 peter.trommler@ohm-hochschule.de
- add comment to explain why glibc-locale is required by
ghc-compiler
* Fri May 17 2013 peter.trommler@ohm-hochschule.de
- glibc-locale required by ghc-pkg
* Fri May 03 2013 peter.trommler@ohm-hochschule.de
- update to 7.6.3 from upstream
- part of Haskell Platform 2013.2
- new languages features (polymorphic kinds, ...)
- do compiler upgrade in one submit request by bootstrapping
ghc if necessary and use that ghc to selfbootstrap new
ghc
- replaced ghc-use-system-libffi.patch with new patch for
Haskell trac #5743 (add configure option to use system libffi)
- drop Cabal-fix-dynamic-exec-for-TH.patch: Fixed upstream
- drop ghc-6.12.1-gen_contents_index-haddock-path.patch which used
system provided haddock and that causes trouble when bootstrapping
- drop ghc-gen_contents_index-type-level.patch: fixed upstream
- drop patch ghc-fix-undefined-openpty.patch: Fixed upstream
- drop patch 0001-Add-missing-flag-for-respecting-EXTRA_LIBDIR.patch:
Fixed upstream
- port to new ghc-rpm-macros
* Fri Jan 11 2013 peter.trommler@ohm-hochschule.de
- enable color and links in documentation
* Mon Dec 03 2012 peter.trommler@ohm-hochschule.de
- try to work around factory-auto still thinking we need
to wait for BRs even when those are in a comment
* Wed Nov 28 2012 peter.trommler@ohm-hochschule.de
- help factory-auto by commenting out currently unneeded BRs
* Tue Nov 13 2012 peter.trommler@ohm-hochschule.de
- selfbootstrap ghc 7.4.2
* Mon Nov 12 2012 peter.trommler@ohm-hochschule.de
- remove binary distributions after bootstrap in Factory
* Thu Nov 08 2012 peter.trommler@ohm-hochschule.de
- Update to version 7.4.2 from upstream
* Required by Haskell Platform 2012.4.0.0
* Fixes for ghc and ghci
* Thu Nov 08 2012 peter.trommler@ohm-hochschule.de
- add ExclusiveArch tag
* Tue Nov 06 2012 peter.trommler@ohm-hochschule.de
- generate debug packages for Factory
* Sun Oct 14 2012 peter.trommler@ohm-hochschule.de
- do not warn about metapackage ghc containing no binary
* Sat Oct 13 2012 peter.trommler@ohm-hochschule.de
- fix cyclic dependency to ghc (libraries reqire ghc-compiler)
* Fri Oct 12 2012 peter.trommler@ohm-hochschule.de
- do not override automatic dependency generation
* needs ghc-pkg which we won't have in Factory yet
* Fri Oct 12 2012 peter.trommler@ohm-hochschule.de
- prepare for bootstrap in Factory
* add binary distribution to spec file
* change build to use ghc provided by binary distribution
* Tue Jul 31 2012 peter.trommler@ohm-hochschule.de
- back ported two patches for Haskell trac #7062
* fix openpty undefined symbol
* fix extra libraries not on linker path
* Sat Jul 28 2012 peter.trommler@ohm-hochschule.de
- fix ghc-suse-as-needed.patch
* add --disable-new-dtags to linker flags. Adding RUNPATH to shared
libraries breaks linking. To fix that ghc's libraries need to set
their own RUNPATHs which they currently don't.
* fixes Haskell #7062
* Mon Jun 25 2012 peter.trommler@ohm-hochschule.de
- use ghc_lib_subpackage instead of ghc_binlib_package (ghc-rpm-macros 0.95.5.1)
- add simple checks to %check section
- sort BuildRequires somewhat
* Sun Jun 24 2012 peter.trommler@ohm-hochschule.de
- remove perl boot comment
- rebuild after project conf fix for hscolour (keep deepseq)
* Wed Jun 20 2012 peter.trommler@ohm-hochschule.de
- enable hscolour after bootstrap
* Wed Jun 06 2012 peter.trommler@ohm-hochschule.de
- disable bootstrapping for devel:languagaes:haskell
* Wed Jun 06 2012 peter.trommler@ohm-hochschule.de
- set bootstrapping for bootstrap in devel:languages:haskell
* Mon Jun 04 2012 peter.trommler@ohm-hochschule.de
- add autoreconf required by suse as-needed patch
* Mon Jun 04 2012 peter.trommler@ohm-hochschule.de
- selfbootstraping
- disable perl boot, might undo libffi patch
* Mon Jun 04 2012 peter.trommler@ohm-hochschule.de
- upgrade to 7.4.1 from upstream for Haskell Platform 2012.2.0.0
- drop Cabal-option-executable-dynamic.patch (fixed in upstream)
- add ghc-suse-as-needed.patch
- add Cabal-fix-dynamic-exec-for-TH.patch
- add ghc-gen_contents_index-type-level.patch
- bootstrapping
* Sun Jun 03 2012 peter.trommler@ohm-hochschule.de
- apply patch 2
- use perl boot to autoreconf all subdirectories
* Mon May 28 2012 peter.trommler@ohm-hochschule.de
- added LICENSE to library and base package
- should probably be ignored in rpmlintrc
* Mon May 28 2012 peter.trommler@ohm-hochschule.de
- follow Fedora packaging:
- package compiler in ghc-compiler
- meta package for all libraries
- ghc became meta package for everything
* Sat May 26 2012 peter.trommler@ohm-hochschule.de
- deleted extra BR after project configuration fix
* Fri May 25 2012 peter.trommler@ohm-hochschule.de
- remove minimum version requirement for gmp-devel
* Sat May 19 2012 peter.trommler@ohm-hochschule.de
- don't pack manual page when without_manual is set
* Sat May 19 2012 peter.trommler@ohm-hochschule.de
- temporarily disable manual to work around broken texlive
* Thu May 17 2012 peter.trommler@ohm-hochschule.de
- clean up BuildRequires (one per line)
- force gmp-devel >= 5 to get rid of libgmp.so.3 in Factory
* Mon Mar 12 2012 peter.trommler@ohm-hochschule.de
- enabled hscolour
* Fri Feb 03 2012 peter.trommler@ohm-hochschule.de
- selfbootstrapping
* Fri Feb 03 2012 peter.trommler@ohm-hochschule.de
- disable dependecy generator during bootstrap
* Thu Feb 02 2012 peter.trommler@ohm-hochschule.de
- bootstrap SLE11-SP1
* Mon Jan 23 2012 peter.trommler@ohm-hochschule.de
- provide ghc-compiler = %{version}
* Mon Jan 23 2012 peter.trommler@ohm-hochschule.de
- package HSffi.o on 11.3
* Sun Jan 22 2012 peter.trommler@ohm-hochschule.de
- done bootstrapping
* Sun Jan 22 2012 peter.trommler@ohm-hochschule.de
- Move documentation to new place
- Fix douple packaging
* Mon Jan 16 2012 peter.trommler@ohm-hochschule.de
- Added haddock patch
- Fixed many file packaged twice issues
* Wed Jan 04 2012 peter.trommler@ohm-hochschule.de
- Enabled hscolour
- Prepared for libffi patch (needs fix fo bnc#711489)
* Thu Dec 29 2011 peter.trommler@ohm-hochschule.de
- Lowered ghc BR to 6.10
* Wed Dec 28 2011 peter.trommler@ohm-hochschule.de
- Added Cabal patch (required for ghc-rpm-macros)
* Wed Dec 28 2011 peter.trommler@ohm-hochschule.de
- unset bootstrapping
- additional BR that should not be required
* Tue Dec 27 2011 peter.trommler@ohm-hochschule.de
- Fixed versions and names in libraries
- Fixed files section
* Thu Dec 22 2011 peter.trommler@ohm-hochschule.de
- Start version 7.0.4
/usr/lib/ghc-8.10.4/ghc-8.10.4/Annotations.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Annotations.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Annotations.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ApiAnnotation.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ApiAnnotation.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ApiAnnotation.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Ar.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Ar.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Ar.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/AsmCodeGen.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/AsmCodeGen.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/AsmCodeGen.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/AsmUtils.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/AsmUtils.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/AsmUtils.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Avail.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Avail.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Avail.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Bag.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Bag.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Bag.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BasicTypes.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BasicTypes.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BasicTypes.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BinFingerprint.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BinFingerprint.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BinFingerprint.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BinIface.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BinIface.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BinIface.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Binary.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Binary.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Binary.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Bitmap.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Bitmap.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Bitmap.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BkpSyn.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BkpSyn.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BkpSyn.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BlockId.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BlockId.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BlockId.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BlockLayout.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BlockLayout.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BlockLayout.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BooleanFormula.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BooleanFormula.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BooleanFormula.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BufWrite.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BufWrite.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BufWrite.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BuildTyCl.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BuildTyCl.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/BuildTyCl.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ByteCodeAsm.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ByteCodeAsm.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ByteCodeAsm.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ByteCodeGen.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ByteCodeGen.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ByteCodeGen.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ByteCodeInstr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ByteCodeInstr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ByteCodeInstr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ByteCodeItbls.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ByteCodeItbls.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ByteCodeItbls.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ByteCodeLink.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ByteCodeLink.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ByteCodeLink.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ByteCodeTypes.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ByteCodeTypes.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ByteCodeTypes.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CFG.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CFG.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CFG.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CLabel.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CLabel.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CLabel.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CPrim.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CPrim.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CPrim.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CSE.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CSE.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CSE.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CallArity.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CallArity.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CallArity.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Class.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Class.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Class.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CliOption.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CliOption.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CliOption.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ClsInst.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ClsInst.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ClsInst.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmdLineParser.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmdLineParser.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmdLineParser.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Cmm.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Cmm.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Cmm.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmBuildInfoTables.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmBuildInfoTables.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmBuildInfoTables.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmCallConv.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmCallConv.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmCallConv.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmCommonBlockElim.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmCommonBlockElim.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmCommonBlockElim.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmContFlowOpt.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmContFlowOpt.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmContFlowOpt.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmExpr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmExpr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmExpr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmImplementSwitchPlans.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmImplementSwitchPlans.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmImplementSwitchPlans.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmInfo.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmInfo.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmInfo.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmLayoutStack.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmLayoutStack.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmLayoutStack.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmLex.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmLex.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmLex.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmLint.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmLint.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmLint.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmLive.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmLive.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmLive.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmMachOp.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmMachOp.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmMachOp.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmMonad.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmMonad.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmMonad.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmNode.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmNode.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmNode.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmOpt.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmOpt.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmOpt.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmParse.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmParse.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmParse.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmPipeline.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmPipeline.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmPipeline.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmProcPoint.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmProcPoint.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmProcPoint.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmSink.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmSink.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmSink.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmSwitch.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmSwitch.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmSwitch.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmType.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmType.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmType.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmUtils.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmUtils.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CmmUtils.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoAxiom.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoAxiom.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoAxiom.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CodeOutput.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CodeOutput.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CodeOutput.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Coercion.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Coercion.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Coercion.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ConLike.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ConLike.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ConLike.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Config.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Config.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Config.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Constants.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Constants.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Constants.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Constraint.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Constraint.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Constraint.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreArity.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreArity.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreArity.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreFVs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreFVs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreFVs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreLint.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreLint.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreLint.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreMap.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreMap.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreMap.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreMonad.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreMonad.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreMonad.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreOpt.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreOpt.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreOpt.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CorePrep.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CorePrep.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CorePrep.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreSeq.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreSeq.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreSeq.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreStats.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreStats.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreStats.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreSubst.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreSubst.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreSubst.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreSyn.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreSyn.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreSyn.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreTidy.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreTidy.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreTidy.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreToStg.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreToStg.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreToStg.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreUnfold.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreUnfold.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreUnfold.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreUtils.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreUtils.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CoreUtils.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CostCentre.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CostCentre.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CostCentre.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CostCentreState.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CostCentreState.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/CostCentreState.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Coverage.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Coverage.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Coverage.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Ctype.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Ctype.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Ctype.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DataCon.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DataCon.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DataCon.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Debug.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Debug.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Debug.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Debugger.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Debugger.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Debugger.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Demand.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Demand.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Demand.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Desugar.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Desugar.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Desugar.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Digraph.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Digraph.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Digraph.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DmdAnal.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DmdAnal.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DmdAnal.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Dominators.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Dominators.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Dominators.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DriverBkp.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DriverBkp.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DriverBkp.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DriverMkDepend.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DriverMkDepend.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DriverMkDepend.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DriverPhases.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DriverPhases.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DriverPhases.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DriverPipeline.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DriverPipeline.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DriverPipeline.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsArrows.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsArrows.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsArrows.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsBinds.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsBinds.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsBinds.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsCCall.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsCCall.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsCCall.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsExpr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsExpr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsExpr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsForeign.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsForeign.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsForeign.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsGRHSs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsGRHSs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsGRHSs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsListComp.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsListComp.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsListComp.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsMeta.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsMeta.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsMeta.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsMonad.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsMonad.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsMonad.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsUsage.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsUsage.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsUsage.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsUtils.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsUtils.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DsUtils.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Dwarf /usr/lib/ghc-8.10.4/ghc-8.10.4/Dwarf.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Dwarf.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Dwarf.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Dwarf/Constants.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Dwarf/Constants.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Dwarf/Constants.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Dwarf/Types.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Dwarf/Types.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Dwarf/Types.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DynFlags.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DynFlags.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DynFlags.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DynamicLoading.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DynamicLoading.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/DynamicLoading.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Elf.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Elf.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Elf.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Encoding.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Encoding.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Encoding.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/EnumSet.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/EnumSet.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/EnumSet.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ErrUtils.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ErrUtils.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ErrUtils.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Exception.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Exception.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Exception.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Exitify.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Exitify.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Exitify.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ExtractDocs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ExtractDocs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ExtractDocs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FV.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FV.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FV.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FamInst.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FamInst.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FamInst.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FamInstEnv.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FamInstEnv.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FamInstEnv.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FastFunctions.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FastFunctions.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FastFunctions.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FastMutInt.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FastMutInt.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FastMutInt.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FastString.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FastString.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FastString.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FastStringEnv.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FastStringEnv.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FastStringEnv.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FieldLabel.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FieldLabel.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FieldLabel.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FileCleanup.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FileCleanup.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FileCleanup.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FileSettings.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FileSettings.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FileSettings.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Finder.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Finder.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Finder.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Fingerprint.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Fingerprint.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Fingerprint.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FiniteMap.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FiniteMap.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FiniteMap.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FlagChecker.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FlagChecker.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FlagChecker.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FloatIn.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FloatIn.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FloatIn.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FloatOut.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FloatOut.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FloatOut.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ForeignCall.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ForeignCall.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ForeignCall.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Format.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Format.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Format.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FunDeps.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FunDeps.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/FunDeps.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Binds.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Binds.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Binds.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Decls.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Decls.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Decls.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Doc.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Doc.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Doc.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Dump.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Dump.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Dump.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Expr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Expr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Expr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Extension.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Extension.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Extension.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/ImpExp.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/ImpExp.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/ImpExp.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Instances.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Instances.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Instances.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Lit.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Lit.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Lit.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Pat.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Pat.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Pat.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/PlaceHolder.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/PlaceHolder.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/PlaceHolder.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Types.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Types.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Types.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Utils.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Utils.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Hs/Utils.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/HsToCore /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/HsToCore/PmCheck /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/HsToCore/PmCheck.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/HsToCore/PmCheck.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/HsToCore/PmCheck.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/HsToCore/PmCheck/Oracle.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/HsToCore/PmCheck/Oracle.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/HsToCore/PmCheck/Oracle.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/HsToCore/PmCheck/Ppr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/HsToCore/PmCheck/Ppr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/HsToCore/PmCheck/Ppr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/HsToCore/PmCheck/Types.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/HsToCore/PmCheck/Types.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/HsToCore/PmCheck/Types.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/ARM.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/ARM.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/ARM.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/ARM64.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/ARM64.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/ARM64.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/NoRegs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/NoRegs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/NoRegs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/PPC.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/PPC.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/PPC.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/Regs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/Regs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/Regs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/S390X.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/S390X.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/S390X.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/SPARC.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/SPARC.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/SPARC.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/X86.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/X86.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/X86.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/X86_64.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/X86_64.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/Platform/X86_64.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/ArgRep.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/ArgRep.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/ArgRep.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Bind.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Bind.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Bind.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/CgUtils.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/CgUtils.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/CgUtils.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Closure.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Closure.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Closure.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/DataCon.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/DataCon.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/DataCon.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Env.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Env.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Env.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Expr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Expr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Expr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/ExtCode.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/ExtCode.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/ExtCode.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Foreign.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Foreign.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Foreign.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Heap.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Heap.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Heap.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Hpc.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Hpc.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Hpc.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Layout.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Layout.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Layout.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Monad.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Monad.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Monad.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Prim.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Prim.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Prim.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Prof.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Prof.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Prof.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Ticky.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Ticky.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Ticky.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Utils.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Utils.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/StgToCmm/Utils.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/ThToHs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/ThToHs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHC/ThToHs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHCi.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHCi.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GHCi.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GhcMake.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GhcMake.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GhcMake.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GhcMonad.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GhcMonad.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GhcMonad.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GhcNameVersion.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GhcNameVersion.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GhcNameVersion.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GhcPlugins.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GhcPlugins.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GhcPlugins.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GhcPrelude.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GhcPrelude.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GhcPrelude.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GraphBase.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GraphBase.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GraphBase.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GraphColor.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GraphColor.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GraphColor.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GraphOps.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GraphOps.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GraphOps.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GraphPpr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GraphPpr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/GraphPpr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HaddockUtils.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HaddockUtils.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HaddockUtils.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HeaderInfo.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HeaderInfo.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HeaderInfo.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HieAst.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HieAst.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HieAst.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HieBin.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HieBin.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HieBin.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HieDebug.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HieDebug.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HieDebug.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HieTypes.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HieTypes.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HieTypes.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HieUtils.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HieUtils.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HieUtils.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Hooks.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Hooks.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Hooks.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Hoopl /usr/lib/ghc-8.10.4/ghc-8.10.4/Hoopl/Block.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Hoopl/Block.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Hoopl/Block.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Hoopl/Collections.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Hoopl/Collections.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Hoopl/Collections.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Hoopl/Dataflow.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Hoopl/Dataflow.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Hoopl/Dataflow.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Hoopl/Graph.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Hoopl/Graph.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Hoopl/Graph.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Hoopl/Label.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Hoopl/Label.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Hoopl/Label.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HscMain.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HscMain.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HscMain.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HscStats.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HscStats.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HscStats.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HscTypes.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HscTypes.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/HscTypes.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/IOEnv.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/IOEnv.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/IOEnv.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Id.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Id.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Id.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/IdInfo.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/IdInfo.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/IdInfo.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/IfaceEnv.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/IfaceEnv.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/IfaceEnv.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/IfaceSyn.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/IfaceSyn.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/IfaceSyn.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/IfaceType.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/IfaceType.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/IfaceType.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Inst.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Inst.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Inst.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/InstEnv.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/InstEnv.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/InstEnv.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Instruction.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Instruction.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Instruction.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/InteractiveEval.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/InteractiveEval.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/InteractiveEval.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/InteractiveEvalTypes.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/InteractiveEvalTypes.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/InteractiveEvalTypes.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Json.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Json.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Json.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/KnownUniques.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/KnownUniques.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/KnownUniques.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Lexeme.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Lexeme.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Lexeme.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Lexer.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Lexer.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Lexer.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LiberateCase.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LiberateCase.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LiberateCase.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Linker.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Linker.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Linker.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LinkerTypes.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LinkerTypes.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LinkerTypes.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ListSetOps.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ListSetOps.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ListSetOps.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Literal.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Literal.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Literal.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Llvm /usr/lib/ghc-8.10.4/ghc-8.10.4/Llvm.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Llvm.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Llvm.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Llvm/AbsSyn.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Llvm/AbsSyn.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Llvm/AbsSyn.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Llvm/MetaData.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Llvm/MetaData.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Llvm/MetaData.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Llvm/PpLlvm.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Llvm/PpLlvm.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Llvm/PpLlvm.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Llvm/Types.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Llvm/Types.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Llvm/Types.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen/Base.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen/Base.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen/Base.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen/CodeGen.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen/CodeGen.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen/CodeGen.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen/Data.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen/Data.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen/Data.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen/Ppr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen/Ppr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen/Ppr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen/Regs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen/Regs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmCodeGen/Regs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmMangler.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmMangler.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LlvmMangler.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LoadIface.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LoadIface.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/LoadIface.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Match.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Match.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Match.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MatchCon.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MatchCon.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MatchCon.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MatchLit.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MatchLit.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MatchLit.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Maybes.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Maybes.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Maybes.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MkCore.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MkCore.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MkCore.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MkGraph.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MkGraph.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MkGraph.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MkId.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MkId.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MkId.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MkIface.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MkIface.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MkIface.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Module.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Module.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Module.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MonadUtils.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MonadUtils.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/MonadUtils.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/NCGMonad.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/NCGMonad.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/NCGMonad.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Name.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Name.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Name.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/NameCache.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/NameCache.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/NameCache.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/NameEnv.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/NameEnv.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/NameEnv.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/NameSet.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/NameSet.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/NameSet.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/NameShape.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/NameShape.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/NameShape.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/OccName.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/OccName.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/OccName.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/OccurAnal.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/OccurAnal.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/OccurAnal.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/OptCoercion.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/OptCoercion.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/OptCoercion.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/OrdList.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/OrdList.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/OrdList.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Outputable.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Outputable.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Outputable.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PIC.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PIC.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PIC.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC/CodeGen.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC/CodeGen.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC/CodeGen.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC/Cond.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC/Cond.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC/Cond.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC/Instr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC/Instr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC/Instr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC/Ppr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC/Ppr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC/Ppr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC/RegInfo.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC/RegInfo.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC/RegInfo.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC/Regs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC/Regs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PPC/Regs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PackageConfig.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PackageConfig.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PackageConfig.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Packages.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Packages.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Packages.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Pair.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Pair.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Pair.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Panic.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Panic.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Panic.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Parser.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Parser.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Parser.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PatSyn.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PatSyn.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PatSyn.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PipelineMonad.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PipelineMonad.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PipelineMonad.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PlainPanic.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PlainPanic.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PlainPanic.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PlatformConstants.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PlatformConstants.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PlatformConstants.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Plugins.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Plugins.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Plugins.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprBase.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprBase.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprBase.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprC.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprC.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprC.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprCmm.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprCmm.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprCmm.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprCmmDecl.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprCmmDecl.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprCmmDecl.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprCmmExpr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprCmmExpr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprCmmExpr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprColour.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprColour.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprColour.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprCore.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprCore.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprCore.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprTyThing.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprTyThing.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PprTyThing.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Predicate.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Predicate.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Predicate.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PrelInfo.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PrelInfo.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PrelInfo.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PrelNames.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PrelNames.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PrelNames.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PrelRules.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PrelRules.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PrelRules.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Pretty.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Pretty.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Pretty.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PrimOp.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PrimOp.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/PrimOp.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ProfInit.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ProfInit.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ProfInit.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RdrHsSyn.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RdrHsSyn.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RdrHsSyn.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RdrName.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RdrName.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RdrName.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Reg.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Reg.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Reg.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/ArchBase.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/ArchBase.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/ArchBase.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/ArchX86.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/ArchX86.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/ArchX86.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/Coalesce.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/Coalesce.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/Coalesce.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/Main.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/Main.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/Main.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/Spill.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/Spill.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/Spill.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/SpillClean.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/SpillClean.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/SpillClean.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/SpillCost.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/SpillCost.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/SpillCost.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/Stats.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/Stats.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/Stats.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/TrivColorable.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/TrivColorable.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Graph/TrivColorable.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/Base.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/Base.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/Base.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/FreeRegs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/FreeRegs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/FreeRegs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/JoinToTargets.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/JoinToTargets.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/JoinToTargets.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/Main.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/Main.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/Main.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/PPC /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/PPC/FreeRegs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/PPC/FreeRegs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/PPC/FreeRegs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/SPARC /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/SPARC/FreeRegs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/SPARC/FreeRegs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/SPARC/FreeRegs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/StackMap.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/StackMap.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/StackMap.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/State.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/State.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/State.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/Stats.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/Stats.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/Stats.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/X86 /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/X86/FreeRegs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/X86/FreeRegs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/X86/FreeRegs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/X86_64 /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/X86_64/FreeRegs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/X86_64/FreeRegs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Linear/X86_64/FreeRegs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Liveness.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Liveness.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegAlloc/Liveness.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegClass.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegClass.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RegClass.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RepType.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RepType.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RepType.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnBinds.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnBinds.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnBinds.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnEnv.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnEnv.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnEnv.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnExpr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnExpr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnExpr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnFixity.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnFixity.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnFixity.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnHsDoc.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnHsDoc.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnHsDoc.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnModIface.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnModIface.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnModIface.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnNames.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnNames.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnNames.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnPat.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnPat.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnPat.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnSource.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnSource.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnSource.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnSplice.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnSplice.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnSplice.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnTypes.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnTypes.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnTypes.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnUnbound.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnUnbound.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnUnbound.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnUtils.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnUtils.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RnUtils.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RtClosureInspect.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RtClosureInspect.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/RtClosureInspect.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Rules.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Rules.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Rules.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SAT.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SAT.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SAT.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SMRep.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SMRep.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SMRep.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/AddrMode.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/AddrMode.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/AddrMode.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Base.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Base.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Base.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/Amode.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/Amode.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/Amode.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/Base.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/Base.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/Base.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/CondCode.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/CondCode.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/CondCode.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/Expand.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/Expand.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/Expand.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/Gen32.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/Gen32.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/Gen32.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/Gen64.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/Gen64.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/Gen64.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/Sanity.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/Sanity.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/CodeGen/Sanity.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Cond.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Cond.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Cond.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Imm.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Imm.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Imm.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Instr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Instr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Instr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Ppr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Ppr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Ppr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Regs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Regs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Regs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/ShortcutJump.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/ShortcutJump.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/ShortcutJump.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Stack.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Stack.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SPARC/Stack.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SetLevels.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SetLevels.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SetLevels.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Settings.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Settings.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Settings.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SimplCore.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SimplCore.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SimplCore.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SimplEnv.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SimplEnv.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SimplEnv.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SimplMonad.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SimplMonad.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SimplMonad.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SimplStg.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SimplStg.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SimplStg.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SimplUtils.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SimplUtils.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SimplUtils.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Simplify.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Simplify.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Simplify.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SpecConstr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SpecConstr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SpecConstr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Specialise.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Specialise.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Specialise.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SrcLoc.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SrcLoc.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SrcLoc.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/State.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/State.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/State.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StaticPtrTable.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StaticPtrTable.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StaticPtrTable.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgCse.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgCse.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgCse.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgFVs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgFVs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgFVs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgLiftLams /usr/lib/ghc-8.10.4/ghc-8.10.4/StgLiftLams.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgLiftLams.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgLiftLams.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgLiftLams/Analysis.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgLiftLams/Analysis.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgLiftLams/Analysis.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgLiftLams/LiftM.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgLiftLams/LiftM.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgLiftLams/LiftM.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgLiftLams/Transformation.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgLiftLams/Transformation.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgLiftLams/Transformation.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgLint.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgLint.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgLint.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgStats.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgStats.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgStats.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgSubst.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgSubst.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgSubst.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgSyn.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgSyn.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StgSyn.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Stream.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Stream.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Stream.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StringBuffer.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StringBuffer.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/StringBuffer.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/BaseDir.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/BaseDir.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/BaseDir.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/ExtraObj.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/ExtraObj.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/ExtraObj.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/Info.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/Info.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/Info.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/Process.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/Process.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/Process.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/Settings.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/Settings.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/Settings.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/Tasks.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/Tasks.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/Tasks.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/Terminal.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/Terminal.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/SysTools/Terminal.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/THNames.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/THNames.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/THNames.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TargetReg.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TargetReg.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TargetReg.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcAnnotations.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcAnnotations.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcAnnotations.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcArrows.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcArrows.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcArrows.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcBackpack.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcBackpack.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcBackpack.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcBinds.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcBinds.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcBinds.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcCanonical.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcCanonical.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcCanonical.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcClassDcl.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcClassDcl.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcClassDcl.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcDefaults.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcDefaults.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcDefaults.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcDeriv.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcDeriv.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcDeriv.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcDerivInfer.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcDerivInfer.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcDerivInfer.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcDerivUtils.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcDerivUtils.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcDerivUtils.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcEnv.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcEnv.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcEnv.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcErrors.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcErrors.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcErrors.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcEvTerm.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcEvTerm.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcEvTerm.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcEvidence.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcEvidence.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcEvidence.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcExpr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcExpr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcExpr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcFlatten.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcFlatten.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcFlatten.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcForeign.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcForeign.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcForeign.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcGenDeriv.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcGenDeriv.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcGenDeriv.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcGenFunctor.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcGenFunctor.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcGenFunctor.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcGenGenerics.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcGenGenerics.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcGenGenerics.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcHoleErrors.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcHoleErrors.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcHoleErrors.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcHoleFitTypes.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcHoleFitTypes.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcHoleFitTypes.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcHsSyn.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcHsSyn.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcHsSyn.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcHsType.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcHsType.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcHsType.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcIface.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcIface.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcIface.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcInstDcls.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcInstDcls.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcInstDcls.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcInteract.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcInteract.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcInteract.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcMType.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcMType.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcMType.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcMatches.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcMatches.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcMatches.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcOrigin.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcOrigin.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcOrigin.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcPat.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcPat.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcPat.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcPatSyn.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcPatSyn.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcPatSyn.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcPluginM.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcPluginM.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcPluginM.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcRnDriver.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcRnDriver.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcRnDriver.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcRnExports.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcRnExports.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcRnExports.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcRnMonad.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcRnMonad.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcRnMonad.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcRnTypes.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcRnTypes.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcRnTypes.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcRules.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcRules.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcRules.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcSMonad.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcSMonad.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcSMonad.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcSigs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcSigs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcSigs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcSimplify.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcSimplify.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcSimplify.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcSplice.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcSplice.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcSplice.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcTyClsDecls.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcTyClsDecls.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcTyClsDecls.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcTyDecls.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcTyDecls.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcTyDecls.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcType.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcType.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcType.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcTypeNats.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcTypeNats.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcTypeNats.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcTypeable.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcTypeable.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcTypeable.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcUnify.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcUnify.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcUnify.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcValidity.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcValidity.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TcValidity.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TidyPgm.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TidyPgm.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TidyPgm.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ToIface.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ToIface.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ToIface.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ToolSettings.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ToolSettings.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/ToolSettings.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TrieMap.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TrieMap.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TrieMap.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TyCoFVs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TyCoFVs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TyCoFVs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TyCoPpr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TyCoPpr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TyCoPpr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TyCoRep.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TyCoRep.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TyCoRep.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TyCoSubst.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TyCoSubst.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TyCoSubst.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TyCoTidy.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TyCoTidy.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TyCoTidy.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TyCon.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TyCon.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TyCon.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Type.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Type.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Type.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TysPrim.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TysPrim.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TysPrim.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TysWiredIn.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TysWiredIn.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/TysWiredIn.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UnVarGraph.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UnVarGraph.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UnVarGraph.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UnariseStg.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UnariseStg.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UnariseStg.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Unify.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Unify.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Unify.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UniqDFM.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UniqDFM.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UniqDFM.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UniqDSet.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UniqDSet.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UniqDSet.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UniqFM.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UniqFM.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UniqFM.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UniqMap.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UniqMap.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UniqMap.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UniqSet.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UniqSet.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UniqSet.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UniqSupply.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UniqSupply.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/UniqSupply.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Unique.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Unique.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Unique.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Util.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Util.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Util.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Var.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Var.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/Var.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/VarEnv.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/VarEnv.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/VarEnv.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/VarSet.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/VarSet.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/VarSet.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/WorkWrap.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/WorkWrap.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/WorkWrap.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/WwLib.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/WwLib.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/WwLib.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/X86 /usr/lib/ghc-8.10.4/ghc-8.10.4/X86/CodeGen.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/X86/CodeGen.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/X86/CodeGen.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/X86/Cond.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/X86/Cond.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/X86/Cond.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/X86/Instr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/X86/Instr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/X86/Instr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/X86/Ppr.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/X86/Ppr.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/X86/Ppr.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/X86/RegInfo.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/X86/RegInfo.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/X86/RegInfo.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/X86/Regs.dyn_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/X86/Regs.hi /usr/lib/ghc-8.10.4/ghc-8.10.4/X86/Regs.p_hi /usr/lib/ghc-8.10.4/ghc-8.10.4/include /usr/lib/ghc-8.10.4/ghc-8.10.4/include/HsVersions.h /usr/lib/ghc-8.10.4/ghc-8.10.4/libHSghc-8.10.4.a /usr/lib/ghc-8.10.4/ghc-8.10.4/libHSghc-8.10.4_p.a /usr/lib/ghc-8.10.4/package.conf.d/ghc-8.10.4.conf /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4 /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Annotations.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/ApiAnnotation.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Ar.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/AsmCodeGen.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/AsmUtils.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Avail.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Bag.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/BasicTypes.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/BinFingerprint.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/BinIface.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Binary.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Bitmap.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/BkpSyn.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/BlockId.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/BlockLayout.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/BooleanFormula.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/BufWrite.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/BuildTyCl.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/ByteCodeAsm.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/ByteCodeGen.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/ByteCodeInstr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/ByteCodeItbls.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/ByteCodeLink.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/ByteCodeTypes.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CFG.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CLabel.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CPrim.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CSE.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CallArity.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Class.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CliOption.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/ClsInst.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmdLineParser.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Cmm.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmBuildInfoTables.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmCallConv.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmCommonBlockElim.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmContFlowOpt.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmExpr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmImplementSwitchPlans.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmInfo.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmLayoutStack.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmLex.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmLint.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmLive.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmMachOp.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmMonad.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmNode.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmOpt.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmParse.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmPipeline.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmProcPoint.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmSink.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmSwitch.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmType.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CmmUtils.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CoAxiom.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CodeOutput.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Coercion.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/ConLike.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Config.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Constants.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Constraint.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CoreArity.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CoreFVs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CoreLint.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CoreMap.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CoreMonad.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CoreOpt.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CorePrep.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CoreSeq.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CoreStats.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CoreSubst.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CoreSyn.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CoreTidy.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CoreToStg.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CoreUnfold.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CoreUtils.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CostCentre.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/CostCentreState.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Coverage.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Ctype.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DataCon.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Debug.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Debugger.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Demand.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Desugar.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Digraph.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DmdAnal.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Dominators.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DriverBkp.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DriverMkDepend.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DriverPhases.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DriverPipeline.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DsArrows.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DsBinds.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DsCCall.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DsExpr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DsForeign.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DsGRHSs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DsListComp.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DsMeta.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DsMonad.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DsUsage.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DsUtils.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Dwarf-Constants.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Dwarf-Types.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Dwarf.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DynFlags.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/DynamicLoading.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Elf.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Encoding.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/EnumSet.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/ErrUtils.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Exception.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Exitify.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/ExtractDocs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/FV.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/FamInst.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/FamInstEnv.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/FastFunctions.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/FastMutInt.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/FastString.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/FastStringEnv.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/FieldLabel.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/FileCleanup.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/FileSettings.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Finder.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Fingerprint.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/FiniteMap.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/FlagChecker.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/FloatIn.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/FloatOut.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/ForeignCall.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Format.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/FunDeps.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Hs-Binds.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Hs-Decls.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Hs-Doc.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Hs-Dump.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Hs-Expr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Hs-Extension.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Hs-ImpExp.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Hs-Instances.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Hs-Lit.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Hs-Pat.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Hs-PlaceHolder.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Hs-Types.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Hs-Utils.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Hs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-HsToCore-PmCheck-Oracle.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-HsToCore-PmCheck-Ppr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-HsToCore-PmCheck-Types.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-HsToCore-PmCheck.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Platform-ARM.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Platform-ARM64.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Platform-NoRegs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Platform-PPC.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Platform-Regs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Platform-S390X.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Platform-SPARC.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Platform-X86.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-Platform-X86_64.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-StgToCmm-ArgRep.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-StgToCmm-Bind.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-StgToCmm-CgUtils.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-StgToCmm-Closure.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-StgToCmm-DataCon.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-StgToCmm-Env.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-StgToCmm-Expr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-StgToCmm-ExtCode.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-StgToCmm-Foreign.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-StgToCmm-Heap.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-StgToCmm-Hpc.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-StgToCmm-Layout.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-StgToCmm-Monad.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-StgToCmm-Prim.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-StgToCmm-Prof.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-StgToCmm-Ticky.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-StgToCmm-Utils.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-StgToCmm.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC-ThToHs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHC.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GHCi.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GhcMake.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GhcMonad.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GhcNameVersion.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GhcPlugins.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GhcPrelude.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GraphBase.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GraphColor.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GraphOps.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/GraphPpr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/HaddockUtils.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/HeaderInfo.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/HieAst.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/HieBin.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/HieDebug.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/HieTypes.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/HieUtils.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Hooks.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Hoopl-Block.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Hoopl-Collections.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Hoopl-Dataflow.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Hoopl-Graph.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Hoopl-Label.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/HscMain.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/HscStats.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/HscTypes.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/IOEnv.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Id.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/IdInfo.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/IfaceEnv.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/IfaceSyn.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/IfaceType.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Inst.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/InstEnv.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Instruction.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/InteractiveEval.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/InteractiveEvalTypes.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Json.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/KnownUniques.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Lexeme.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Lexer.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/LiberateCase.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Linker.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/LinkerTypes.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/ListSetOps.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Literal.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Llvm-AbsSyn.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Llvm-MetaData.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Llvm-PpLlvm.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Llvm-Types.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Llvm.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/LlvmCodeGen-Base.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/LlvmCodeGen-CodeGen.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/LlvmCodeGen-Data.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/LlvmCodeGen-Ppr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/LlvmCodeGen-Regs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/LlvmCodeGen.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/LlvmMangler.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/LoadIface.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Match.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/MatchCon.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/MatchLit.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Maybes.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/MkCore.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/MkGraph.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/MkId.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/MkIface.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Module.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/MonadUtils.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/NCGMonad.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Name.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/NameCache.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/NameEnv.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/NameSet.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/NameShape.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/OccName.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/OccurAnal.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/OptCoercion.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/OrdList.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Outputable.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PIC.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PPC-CodeGen.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PPC-Cond.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PPC-Instr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PPC-Ppr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PPC-RegInfo.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PPC-Regs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PackageConfig.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Packages.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Pair.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Panic.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Parser.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PatSyn.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PipelineMonad.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PlainPanic.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PlatformConstants.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Plugins.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PprBase.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PprC.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PprCmm.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PprCmmDecl.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PprCmmExpr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PprColour.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PprCore.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PprTyThing.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Predicate.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PrelInfo.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PrelNames.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PrelRules.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Pretty.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/PrimOp.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/ProfInit.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RdrHsSyn.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RdrName.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Reg.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Graph-ArchBase.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Graph-ArchX86.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Graph-Coalesce.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Graph-Main.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Graph-Spill.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Graph-SpillClean.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Graph-SpillCost.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Graph-Stats.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Graph-TrivColorable.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Linear-Base.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Linear-FreeRegs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Linear-JoinToTargets.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Linear-Main.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Linear-PPC-FreeRegs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Linear-SPARC-FreeRegs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Linear-StackMap.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Linear-State.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Linear-Stats.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Linear-X86-FreeRegs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Linear-X86_64-FreeRegs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegAlloc-Liveness.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RegClass.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RepType.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RnBinds.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RnEnv.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RnExpr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RnFixity.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RnHsDoc.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RnModIface.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RnNames.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RnPat.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RnSource.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RnSplice.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RnTypes.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RnUnbound.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RnUtils.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/RtClosureInspect.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Rules.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SAT.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SMRep.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SPARC-AddrMode.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SPARC-Base.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SPARC-CodeGen-Amode.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SPARC-CodeGen-Base.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SPARC-CodeGen-CondCode.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SPARC-CodeGen-Expand.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SPARC-CodeGen-Gen32.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SPARC-CodeGen-Gen64.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SPARC-CodeGen-Sanity.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SPARC-CodeGen.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SPARC-Cond.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SPARC-Imm.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SPARC-Instr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SPARC-Ppr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SPARC-Regs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SPARC-ShortcutJump.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SPARC-Stack.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SetLevels.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Settings.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SimplCore.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SimplEnv.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SimplMonad.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SimplStg.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SimplUtils.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Simplify.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SpecConstr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Specialise.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SrcLoc.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/State.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/StaticPtrTable.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/StgCse.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/StgFVs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/StgLiftLams-Analysis.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/StgLiftLams-LiftM.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/StgLiftLams-Transformation.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/StgLiftLams.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/StgLint.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/StgStats.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/StgSubst.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/StgSyn.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Stream.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/StringBuffer.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SysTools-BaseDir.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SysTools-ExtraObj.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SysTools-Info.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SysTools-Process.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SysTools-Settings.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SysTools-Tasks.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SysTools-Terminal.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/SysTools.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/THNames.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TargetReg.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcAnnotations.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcArrows.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcBackpack.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcBinds.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcCanonical.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcClassDcl.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcDefaults.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcDeriv.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcDerivInfer.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcDerivUtils.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcEnv.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcErrors.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcEvTerm.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcEvidence.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcExpr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcFlatten.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcForeign.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcGenDeriv.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcGenFunctor.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcGenGenerics.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcHoleErrors.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcHoleFitTypes.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcHsSyn.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcHsType.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcIface.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcInstDcls.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcInteract.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcMType.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcMatches.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcOrigin.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcPat.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcPatSyn.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcPluginM.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcRnDriver.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcRnExports.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcRnMonad.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcRnTypes.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcRules.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcSMonad.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcSigs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcSimplify.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcSplice.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcTyClsDecls.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcTyDecls.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcType.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcTypeNats.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcTypeable.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcUnify.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TcValidity.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TidyPgm.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/ToIface.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/ToolSettings.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TrieMap.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TyCoFVs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TyCoPpr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TyCoRep.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TyCoSubst.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TyCoTidy.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TyCon.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Type.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TysPrim.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/TysWiredIn.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/UnVarGraph.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/UnariseStg.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Unify.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/UniqDFM.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/UniqDSet.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/UniqFM.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/UniqMap.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/UniqSet.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/UniqSupply.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Unique.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Util.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/Var.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/VarEnv.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/VarSet.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/WorkWrap.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/WwLib.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/X86-CodeGen.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/X86-Cond.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/X86-Instr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/X86-Ppr.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/X86-RegInfo.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/X86-Regs.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-124.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-33.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-36.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-38.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-42.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-43.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-45.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-46.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-47.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-60.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-61.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-62.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-94.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-A.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-All.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-B.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-C.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-D.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-E.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-F.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-G.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-H.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-I.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-J.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-K.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-L.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-M.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-N.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-O.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-P.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-Q.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-R.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-S.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-T.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-U.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-V.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-W.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-X.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-Y.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index-Z.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/doc-index.json /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/ghc.haddock /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/ghc.txt /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/haddock-bundle.min.js /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/index.html /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/linuwial.css /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/meta.json /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/quick-jump.css /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/quick-jump.min.js /usr/share/doc/ghc-8.10.4/html/libraries/ghc-8.10.4/synopsis.png
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 24 23:22:36 2025