-
Notifications
You must be signed in to change notification settings - Fork 0
/
json-python.cabal
27 lines (25 loc) · 1.04 KB
/
json-python.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
-- 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.0
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: [email protected]
-- 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, 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