
I got the following error when I attempted to use cabal install just a moment ago. The hackage page makes it look like it builds just fine, so I'm wondering if anyone else has seen this or if I've somehow borked my setup. src/FRP/Reactive/PrimReactive.hs:103:42: Ambiguous occurrence `zipWith' It could refer to either `Prelude.zipWith', imported from Prelude at src/FRP/Reactive/PrimReactive.hs:61:0-26 or `Data.Zip.zipWith', imported from Data.Zip at src/FRP/Reactive/PrimReactive.hs:85:0-14 src/FRP/Reactive/PrimReactive.hs:116:31: Ambiguous occurrence `zipWith' It could refer to either `Prelude.zipWith', imported from Prelude at src/FRP/Reactive/PrimReactive.hs:61:0-26 or `Data.Zip.zipWith', imported from Data.Zip at src/FRP/Reactive/PrimReactive.hs:85:0-14 src/FRP/Reactive/PrimReactive.hs:118:14: Ambiguous occurrence `zipWith' It could refer to either `Prelude.zipWith', imported from Prelude at src/FRP/Reactive/PrimReactive.hs:61:0-26 or `Data.Zip.zipWith', imported from Data.Zip at src/FRP/Reactive/PrimReactive.hs:85:0-14 src/FRP/Reactive/PrimReactive.hs:778:39: Ambiguous occurrence `zipWith' It could refer to either `Prelude.zipWith', imported from Prelude at src/FRP/Reactive/PrimReactive.hs:61:0-26 or `Data.Zip.zipWith', imported from Data.Zip at src/FRP/Reactive/PrimReactive.hs:85:0-14 src/FRP/Reactive/PrimReactive.hs:797:17: Ambiguous occurrence `zipWith' It could refer to either `Prelude.zipWith', imported from Prelude at src/FRP/Reactive/PrimReactive.hs:61:0-26 or `Data.Zip.zipWith', imported from Data.Zip at src/FRP/Reactive/PrimReactive.hs:85:0-14

Hi Creighton,
I changed Data.Zip in the TypeCompose package and changed Reactive
accordingly, but I guess I forgot to release the new Reactive. It's fixed
now.
- Conal
On Tue, Dec 2, 2008 at 6:27 PM, Creighton Hogg
I got the following error when I attempted to use cabal install just a moment ago. The hackage page makes it look like it builds just fine, so I'm wondering if anyone else has seen this or if I've somehow borked my setup.
src/FRP/Reactive/PrimReactive.hs:103:42: Ambiguous occurrence `zipWith' It could refer to either `Prelude.zipWith', imported from Prelude at src/FRP/Reactive/PrimReactive.hs:61:0-26 or `Data.Zip.zipWith', imported from Data.Zip at src/FRP/Reactive/PrimReactive.hs:85:0-14
src/FRP/Reactive/PrimReactive.hs:116:31: Ambiguous occurrence `zipWith' It could refer to either `Prelude.zipWith', imported from Prelude at src/FRP/Reactive/PrimReactive.hs:61:0-26 or `Data.Zip.zipWith', imported from Data.Zip at src/FRP/Reactive/PrimReactive.hs:85:0-14
src/FRP/Reactive/PrimReactive.hs:118:14: Ambiguous occurrence `zipWith' It could refer to either `Prelude.zipWith', imported from Prelude at src/FRP/Reactive/PrimReactive.hs:61:0-26 or `Data.Zip.zipWith', imported from Data.Zip at src/FRP/Reactive/PrimReactive.hs:85:0-14
src/FRP/Reactive/PrimReactive.hs:778:39: Ambiguous occurrence `zipWith' It could refer to either `Prelude.zipWith', imported from Prelude at src/FRP/Reactive/PrimReactive.hs:61:0-26 or `Data.Zip.zipWith', imported from Data.Zip at src/FRP/Reactive/PrimReactive.hs:85:0-14
src/FRP/Reactive/PrimReactive.hs:797:17: Ambiguous occurrence `zipWith' It could refer to either `Prelude.zipWith', imported from Prelude at src/FRP/Reactive/PrimReactive.hs:61:0-26 or `Data.Zip.zipWith', imported from Data.Zip at src/FRP/Reactive/PrimReactive.hs:85:0-14 _______________________________________________ Reactive mailing list Reactive@haskell.org http://www.haskell.org/mailman/listinfo/reactive
participants (2)
-
Conal Elliott
-
Creighton Hogg