cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: a990838c83601eca41b65f48756be2050aeab9be3fd4ea3c8aba0fee440e0726 name: fvars version: 1.0.0.0 synopsis: Fast Mutable Vars description: Fast single writer, multiple reader Vars category: Data homepage: https://gitlab.com/codemonkeylabs/fvars#readme bug-reports: https://github.com/codemonkeylabs/fvars/issues author: Erick Gonzalez maintainer: erick@codemonkeylabs.de copyright: 2019 Erick Gonzalez license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md package.yaml source-repository head type: git location: https://gitlab.com/codemonkeylabs/fvars flag debug description: Enable debug messages manual: True default: False library exposed-modules: Control.Concurrent.FVar other-modules: Lib Paths_fvars hs-source-dirs: src build-depends: base >=4.7 && <5 , exceptions >=0.10 && <0.11 , monad-control >=1.0 && <1.1 , mtl >=2.2.2 && <2.3 , transformers >=0.5.5 && <0.6 if flag(debug) cpp-options: -DDEBUG default-language: Haskell2010 test-suite fvars-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_fvars hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N4 build-depends: async , base >=4.7 && <5 , fvars , hspec if flag(debug) cpp-options: -DDEBUG default-language: Haskell2010