--
-- Fresco Framework for Multi-Language Programming
-- Copyright 2015 - 2017 Peter Althainz
--
-- Distributed under the Apache License, Version 2.0
-- (See attached file LICENSE or copy at
-- http:--www.apache.org/licenses/LICENSE-2.0)
--
-- file: haskell/fresco-binding.cabal
--
Name: fresco-binding
Version: 0.3.0
Synopsis: Fresco binding for Haskell
Description:
Fresco is a framwork for multi-language programming. This is the Haskell binding.
License: OtherLicense
License-file: LICENSE
Author: Peter Althainz
Maintainer: althainz@gmail.com
Build-Type: Simple
Cabal-Version: >=1.4
Category: Development, FFI, Interfaces
Extra-source-files: Setup.hs
Library
Build-Depends: base >= 3 && < 5, containers, bytestring, binary, text, binary-serialise-cbor
Exposed-modules: Fresco.Component, Fresco.System, Fresco.Entity, Fresco
Other-modules:
c-sources:
ghc-options:
cc-options: -Wno-attributes
hs-source-dirs: .
Include-dirs: .
if os(win32)
cpp-options: -DUseWinDLLLoading
build-depends: Win32
else
build-depends: unix