tools/pas2c/pas2c.cabal
author antonc27 <antonc27@mail.ru>
Tue, 17 Nov 2015 16:34:20 +0100
branchios-revival
changeset 11414 e0600c5964c7
parent 11404 ed6bb8c066b3
child 13511 36f3f77e9b1b
permissions -rw-r--r--
- Removed SDLTry from call to SDL_GL_SetSwapInterval Note: "blame it on me in commit message if you want x)" sheepluva

Name:                pas2c
Version:             0.1
Synopsis:            pas2c
Description:         pas2c
Homepage:            http://www.hedgewars.org/
License:             GPL-2
Author:              unC0Rr
Maintainer:          unC0Rr@hedgewars.org
Category:            Converter
Build-type:          Simple
Cabal-version:       >=1.10


Executable pas2c
  main-is: Main.hs

  default-language:    Haskell2010

  build-depends:
    base >= 4.3,
    containers,
    mtl >= 2,
    parsec,
    pretty,
    transformers

  if !os(windows)
    build-depends: unix

  ghc-options: -O2