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

Version 0.1.4 does not compile on 32 bit Linux #4

Open
peti opened this issue Jul 16, 2016 · 2 comments
Open

Version 0.1.4 does not compile on 32 bit Linux #4

peti opened this issue Jul 16, 2016 · 2 comments

Comments

@peti
Copy link

peti commented Jul 16, 2016

Is this a known problem?

[  116s] src/Network/Wai/ClientSession.hs:54:25:
[  116s]     Couldn't match expected type ‘Int64’
[  116s]                 with actual type ‘GHC.Int.Int32’
[  116s]     In the second argument of ‘(>=)’, namely ‘now’
[  116s]     In the second argument of ‘($)’, namely ‘expi >= now’
[  116s] 
[  116s] src/Network/Wai/ClientSession.hs:67:21:
[  116s]     Couldn't match expected type ‘Int64’
[  116s]                 with actual type ‘GHC.Int.Int32’
[  116s]     In the first argument of ‘(+)’, namely ‘now’
[  116s]     In the ‘expires’ field of a record
@snoyberg
Copy link
Member

No, it's not. Thanks.

On Sat, Jul 16, 2016 at 1:31 PM, Peter Simons notifications@github.com
wrote:

Is this a known problem?

[ 116s] src/Network/Wai/ClientSession.hs:54:25:
[ 116s] Couldn't match expected type ‘Int64’
[ 116s] with actual type ‘GHC.Int.Int32’
[ 116s] In the second argument of ‘(>=)’, namely ‘now’
[ 116s] In the second argument of ‘($)’, namely ‘expi >= now’
[ 116s]
[ 116s] src/Network/Wai/ClientSession.hs:67:21:
[ 116s] Couldn't match expected type ‘Int64’
[ 116s] with actual type ‘GHC.Int.Int32’
[ 116s] In the first argument of ‘(+)’, namely ‘now’
[ 116s] In the ‘expires’ field of a record


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#4, or mute the
thread
https://github.com/notifications/unsubscribe-auth/AADBB95D8zP9hwULBvM3JQmWJ_FKhJBRks5qWLLygaJpZM4JN_GP
.

snoyberg added a commit that referenced this issue Jul 17, 2016
@snoyberg
Copy link
Member

I've pushed a commit and released to Hackage with a theoretical fix. Unfortunately I have no 32-bit system available to test on right now.

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