packages feed

Shellac-haskeline-0.2.1: Shellac-haskeline.cabal

Name:           Shellac-haskeline
Cabal-Version:  >=1.22
Version:        0.2.1
Category:       User Interfaces
Build-Type:     Simple
License:        BSD3
License-File:   LICENSE
Copyright:      (c) Judah Jacobson
Author:         Judah Jacobson
Maintainer:     Rob Dockins <robdockins@fastmail.fm>
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

Source-repository head
  type:     git
  location: git://github.com/robdockins/shellac
  subdir:   shellac-haskeline

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