HsPerl5-0.0.2: HsPerl5.cabal
name: HsPerl5
version: 0.0.2
copyright: 2008 Audrey Tang
license: BSD3
license-file: LICENSE
author: Audrey Tang <audreyt@audreyt.org>
maintainer: Audrey Tang <audreyt@audreyt.org>
synopsis: Haskell interface to embedded Perl 5 interpreter
description: This module provides a Haskell interface to embedded Perl 5 interpreter.
Documentation and functionality is scarce at the moment; see test.hs for
some basic usage examples.
Eventually the entirety of Pugs.Embed.Perl5 and Pugs.Run.Perl5 will be
carried into this module.
stability: experimental
build-type: Simple
extensions: ForeignFunctionInterface, TypeSynonymInstances,
ScopedTypeVariables, FlexibleInstances,
UndecidableInstances, OverlappingInstances
exposed-modules: Language.Perl5
build-depends: base
extra-source-files: README test.hs configure
hs-source-dirs: src
category: Language
c-sources: p5embed.c
includes: p5embed.h