Allow enabling the servant build flag with older versions of stm
Allowing building with ghc 9.0.2 (debian stable). Updated patch covering all uses of writeTMVar.
This commit is contained in:
parent
facde8bf85
commit
b83fdf66df
5 changed files with 27 additions and 8 deletions
|
@ -32,13 +32,13 @@ import Annex.WorkerPool
|
|||
import Types.WorkerPool
|
||||
import Types.Direction
|
||||
import Utility.Metered
|
||||
import Utility.STM
|
||||
|
||||
import Servant
|
||||
import qualified Servant.Types.SourceT as S
|
||||
import qualified Data.ByteString as B
|
||||
import qualified Data.ByteString.Lazy as L
|
||||
import qualified Data.ByteString.Lazy.Internal as LI
|
||||
import Control.Concurrent.STM
|
||||
import Control.Concurrent.Async
|
||||
import Control.Concurrent
|
||||
import System.IO.Unsafe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue