packages feed

pyfi-0.4.0.3: pyfi.cabal

-- Initial json-python.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                pyfi
version:             0.4.0.3
synopsis:            Call python inline from haskell
description:         PYthon Function Interface: Wrap python functions with haskell.
homepage:            http://github.com/Russell91/json-python
license:             MIT
license-file:        LICENSE
author:              Russell Stewart
maintainer:          russell.s.stewart@gmail.com
-- copyright:
category:            Language
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10

library
  -- main-is:             Main.hs
  exposed-modules:     Python, Str
  other-extensions:    TemplateHaskell, ForeignFunctionInterface, QuasiQuotes, OverloadedStrings
  build-depends:       base >=4.6 && < 4.8, template-haskell >=2.8, aeson >=0.8 && <0.9, bytestring >=0.10 && <0.11, containers >= 0.5, pureMD5 >= 2.0
  -- hs-source-dirs:
  default-language:    Haskell2010
  PkgConfig-Depends:   python
  c-sources:           cdefs.c