packages feed

betris-0.1.0.0: betris.cabal

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

name:           betris
version:        0.1.0.0
synopsis:       Braille friendly vertical version of tetris
description:    Please see the README on Github 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
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , containers
    , lens
    , linear
    , random
    , stm
    , stm-chans
    , vty
  exposed-modules:
      Game.Tetris
  other-modules:
      Paths_betris
  default-language: Haskell2010

executable betris-exe
  main-is: Main.hs
  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
  other-modules:
      Paths_betris
  default-language: Haskell2010