Name : pugs-compat Version : 0.0.1 Build-type : Simple Category : Pugs License : BSD3 License-file : LICENSE Maintainer : audreyt@audreyt.org Synopsis : Portable Haskell/POSIX layer for Pugs Description : Portable Haskell/POSIX layer for Pugs Cabal-Version : >=1.2.1 Library { Extensions : CPP, MagicHash, ScopedTypeVariables, MultiParamTypeClasses, TypeSynonymInstances, FlexibleInstances, PatternGuards, UndecidableInstances, FlexibleContexts, OverlappingInstances Build-depends : base Exposed-modules : Pugs.Compat Other-modules : Pugs.Compat.Cast Pugs.Compat.Global Pugs.Compat.ID Pugs.Compat.Monads Pugs.Compat.Posix Pugs.Compat.String Ghc-Options : -fparr Hs-source-dirs : src if os(windows) Build-depends : base, haskell98, time, directory, process, random, network, containers, bytestring, array, mtl, stm, utf8-string, stringtable-atom Extensions : GeneralizedNewtypeDeriving, ForeignFunctionInterface, DeriveDataTypeable else Build-depends : base, haskell98, unix, time, directory, process, random, network, containers, bytestring, array, mtl, stm, utf8-string, stringtable-atom Extensions : ForeignFunctionInterface CPP-options : -DPUGS_HAVE_POSIX }