agocorona / MFlow

(Haskell) Web application server with stateful, type safe user interactions and widget combinators
http://mflowdemo.herokuapp.com
Other
100 stars 12 forks source link

Build failure with newest tcache #10

Closed snoyberg closed 10 years ago

snoyberg commented 10 years ago

src/MFlow/Forms/Widgets.hs:479:7: Ambiguous occurrence Key' It could refer to eitherMFlow.Forms.Widgets.Key', defined at src/MFlow/Forms/Widgets.hs:426:6 or Data.TCache.Defs.Key', imported fromData.TCache.Defs' at src/MFlow/Forms/Widgets.hs:53:1-23

src/MFlow/Forms/Widgets.hs:487:12: Ambiguous occurrence Key' It could refer to eitherMFlow.Forms.Widgets.Key', defined at src/MFlow/Forms/Widgets.hs:426:6 or Data.TCache.Defs.Key', imported fromData.TCache.Defs' at src/MFlow/Forms/Widgets.hs:53:1-23

src/MFlow/Forms/Widgets.hs:488:13: Ambiguous occurrence Key' It could refer to eitherMFlow.Forms.Widgets.Key', defined at src/MFlow/Forms/Widgets.hs:426:6 or Data.TCache.Defs.Key', imported fromData.TCache.Defs' at src/MFlow/Forms/Widgets.hs:53:1-23

src/MFlow/Forms/Widgets.hs:489:13: Ambiguous occurrence Key' It could refer to eitherMFlow.Forms.Widgets.Key', defined at src/MFlow/Forms/Widgets.hs:426:6 or Data.TCache.Defs.Key', imported fromData.TCache.Defs' at src/MFlow/Forms/Widgets.hs:53:1-23

src/MFlow/Forms/Widgets.hs:519:11: Ambiguous occurrence Key' It could refer to eitherMFlow.Forms.Widgets.Key', defined at src/MFlow/Forms/Widgets.hs:426:6 or Data.TCache.Defs.Key', imported fromData.TCache.Defs' at src/MFlow/Forms/Widgets.hs:53:1-23

Dependencies:

Dependency RefSerialize ==0.3.1.0: using RefSerialize-0.3.1.0 Dependency TCache ==0.10.2.4: using TCache-0.10.2.4 Dependency Workflow ==0.8.0.8: using Workflow-0.8.0.8 Dependency base ==4.5.1.0: using base-4.5.1.0 Dependency blaze-html ==0.6.1.1: using blaze-html-0.6.1.1 Dependency blaze-markup ==0.5.1.5: using blaze-markup-0.5.1.5 Dependency bytestring ==0.9.2.1: using bytestring-0.9.2.1 Dependency case-insensitive ==1.1.0.1: using case-insensitive-1.1.0.1 Dependency conduit ==1.0.8: using conduit-1.0.8 Dependency containers ==0.4.2.1: using containers-0.4.2.1 Dependency directory ==1.1.0.2: using directory-1.1.0.2 Dependency extensible-exceptions ==0.1.1.4: using extensible-exceptions-0.1.1.4 Dependency hamlet ==1.1.7.3: using hamlet-1.1.7.3 Dependency http-types ==0.8.2: using http-types-0.8.2 Dependency monadloc ==0.7.1: using monadloc-0.7.1 Dependency mtl ==2.1.2: using mtl-2.1.2 Dependency old-time ==1.1.0.0: using old-time-1.1.0.0 Dependency parsec ==3.1.3: using parsec-3.1.3 Dependency random ==1.0.1.1: using random-1.0.1.1 Dependency stm ==2.4: using stm-2.4 Dependency text ==0.11.2.3: using text-0.11.2.3 Dependency transformers ==0.3.0.0: using transformers-0.3.0.0 Dependency utf8-string ==0.3.7: using utf8-string-0.3.7 Dependency vector ==0.10.0.1: using vector-0.10.0.1 Dependency wai ==1.4.0.2: using wai-1.4.0.2 Dependency warp ==1.3.10.1: using warp-1.3.10.1 Dependency xhtml ==3000.2.1: using xhtml-3000.2.1

agocorona commented 10 years ago

Uploaded a new version that fix the issue, (at least in my box)

snoyberg commented 10 years ago

Seems to fix it, thanks!