-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: mvar-lock version: 0.1.0.0 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/haskell-libraries 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.10 , safe-exceptions exposed-modules: Control.Concurrent.MVarLock other-modules: Paths_mvar_lock default-language: Haskell2010