packages feed

blubber-0.0.1: blubber.cabal

name:                  blubber
version:               0.0.1
synopsis:              The blubber client; connects to the blubber
                       server.
description:           The blubber client. blubber is an arcade game in
                       which the player tries to build the biggest blub
                       by blubberping the other blubs before they
                       blubber the player's blub.
homepage:              https://secure.plaimi.net/games/blubber.html
license:               GPL-3
license-file:          LICENSE
author:                plaimi
maintainer:            blubber@plaimi.net
copyright:             (c) plaimi 2015
category:              Game
build-type:            Simple
cabal-version:         >=1.10

source-repository head
  type:                git
  location:            git://github.com/plaimi/blubber-client.git

executable blubber
  main-is:             blubber.hs
  build-depends:       base             >=4.7   && <4.9,
                       blubber-server   >=0.0.1 && <0.0.2,
                       bytestring       >=0.10  && <0.11,
                       cereal           >=0.4   && <0.5,
                       containers       >=0.5   && <0.6,
                       gloss            >=1.9   && <2.0,
                       network          >=2.6   && <2.7,
                       unix
  hs-source-dirs:      src-exec
  default-language:    Haskell2010
  ghc-options:         -threaded -with-rtsopts=-N