loshadka-0.2: loshadka.cabal
name: loshadka
version: 0.2
synopsis: Minecraft 1.7 server proxy that answers to queries when the server is offline
homepage: https://github.com/tvorcesky/loshadka
bug-reports: https://github.com/tvorcesky/loshadka/issues
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.2
executable loshadka
build-depends:
base ==4.*,
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.*
other-modules:
Network.Loshadka.Jar
Network.Loshadka.Message
Network.Loshadka.Properties
Network.Loshadka.Protocol
Network.Loshadka.Server
Network.Loshadka.Settings
Network.Loshadka.Version
Network.Loshadka.WhiteList
other-extensions: OverloadedStrings
main-is: Main.hs
ghc-options: -O2 -Wall