betris-0.1.0.2: betris.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 5360efc32ccffdd515059c6e1e560a8654006da8d9f4bf594d7712a8f739cd92
name: betris
version: 0.1.0.2
synopsis: Braille friendly horizontal version of tetris
description: Please see the README at <https://github.com/mlang/betris#readme>
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:
Game.Tetris
other-modules:
Paths_betris
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, containers
, lens
, linear
, optparse-applicative
, random
, stm
, stm-chans
, vty
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.7 && <5
, betris
, containers
, lens
, linear
, optparse-applicative
, random
, stm
, stm-chans
, vty
default-language: Haskell2010