You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/var/stackage/work/unpack-dir/unpacked/ghc-byteorder-4.11.0.0.10-dc135755ee7ab6663b653516137e4f534a8169b1eb37a6906d92bdc64c4b
9ee8/src-test/tests.hs:26:11: error: [GHC-39999]
• No instance for ‘Eq (Maybe IUT.ByteOrder)’
arising from a use of ‘L.nub’
• In the first argument of ‘($)’, namely ‘L.nub’
In the expression:
L.nub
$ zipWith inferBO octectsLst [beOctets16, beOctets32, beOctets64]
In a stmt of a 'do' block:
case
(L.nub
$ zipWith inferBO octectsLst [beOctets16, beOctets32, beOctets64])
of
[Just x] -> return x
_ -> fail ("runtimeByteOrder failed " ++ show octectsLst)
|
26 | case (L.nub $ zipWith inferBO octectsLst [beOctets16,beOctets32,beOctets64]) of
| ^^^^^
The text was updated successfully, but these errors were encountered:
juhp
added a commit
to commercialhaskell/stackage
that referenced
this issue
Oct 1, 2023
The text was updated successfully, but these errors were encountered: