-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 18e9d0af1967f2acd4cea435c4d09908ce1f9b6239dcb23573f08ddd0e6cff4a name: lines-of-action version: 0.0.1 synopsis: Lines of Action, 2-player strategy board game description: Lines of Action, 2-player strategy board game. mtl style code. category: Game homepage: https://github.com/jxv/lines-of-action#readme bug-reports: https://github.com/jxv/lines-of-action/issues author: Joe Vargas maintainer: Joe Vargas license: MIT license-file: LICENSE.md build-type: Simple cabal-version: >= 1.10 extra-source-files: LICENSE.md package.yaml README.md stack.yaml source-repository head type: git location: https://github.com/jxv/lines-of-action library hs-source-dirs: library default-extensions: NamedFieldPuns ghc-options: -Wall build-depends: base >=4.7 && <5 , containers >=0.5 && <0.6 , mtl >=2.2.2 && <3 , safe >=0.3 && <0.4 exposed-modules: LinesOfAction LinesOfAction.Console other-modules: Paths_lines_of_action default-language: Haskell2010