packages feed

betris-0.1.1.1: betris.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: a79ba4c668b7653cb2397c625f1a7eaee37bee3eb6e1a2744a64ac110d153fe7

name:           betris
version:        0.1.1.1
synopsis:       A horizontal version of tetris for braille users
description:    The game of tetris for braille display users, implemented using unicode braille rotated 90 degrees.  Tetriminos are "falling" from right to left.
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.9.0 && <4.12
    , containers >=0.5.7 && <0.6
    , lens >=4.15.4 && <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
    , 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.9.0 && <4.12
    , betris
    , containers >=0.5.7 && <0.6
    , lens >=4.15.4 && <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
    , time-units >=1.0.0 && <1.1
    , vty >=5.21 && <5.24
  default-language: Haskell2010