packages feed

Shellac-haskeline-0.2.0.2: Shellac-haskeline.cabal

Name:           Shellac-haskeline
Cabal-Version:  >=1.6
Version:        0.2.0.2
Category:       User Interfaces
License:        BSD3
License-File:   LICENSE
Copyright:      (c) Judah Jacobson
Author:         Judah Jacobson
Maintainer:     Judah Jacobson <judah.jacobson@gmail.com>
Category:       User Interfaces
Synopsis:       Haskeline backend module for Shellac
Description:    This module provides a backend for Shellac using the Haskeline library.  It
                provides rich line editing capabilities, command completion and command
                history features.
Stability:      Experimental
Build-Type:     Simple

Library
    Build-depends: base>=3 && <5, Shellac==0.9.*, haskeline==0.7.*, 
                   mtl>=2.0 && < 2.2
    Exposed-Modules:
                System.Console.Shell.Backend.Haskeline
    ghc-options: -Wall