Name: shim Version: 0.1 License: BSD3 License-file: LICENSE.BSD3 Copyright: (c) 2006 Benedikt Schmidt Maintainer: Benedikt Schmidt Cabal-Version: >= 1.2 Flag small_base Default: True Description: Choose the new smaller, split-up base package. Flag windows Default: False Description: Windows Executable shim Main-is: Main.hs Ghc-Options: -O0 if (flag(small_base) && ! flag(windows)) Build-Depends: template-haskell, unix, ghc, haskell98, base, parsec, network, Cabal>=1.2.0, mtl, filepath, containers, bytestring, process, parallel else if (flag(small_base) && flag(windows)) Build-Depends: template-haskell, ghc, haskell98, base, parsec, network, Cabal>=1.2.0, mtl, filepath, containers, bytestring, process, parallel else if flag(windows) Build-Depends: template-haskell, ghc, haskell98, base, parsec, network, Cabal>=1.2.0, mtl, filepath else Build-Depends: template-haskell, unix,ghc, haskell98, base, parsec, network, Cabal>=1.2, mtl, filepath Executable shim-udproxy Main-is: Shim/Udproxy.hs Ghc-Options: -O0 -main-is Shim.Udproxy.main if (flag(small_base) && ! flag(windows)) Build-Depends: unix, ghc, haskell98, base, parsec, network, Cabal>=1.2, mtl, filepath, containers, bytestring, process, parallel else if (flag(small_base) && flag(windows)) Build-Depends: ghc, haskell98, base, parsec, network, Cabal>=1.2, mtl, filepath, containers, bytestring, process, parallel else if flag(windows) Build-Depends: ghc, haskell98, base, parsec, network, Cabal>=1.2, mtl, filepath else Build-Depends: unix,ghc, haskell98, base, parsec, network, Cabal>=1.2, mtl, filepath