packages feed

Titim-0.2.1: Titim.cabal

name:                Titim
version:             0.2.1
synopsis:            Game for Lounge Marmelade
description:         Game for Lounge Marmelade
license:             GPL-3
license-file:        LICENSE
author:              Jefffrey
maintainer:          notjefff@gmail.com
category:            Game
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >= 1.10

source-repository head
    type:       git
    location:   https://github.com/Jefffrey/Titim.git

executable titim
    main-is:            Main.hs
    build-depends:      base >= 4.7 && < 4.8,
                        random >= 1.1 && < 1.2,
                        matrix >= 0.3 && < 0.4,
                        containers >= 0.5 && < 0.6
    hs-source-dirs:     src
    default-language:   Haskell2010
    ghc-options:        -Wall -fno-warn-orphans -threaded -rtsopts -with-rtsopts=-N