-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: dae7bf925a2468f95d3b2cf36b46d343fd50ef1fe133f0f6a4a65c0bfc1045eb name: turn-loop version: 0.1.0 synopsis: Manage multiple turned-based sessions description: Manage multiple turned-based sessions category: Game homepage: https://github.com/jxv/turn-loop#readme bug-reports: https://github.com/jxv/turn-loop/issues maintainer: Joe Vargas license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: package.yaml README.md stack.yaml source-repository head type: git location: https://github.com/jxv/turn-loop library hs-source-dirs: library default-extensions: FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase NamedFieldPuns ScopedTypeVariables OverloadedStrings ghc-options: -Wall build-depends: base >=4.7 && <5 , containers , stm exposed-modules: TurnLoop.STM TurnLoop.Types other-modules: Paths_turn_loop default-language: Haskell2010