hastron/hastron.cabal

32 lines
1010 B
Plaintext
Raw Normal View History

2015-07-08 19:37:55 +05:30
-- Initial hastron.cabal generated by cabal init. For further
2015-07-08 18:53:08 +05:30
-- documentation, see http://haskell.org/cabal/users-guide/
name: hastron
version: 0.1.0.0
2015-07-08 19:37:55 +05:30
-- synopsis:
-- description:
2015-07-08 18:53:08 +05:30
license: MIT
license-file: LICENSE
author: Abhinav Sarkar
maintainer: abhinav@abhinavsarkar.net
2015-07-08 19:37:55 +05:30
-- copyright:
2015-07-08 18:53:08 +05:30
category: Game
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
executable hastron
main-is: Main.hs
2015-07-08 19:37:55 +05:30
other-modules: Hastron.Server.Types
-- other-extensions:
build-depends: base >=4.7 && <4.9,
text >=1.2 && <1.3,
unordered-containers >=0.2.5 && <0.3,
dlist >= 0.7 && <0.8,
mtl >= 2.2 && <2.3,
2015-07-16 10:25:21 +05:30
bifunctors >=5 && <6,
2015-07-08 19:37:55 +05:30
hashable >=1.2 && <1.3
2015-07-08 18:53:08 +05:30
hs-source-dirs: src
2015-07-08 19:37:55 +05:30
default-language: Haskell2010
ghc-options: -Wall