packages feed

betris-0.1.0.1: betris.cabal

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

name:           betris
version:        0.1.0.1
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
    , 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
    , random
    , stm
    , stm-chans
    , vty
  default-language: Haskell2010