cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.0. -- -- see: https://github.com/sol/hpack -- -- hash: 601a9be487b354b5aad74001ac2861e3d2ef3cecbf180e2cd4de6a4ba1ee7316 name: skip-var version: 0.1.0.0 synopsis: Skip variables description: Please see the README on GitHub at category: Concurrency stability: experimental homepage: https://github.com/leohaskell/skip-var#readme bug-reports: https://github.com/leohaskell/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: README.md source-repository head type: git location: https://github.com/leohaskell/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