-- Initial json-python.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: json-python version: 0.4.0.1 synopsis: Call python inline from haskell description: WARNING: Project in alpha. Call python from haskell with ease. homepage: http://stewart.guru 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