Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

hw-streams-0.0.1.0 fails to build ghc-9.4.3 in Stackage Nightly #81

Open
juhp opened this issue Nov 19, 2022 · 1 comment
Open

hw-streams-0.0.1.0 fails to build ghc-9.4.3 in Stackage Nightly #81

juhp opened this issue Nov 19, 2022 · 1 comment

Comments

@juhp
Copy link

juhp commented Nov 19, 2022

Building library for hw-streams-0.0.1.0..                                                                                [25/196911]
[ 8 of 11] Compiling HaskellWorks.Data.Streams.Stream.Ops                                                                           

/var/stackage/work/unpack-dir/unpacked/hw-streams-0.0.1.0-0c0f9c1e6c0e81e45fb84c87d2189add4314ac98cafac55bb88885680be36dc1/src/Haske
llWorks/Data/Streams/Stream/Ops.hs:17:50: error:
    • Couldn't match expected type ‘Int64#’ with actual type ‘Int#’
    • In the first argument of ‘I64#’, namely ‘(ltWord# a# b#)’
      In the first argument of ‘fromIntegral’, namely
        ‘(I64# (ltWord# a# b#))’
      In the expression: fromIntegral (I64# (ltWord# a# b#))
   |
17 | ltWord (W64# a#) (W64# b#) = fromIntegral (I64# (ltWord# a# b#))
   |                                                  ^^^^^^^^^^^^^

/var/stackage/work/unpack-dir/unpacked/hw-streams-0.0.1.0-0c0f9c1e6c0e81e45fb84c87d2189add4314ac98cafac55bb88885680be36dc1/src/Haske
llWorks/Data/Streams/Stream/Ops.hs:17:58: error:
    • Couldn't match expected type ‘Word#’ with actual type ‘Word64#’
    • In the first argument of ‘ltWord#’, namely ‘a#’
      In the first argument of ‘I64#’, namely ‘(ltWord# a# b#)’
      In the first argument of ‘fromIntegral’, namely
        ‘(I64# (ltWord# a# b#))’
   |
17 | ltWord (W64# a#) (W64# b#) = fromIntegral (I64# (ltWord# a# b#))
   |                                                          ^^

/var/stackage/work/unpack-dir/unpacked/hw-streams-0.0.1.0-0c0f9c1e6c0e81e45fb84c87d2189add4314ac98cafac55bb88885680be36dc1/src/Haske
llWorks/Data/Streams/Stream/Ops.hs:17:61: error:
    • Couldn't match expected type ‘Word#’ with actual type ‘Word64#’
    • In the second argument of ‘ltWord#’, namely ‘b#’
      In the first argument of ‘I64#’, namely ‘(ltWord# a# b#)’
      In the first argument of ‘fromIntegral’, namely
        ‘(I64# (ltWord# a# b#))’
   |
17 | ltWord (W64# a#) (W64# b#) = fromIntegral (I64# (ltWord# a# b#))
   |                                                             ^^
juhp added a commit to commercialhaskell/stackage that referenced this issue Nov 19, 2022
@alaendle
Copy link

Seems this have been solved with hw-streams-0.0.1.1.

alaendle added a commit to commercialhaskell/stackage that referenced this issue Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants