packages feed

Shellac-readline-0.9.5.2: Shellac-readline.cabal

Name:           Shellac-readline
Cabal-Version:  >= 1.2
Build-Type:     Simple
Version:        0.9.5.2
License:        BSD3
License-File:   LICENSE
Author:         Robert Dockins
Maintainer:     robdockins AT fastmail DOT fm
Category:       User Interfaces
Stability:      Beta
Synopsis:       Readline backend module for Shellac
Homepage:       http://rwd.rdockins.name/shellac/home/
Description:
   This package provides a Shellac backend based on the GNU readline
   library.  This backend features all the line editing capabilities
   provided by readline, as well as command completion and command
   history features.

Library 
  Hs-Source-Dirs: src
  Build-Depends:
    base >= 1.0 && < 5,
    readline >= 1.0,
    Shellac >= 0.9
  Exposed-modules:
    System.Console.Shell.Backend.Readline
  Extensions:
    ForeignFunctionInterface