MTGBuilder-0.2.0.0: MTGBuilder.cabal
-- Initial MTGBuilder.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: MTGBuilder
version: 0.2.0.0
synopsis: Builds decks out of a meta
-- description:
license: MIT
license-file: LICENSE
author: ElvishJerricco
maintainer: elvishjerricco@gmail.com
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable mtg-builder
main-is: Main.hs
other-modules:
MTGBuilder.Deck
MTGBuilder.Combination
MTGBuilder.Parser
MTGBuilder.Options
-- other-extensions:
build-depends:
base >=4.8 && <4.9
, parsec
, containers
, mtl
hs-source-dirs: src
default-language: Haskell2010