-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: f3d27e944e01cc69d5710f1961608bab8110ab780fb41a3a02ea37483d452715 name: turn-loop version: 0.0.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