mokus0 / rwlock

A simple implementation of a multiple-reader / single-writer locks using STM
3 stars 0 forks source link

This project has incorrect dependency #1

Open daapp opened 11 years ago

daapp commented 11 years ago

This project has incorrect dependency - monad-loops, but should be monad-loops-stm. And also in src/Control/Concurrent/RWLock.hs replace import Control.Monad.Loops with import Control.Monad.Loops.STM

mokus0 commented 11 years ago

Ah, thanks for bringing this to my attention. I haven't used this package in a while so I forgot to update it when monad-loops was split.