-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 91ad81728a4cb627183b390f55d613f3b8339ca8df30400dce25000a5cc06603 name: mvar-lock version: 0.1.0.1 synopsis: A trivial lock based on MVar. description: Using an MVar as a lock is a common pattern. This module just wraps that up into some functions with nice names that make the pattern explicit. category: Concurrency homepage: https://github.com/chris-martin/mvar-lock author: Chris Martin maintainer: Chris Martin license: Apache-2.0 license-file: license.txt build-type: Simple cabal-version: >= 1.10 library hs-source-dirs: src default-extensions: NoImplicitPrelude ghc-options: -Wall build-depends: base >=4.9 && <4.11 , safe-exceptions exposed-modules: Control.Concurrent.MVarLock other-modules: Paths_mvar_lock default-language: Haskell2010