packages feed

loshadka-0.1: loshadka.cabal

name: loshadka
version: 0.1
synopsis: Minecraft 1.7 server proxy that answers to queries when the server is offline
homepage: https://github.com/tvorcesky/loshadka
license: MIT
license-file: LICENSE
author: George Timoschenko
maintainer: somu@so.mu
category: Network
build-type: Simple
cabal-version: >=1.8

source-repository this
  type: git
  location: https://github.com/tvorcesky/loshadka.git
  tag: v0.1

executable loshadka
  build-depends:  base ==4.6.*, directory ==1.2.*, bytestring ==0.10.*,
                  binary ==0.7.*, network ==2.4.*, split ==0.2.*,
                  aeson ==0.7.*, process ==1.1.*, cryptohash ==0.11.*, hex ==0.1.*
  hs-source-dirs: src
  main-is: Main.hs