Workflow icon indicating copy to clipboard operation
Workflow copied to clipboard

Ambiguous occurrence `!>'

Open snoyberg opened this issue 12 years ago • 1 comments

/opt/ghc-7.6.3/bin/ghc --make -fbuilding-cabal-package -O -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -package-name Workflow-0.8.0.6 -hide-all-packages -no-user-package-db -package-db /var/lib/jenkins/workspace/Stackage with GHC 7.6.3/stackage/sandbox/package-db -package-db dist/package.conf.inplace -package-id MonadCatchIO-mtl-0.3.0.5-3513252c828addfd714c500eedad81c0 -package-id RefSerialize-0.3.1.0-cc46643407aadc5dc67e29bbf1a29a4e -package-id TCache-0.10.0.11-ee2b8ddfc6ad93d10a21f53e7366c307 -package-id base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 -package-id binary-0.5.1.1-72ed744c57c32286a49da6dda4f660b7 -package-id bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f -package-id containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2 -package-id directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2 -package-id extensible-exceptions-0.1.1.4-255a395b3b026cb94b23754e1c372785 -package-id mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62 -package-id old-time-1.1.0.1-2f8ea093d0c7014780a8a5772f948883 -package-id stm-2.4.2-b5d718b1a5f1fbcdb61a336aef0c2130 -package-id vector-0.10.0.1-869166d5d49db46ce6c328ea5f8defbf -XHaskell98 -XOverlappingInstances -XUndecidableInstances -XMultiParamTypeClasses -XExistentialQuantification -XTypeSynonymInstances -XRecordWildCards -XDeriveDataTypeable Control.Workflow Control.Workflow.Configuration Control.Workflow.Patterns Control.Workflow.Stat
[1 of 4] Compiling Control.Workflow.Stat ( Control/Workflow/Stat.hs, dist/build/Control/Workflow/Stat.o )
[2 of 4] Compiling Control.Workflow ( Control/Workflow.hs, dist/build/Control/Workflow.o )

Control/Workflow.hs:1005:56:
    Ambiguous occurrence `!>'
    It could refer to either `Control.Workflow.!>',
                             defined at Control/Workflow.hs:192:3
                          or `Data.Persistent.IDynamic.!>',
                             imported from `Data.Persistent.IDynamic' at Control/Workflow.hs:186:1-31

snoyberg avatar Aug 26 '13 05:08 snoyberg

Solved with a new release of TCache (on Hackage now)

agocorona avatar Aug 26 '13 05:08 agocorona