ghc-dup: c44eadf02dc7b83e3a3fc006e372e57d5da182d8

     1: Name: timeout
     2: Version: 1
     3: Copyright: GHC Team
     4: License: BSD3
     5: Author: GHC Team <cvs-ghc@haskell.org>
     6: Maintainer: GHC Team <cvs-ghc@haskell.org>
     7: Synopsis: timout utility
     8: Description: timeout utility
     9: Category: Development
    10: build-type: Simple
    11: cabal-version: >=1.2
    12: 
    13: Executable timeout
    14:     Main-Is: timeout.hs
    15:     Other-Modules: WinCBindings
    16:     Extensions: CPP
    17:     Build-Depends: base, process
    18:     if os(windows)
    19:         Build-Depends: Win32
    20:     else
    21:         Build-Depends: unix
    22: 

Generated by git2html.