File: editline.cabal

package info (click to toggle)
haskell-editline 0.2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 256 kB
  • ctags: 53
  • sloc: ansic: 23; makefile: 2; haskell: 2
file content (35 lines) | stat: -rw-r--r-- 1,311 bytes parent folder | download
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
28
29
30
31
32
33
34
35
name:		editline
version:	0.2.1.1
license:	BSD3
license-file:	LICENSE
maintainer:	Judah Jacobson <judah.jacobson@gmail.com>
category:       User Interfaces
synopsis:	Bindings to the editline library (libedit).
description:
                This package contains bindings to the BSD editline library
                (<http://www.thrysoee.dk/editline/>).
                It provides a basic interface to the editline API for
                reading lines of input from the user.  
                .
                Additionally, a readline compatibility module is included
                which provides a subset of the functions from the 
                readline package.
homepage:       http://code.haskell.org/editline
extra-source-files:
		aclocal.m4 configure.ac
		editline.buildinfo.in
                configure include/HsEditlineConfig.h.in
extra-tmp-files:
		config.log config.status autom4te.cache
		editline.buildinfo include/HsEditlineConfig.h
build-type: Configure
cabal-version: >=1.2

library
  build-depends: base < 4.7
  exposed-modules: System.Console.Editline System.Console.Editline.Readline
  extensions: ForeignFunctionInterface, EmptyDataDecls
  include-dirs:   include
  includes:       HsEditline.h
  install-includes:   HsEditline.h HsEditlineConfig.h
  c-sources:      cbits/HsEditline.c