libiserv-9.6.1: libiserv.cabal
-- WARNING: libiserv.cabal is automatically generated from libiserv.cabal.in by
-- ../../configure. Make sure you are editing libiserv.cabal.in, not
-- libiserv.cabal.
Name: libiserv
Version: 9.6.1
Copyright: XXX
License: BSD3
License-File: LICENSE
Author: XXX
Maintainer: XXX
Synopsis: Provides shared functionality between iserv and iserv-proxy.
Description: Provides shared functionality between iserv and iserv-proxy.
Category: Development
build-type: Simple
cabal-version: >=1.10
Flag network
Description: Build libiserv with over-the-network support
Default: False
Library
Default-Language: Haskell2010
Hs-Source-Dirs: src
Exposed-Modules: IServ
, GHCi.Utils
Build-Depends: base >= 4 && < 5,
binary >= 0.7 && < 0.11,
bytestring >= 0.10 && < 0.12,
containers >= 0.5 && < 0.7,
deepseq >= 1.4 && < 1.5,
ghci == 9.6.1
if os(windows)
Cpp-Options: -DWINDOWS
else
Build-Depends: unix >= 2.7 && < 2.9