its tutorial에 반응성 바나나의 예제를 시험 중입니다. ghci
에 예제를로드하려고 시도 할 때 오류가 발생했습니다.반응성 바나나에서 AddHandler를 찾을 수 없습니다.
Could not find module `Reactive.Banana.Frameworks.AddHandler'
ghci -v
과 함께 실행하면 하단에 출력이됩니다. 우분투 14.04 LTS에 wx-2.8
과 wxWidgets-0.13.1.3
을 설치했습니다.
$ ls lib/reactive-banana-0.8.0.0/ghc-7.6.3/Reactive/Banana/
Combinators.hi Frameworks.hi Model.hi Prim.hi Types.hi
Experimental Internal Prim Switch.hi
사람이 무엇이 잘못되었는지 말해 수 있고, 어떻게 오류를 수정 바랍니다 :
은 내가 AddHandler
파일이 실제로하지가 내 음모 디렉토리에서 보았을 때?
감사합니다,
오류 메시지 : 그 튜토리얼을 통해 노력하고 도움이 fixed version of the example: 희망을 썼다 된
~$ ghci teste.hs -v
GHCi, version 7.6.3: http://www.haskell.org/ghc/ :? for help
Glasgow Haskell Compiler, Version 7.6.3, stage 2 booted by GHC version 7.6.3
Using binary package database: /usr/lib/ghc/package.conf.d/package.cache
Using binary package database: /home/ting/.ghc/x86_64-linux-7.6.3/package.conf.d/package.cache
hiding package wxdirect-0.13.1.3 to avoid conflict with later version wxdirect-0.90.1.1
wired-in package ghc-prim mapped to ghc-prim-0.3.0.0-d5221a8c8a269b66ab9a07bdc23317dd
...
wired-in package dph-seq not found.
wired-in package dph-par not found.
Hsc static flags: -static
Loading package ghc-prim ... linking ... done.
*** gcc:
'/usr/bin/gcc' '-fno-stack-protector' '-Wl,--hash-size=31' '-Wl,--reduce-memory-overheads' '-L/usr/lib/ghc/integer-gmp-0.5.0.0' '--print-file-name' 'libgmp.so'
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
*** Chasing dependencies:
Chasing modules from:
Stable obj: []
Stable BCO: []
unload: retaining objs []
unload: retaining bcos []
Ready for upsweep []
Upsweep completely successful.
*** Deleting temp files:
Deleting:
*** Chasing dependencies:
Chasing modules from: *teste.hs
teste.hs:7:8:
Could not find module `Reactive.Banana.Frameworks.AddHandler'
Locations searched:
Reactive/Banana/Frameworks/AddHandler.hs
Reactive/Banana/Frameworks/AddHandler.lhs
Failed, modules loaded: none.
모듈의 이름이 ['Control.Event.Handler'] (http://hackage.haskell.org/package/reactive-banana-0.8.0.0/docs/Control-Event-Handler.html#v : newAddHandler) - 반응성 - 바나나 0.8. Wiki의 예제에 대한 최근 업데이트는 그 변화를 간과했습니다. – duplode
고마워, 고쳐. – tinlyx