-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: fe3279b316adac9c02a50ad90f46dd1800c4189084639dd9ff3b91c81847dc20 name: betris version: 0.1.1.0 synopsis: A horizontal version of tetris for braille users description: Please see the README at category: Game homepage: https://github.com/mlang/betris#readme bug-reports: https://github.com/mlang/betris/issues author: Mario Lang maintainer: mlang@blind.guru copyright: 2018 Mario Lang license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/mlang/betris library exposed-modules: Command.Betris Game.Tetris other-modules: Paths_betris hs-source-dirs: src build-depends: base >=4.11.0 && <4.12 , containers >=0.5.7 && <0.6 , lens >=4.16.0 && <4.17 , linear >=1.20.7 && <1.21 , optparse-applicative >=0.14.2 && <0.15 , random >=1.1 && <1.2 , stm >=2.4.5 && <2.5 , stm-chans >=3.0.0 && <3.1 , time-units >=1.0.0 && <1.1 , vty >=5.21 && <5.24 default-language: Haskell2010 executable betris main-is: Main.hs other-modules: Paths_betris hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.11.0 && <4.12 , betris , containers >=0.5.7 && <0.6 , lens >=4.16.0 && <4.17 , linear >=1.20.7 && <1.21 , optparse-applicative >=0.14.2 && <0.15 , random >=1.1 && <1.2 , stm >=2.4.5 && <2.5 , stm-chans >=3.0.0 && <3.1 , time-units >=1.0.0 && <1.1 , vty >=5.21 && <5.24 default-language: Haskell2010