Name: Shellac-haskeline
Cabal-Version: >=1.2
Version: 0.1
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.5.*, mtl==1.1.*
Exposed-Modules:
System.Console.Shell.Backend.Haskeline
ghc-options: -Wall