-- Initial hastron.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: hastron version: 0.1.0.0 -- synopsis: -- description: license: MIT license-file: LICENSE author: Abhinav Sarkar maintainer: abhinav@abhinavsarkar.net -- copyright: category: Game build-type: Simple extra-source-files: README.md cabal-version: >=1.10 executable hastron main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8 hs-source-dirs: src default-language: Haskell2010