Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 294 by jan2ary: Build issue: No instance for (Binary
(PL.PointedList (PL.PointedList Window)))
http://code.google.com/p/yi-editor/issues/detail?id=294
What steps will reproduce the problem?
1.Build yi from trunk
Instead of successful build I'm getting an error:
src/Yi/Editor.hs:66:14:
No instance for (Binary (PL.PointedList (PL.PointedList Window)))
arising from a use of `get' at src/Yi/Editor.hs:66:14-16
Possible fix:
add an instance declaration for
(Binary (PL.PointedList (PL.PointedList Window)))
In a stmt of a 'do' expression: ts <- get
In the expression:
do bss <- get
bs <- get
supply <- get
ts <- get
....
In the definition of `get':
get = do bss <- get
bs <- get
supply <- get
....
What version of Yi are you using?
From trunk
What version of GHC?
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 6.10.3
What version of Cabal?
$ cabal --version
cabal-install version 0.6.2
using version 1.6.0.2 of the Cabal library
What operating system/version?
Ubuntu 9.04
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
[email protected]
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---