10000 Fix build on c2hs 0.16.3 · packetloop/haskell-cpython@370b242 · GitHub
[go: up one dir, main page]

Skip to content

Commit 370b242

Browse files
committed
Fix build on c2hs 0.16.3
1 parent fb2dcdb commit 370b242

File tree

1< BD46 !-- --> file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPython/Protocols/Object.chs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ cast obj = do
136136
`Object self' =>
137137
{ withObject* `self'
138138
, withObject* `U.Unicode'
139-
} -> `Bool' #}
139+
} -> `Bool' checkBoolReturn* #}
140140

141141
-- | Retrieve an attribute with the given name from object /self/. Returns
142142
-- the attribute value on success, and throws an exception on failure. This

0 commit comments

Comments
 (0)
0