cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 003a090e67c6237a0be34ba444a7ef7328a308afd47d4f3690aa36e4b21f46be name: skip-var version: 0.1.1.0 x-revision: 1 synopsis: Skip variables description: Please see the README on GitHub at category: Concurrency stability: experimental homepage: https://github.com/dtaskoff/skip-var#readme bug-reports: https://github.com/dtaskoff/skip-var/issues author: Daniel Taskoff , Georgi Lyubenov maintainer: Daniel Taskoff , Georgi Lyubenov copyright: 2018 Daniel Taskoff license: MIT license-file: LICENSE build-type: Simple extra-source-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/dtaskoff/skip-var library exposed-modules: Control.Concurrent.SVar other-modules: Paths_skip_var hs-source-dirs: src ghc-options: -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates build-depends: base >=4.7 && <5 default-language: Haskell2010