foundation icon indicating copy to clipboard operation
foundation copied to clipboard

Empire strikes back

Results 132 foundation issues
Sort by recently updated
recently updated
newest added

``` Basement/Numerical/Conversion.hs:33:26: error: • Couldn't match expected type ‘Int64#’ with actual type ‘Int#’ • In the first argument of ‘I64#’, namely ‘i’ In the expression: I64# i In an equation...

This PR adds support for upcoming changes to GHC 9.4. Kinda dicey but happy to accept any suggestions on other improvements.

``` [19 of 84] Compiling Basement.Numerical.Conversion ( Basement/Numerical/Conversion.hs, /wrkdirs/usr/ports/devel/hs-hoogle/work/hoogle-5.0.18.3/dist-newstyle/build/i386-freebsd/ghc-9.2.3/basement-0.0.14/build/Basement/Numerical/Conversion.o, /wrkdirs/usr/ports/devel/hs-hoogle/work/hoogle-5.0.18.3/dist-newstyle/build/i386-freebsd/ghc-9.2.3/basement-0.0.14/build/Basement/Numerical/Conversion.dyn_o ) Basement/Numerical/Conversion.hs:28:1: error: Could not find module `GHC.IntWord64' Use -v (or `:set -v` in ghci) to see a list of...

It seems that the Additive instance for Rational is missing.

Hello, I've run into an issue found by our build pipelines, where the newly released version of basement does not appear to build against GHC 8.0.2: https://github.com/Nike-Inc/hal/runs/5365017586?check_suite_focus=true Compiling results in...

Attempt to compile basement with ghc 9.2.1-rc1 on ubuntu 20.04.x on amd64 reveals following issue: ``` [19 of 84] Compiling Basement.Numerical.Conversion ( Basement/Numerical/Conversion.hs, /export/home/karel/vcs/haskell-libraries/foundation/basement/dist-newstyle/build/x86_64-linux/ghc-9.2.0.20210821/basement-0.0.12/build/Basement/Numerical/Conversion.o, /export/home/karel/vcs/haskell-libraries/foundation/basement/dist-newstyle/build/x86_64-linux/ghc-9.2.0.20210821/basement-0.0.12/build/Basement/Numerical/Conversion.dyn_o ) Basement/Numerical/Conversion.hs:84:46: error: • Couldn't...

Win32 changed to explicit exports with version 2.12.0.0 https://github.com/haskell/win32/releases/tag/v2.12.0.0 https://github.com/haskell/win32/commit/fbc49f8bb694a276da49a70166bed1e6a85b9cf4#diff-3c294c5dd8b170586cad01c72d6ffd35225608811de64b538677cfde2c0b7d64 which breaks the usage of the C bindings. ## Solution use the exported functions without `c_` ## Error message ```...

Basement.Types.Word{128,256} have `Storable` instances, which do not take endianness into account and result in a rather peculiar mixed endian encoding for Word128 and Word256 on little endian architectures. AFAIK all...

Is there any way to ask some basic usage questions (e.g., mailing list, etc)?