packages feed

Cabal revisions of Shellac-editline-0.9.9

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:           Shellac-editline-Version:        0.9.9-Cabal-version:  >= 1.22-Build-type:     Simple-Author:         Robert Dockins-License:        BSD3-License-File:   LICENSE-Maintainer:     robdockins AT fastmail DOT fm-Category:       User Interfaces-Stability:      Beta-Homepage:       http://rwd.rdockins.name/shellac/home/-Synopsis:       Editline backend module for Shellac-Description:-   This package provides a Shellac backend based on the editline-   library.  editline provides a subset of the functionality-   provided by the GNU readline library.  However, it is licenced-   with a BSD-style license and is therefore suitable for some situations-   where GNU readline is not.  This backend features all the line-   editing capabilities provided by editline.--Library-  Hs-Source-Dirs:-    src-  Build-Depends:-    base == 4.*,-    editline >= 0.2.1,-    Shellac-  Exposed-modules:-    System.Console.Shell.Backend.Editline-  Default-Language: Haskell2010+Name:           Shellac-editline
+Version:        0.9.9
+x-revision: 1
+Cabal-version:  >= 1.22
+Build-type:     Simple
+Author:         Robert Dockins
+License:        BSD3
+License-File:   LICENSE
+Maintainer:     robdockins AT fastmail DOT fm
+Category:       User Interfaces
+Stability:      Beta
+Homepage:       http://rwd.rdockins.name/shellac/home/
+Synopsis:       Editline backend module for Shellac
+Description:
+   This package provides a Shellac backend based on the editline
+   library.  editline provides a subset of the functionality
+   provided by the GNU readline library.  However, it is licenced
+   with a BSD-style license and is therefore suitable for some situations
+   where GNU readline is not.  This backend features all the line
+   editing capabilities provided by editline.
+
+Source-repository head
+  type:     git
+  location: git://github.com/robdockins/shellac
+  subdir:   shellac-editline
+
+Library
+  Hs-Source-Dirs:
+    src
+  Build-Depends:
+    base == 4.*,
+    editline >= 0.2.1,
+    Shellac
+  Exposed-modules:
+    System.Console.Shell.Backend.Editline
+  Default-Language: Haskell2010