Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Resolving dependencies...
  2. Configuring stm-2.1.2.1...
  3. Preprocessing library stm-2.1.2.1...
  4. Building stm-2.1.2.1...
  5. [1 of 7] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs, dist/build/Control/Sequential/STM.o )
  6. [2 of 7] Compiling Control.Concurrent.STM.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.o )
  7. [3 of 7] Compiling Control.Concurrent.STM.TMVar ( Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.o )
  8. [4 of 7] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.o )
  9.  
  10. Control/Concurrent/STM/TVar.hs:22:8:
  11. Ambiguous occurrence `readTVarIO'
  12. It could refer to either `Control.Concurrent.STM.TVar.readTVarIO', defined at Control/Concurrent/STM/TVar.hs:35:0
  13. or `GHC.Conc.readTVarIO', imported from GHC.Conc at Control/Concurrent/STM/TVar.hs:29:0-14
  14. cabal: Error: some packages failed to install:
  15. haskell-platform-2010.2.0.0 depends on stm-2.1.2.1 which failed to install.
  16. stm-2.1.2.1 failed during the building phase. The exception was:
  17. ExitFailure 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement